enki fc31bc4080 Blap: Discord-style room+call rework and Element Call swap
Ship our own Element Call fork build instead of the stock embedded package
(webpack copy repointed to ../element-call/dist, with npm-package fallback), and
rework the in-call room layout to match the Blap design:

- Chat stays in the main pane with the call as a compact right-hand column;
  when someone shares a screen the call takes prominence in the main pane and
  chat moves to the side column (never hidden). Driven by a same-origin
  screenshare signal from the EC fork.
- Camera-off: pass the `blapVideoMuted` flag to EC and drop the old (unreliable)
  widget-action mute code.
- Room list already lists in-call members under voice channels; add an
  "IN THE CALL" header to the call column.
- Hide redundant RTC call-notification ("Video call") pings from the timeline.
- Room header: remove the now-redundant chat, threads and member-facepile
  buttons; keep info working over the call (call stays mounted).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-02 08:52:02 -07:00
2026-05-29 08:26:59 +00:00
2026-06-08 10:32:55 +01:00
2026-06-05 07:42:26 +00:00
2026-03-05 21:42:08 +00:00
2025-10-29 10:59:33 +00:00
2026-06-23 13:31:56 +00:00
2026-03-24 14:41:56 +00:00
2026-05-29 08:26:59 +00:00
2024-09-09 13:57:16 +00:00
2024-09-09 13:57:16 +00:00
2026-03-24 12:59:24 +00:00
2026-04-16 15:25:52 +00:00
2026-04-10 17:39:46 +01:00

Blap

A cozy, Discord-style social client for Matrix, built as a visual fork of Element Web. Same Matrix protocol, crypto, and calling — a rebuilt, voice-focused UI aimed at people coming from Discord.

Download

Latest build for your platform on the Releases page:

Platform File
Windows Blap Setup X.Y.Z.exe
Flatpak (Bazzite, etc.) Blap-X.Y.Z-x86_64.flatpak
Debian / Ubuntu blap_X.Y.Z_amd64.deb
Arch blap-X.Y.Z.pacman
Portable blap-X.Y.Z.tar.gz

Updating

  • Windows updates itself in place (a "New update" prompt appears when a new version is out).
  • Linux can't self-update (owned by the package manager / flatpak sandbox), so Blap notifies you and you update with one command — see HOW-TO-UPDATE.md.

Building

Requires Node ≥ 22 and pnpm. From the repo root:

pnpm install
# web bundle
cd apps/web && pnpm run build
# desktop (Blap variant) — Linux deb/flatpak/tar.gz + Windows exe
cd ../desktop
pnpm exec asar p ../web/webapp webapp.asar
VARIANT_PATH=blap/build.json pnpm run build -- --linux --win

Publishing a release (uploads the built artifacts to the Codeberg release):

CODEBERG_TOKEN=xxxx node apps/desktop/scripts/release-codeberg.mjs

License & credits

Blap is a fork of element-web (© New Vector Ltd and contributors) and keeps its AGPL-3.0-only / GPL-3.0-only licensing. This is an independent fork, not affiliated with or endorsed by Element.

S
Description
Discord-esk element clone
Readme 517 MiB
v1.0.5 Latest
2026-07-26 13:50:18 -07:00
Languages
TypeScript 93.6%
CSS 4.9%
JavaScript 0.7%
HTML 0.6%