No description
  • Go 47.8%
  • TypeScript 45.6%
  • CSS 4.2%
  • JavaScript 1.3%
  • HTML 0.7%
  • Other 0.3%
Find a file
7cc5c4f330d47060 2031395595
Some checks are pending
Go / Lint Go (old) (push) Waiting to run
Go / Lint Go (latest) (push) Waiting to run
JS / Lint JS (push) Waiting to run
Link the homeserver URL in the profile
2026-07-17 23:23:27 -04:00
.github build: add sqlite_fts5 build tag 2026-05-31 21:08:54 +03:00
cmd rpcdocgen: add documentation generator for RPC commands 2026-05-30 16:19:07 +03:00
desktop Bump version to v26.07 2026-07-16 14:15:23 +03:00
pkg web/settings: add device list to encryption settings 2026-07-15 01:11:59 +03:00
tui main,terminal: prioritize GOMUKS_*_HOME over GOMUKS_ROOT 2026-05-23 13:31:19 +03:00
version Bump version to v26.07 2026-07-16 14:15:23 +03:00
web Link the homeserver URL in the profile 2026-07-17 23:23:27 -04:00
.editorconfig editorconfig: update markdown rules 2025-12-21 23:06:34 +02:00
.envrc flake: add devenv for Nix (#529) 2024-12-01 21:49:32 +02:00
.gitignore ffi: add C bindings (#680) 2026-01-24 17:34:14 +02:00
.gitlab-ci.yml ci: notarize raw binaries 2026-06-15 18:18:49 +03:00
.pre-commit-config.yaml build: add sqlite_fts5 build tag 2026-05-31 21:08:54 +03:00
.pre-commit-eslint.sh desktop: rewrite in electron (#716) 2026-05-17 20:42:14 +03:00
.pre-commit-tsc.sh desktop: add support for multiple profiles (#718) 2026-05-21 16:20:26 +03:00
build-noweb.sh build: use /bin/sh instead of bash 2026-06-01 01:02:17 +03:00
build-terminal.sh build: use /bin/sh instead of bash 2026-06-01 01:02:17 +03:00
build.sh build: use /bin/sh instead of bash 2026-06-01 01:02:17 +03:00
CHANGELOG.md Bump version to v26.07 2026-07-16 14:15:23 +03:00
Dockerfile.ci Bump version to v26.07 2026-07-16 14:15:23 +03:00
flake.lock web/composer: send inline URL previews (#563) 2025-05-12 20:36:08 +03:00
flake.nix web/composer: send inline URL previews (#563) 2025-05-12 20:36:08 +03:00
go.mod Bump version to v26.07 2026-07-16 14:15:23 +03:00
go.sum Bump version to v26.07 2026-07-16 14:15:23 +03:00
LICENSE Update license and sort imports 2019-01-23 00:26:51 +02:00
preview.png readme: add preview of gomuks web 2025-09-30 16:37:27 +03:00
README.md readme: mention desktop wrapper 2026-06-02 12:33:27 +03:00

gomuks

Languages License Release GitLab CI

A Matrix client written in Go using mautrix-go.

gomuks is split into a backend and various frontends. The backend can either be used as a traditional SDK that's built into the client, or as a remote server which acts more like a bouncer.

  • gomuks web is the most mature frontend and is ready for daily use. The web frontend also has various wrappers, like an Electron-based desktop app and a GeckoView-based Android app. There's also a version with an embedded backend in wasm.
  • gomuks terminal is a port of legacy gomuks, but it's still experimental and doesn't have many features beyond basic chatting. A version with the backend embedded is planned, but doesn't exist yet (#662). For legacy gomuks terminal, see the v0.3.1 tag and https://github.com/gomuks/gomuks/issues/476.
  • Nexus is a Flutter frontend that embeds the gomuks backend using the C FFI interface. It is currently in early development.

Documentation

For installation and usage instructions, see docs.mau.fi.

Discussion

Matrix room: #gomuks:gomuks.app

Preview (web)