No description
  • Go 47.4%
  • TypeScript 45.8%
  • CSS 4.4%
  • JavaScript 1.2%
  • HTML 0.7%
  • Other 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Your Name 394148c63f
Some checks failed
Go / Lint Go (latest) (push) Has been cancelled
Go / Lint Go (old) (push) Has been cancelled
JS / Lint JS (push) Has been cancelled
Change font yet again
Tulir changed the font to something else, so I change it here to the one on my other theme, so those accounts do not have to use --font-stack in css.
2026-09-13 21:07:12 -04:00
.github dependencies: bump minimum Go version to 1.26 2026-08-20 19:01:19 +03:00
cmd main: add --update option 2026-08-20 23:10:41 +03:00
desktop web/desktop: update dependencies 2026-09-13 17:45:15 +03:00
pkg ffi: add async methods (#755) 2026-09-13 17:29:56 +03:00
tui hicli,web: store preview text in local content 2026-08-27 02:35:46 +03:00
version Bump version to v26.08 2026-08-16 14:39:53 +03:00
web Change font yet again 2026-09-13 21:07:12 -04:00
.editorconfig server: add SSE to openapi spec 2026-08-30 21:54:09 +03: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: use goolm for macOS build 2026-08-22 00:16:01 +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 Add copy button for messages 2026-09-13 13:50:18 -04: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 changelog: update 2026-09-13 17:44:13 +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 web/rightpanel: render device key mismatches like blacklist 2026-09-12 18:13:02 +03:00
go.sum web/rightpanel: render device key mismatches like blacklist 2026-09-12 18:13:02 +03:00
LICENSE Update license and sort imports 2019-01-23 00:26:51 +02:00
LICENSE.iOS license: add exception for app store distribution (#741) 2026-07-31 11:19:21 +03: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)