personal gomuks
  • Go 47.5%
  • TypeScript 46%
  • CSS 4.2%
  • JavaScript 1.2%
  • HTML 0.7%
  • Other 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Tulir Asokan e2d2f348fe
Some checks failed
Go / Lint Go (old) (push) Has been cancelled
Go / Lint Go (latest) (push) Has been cancelled
JS / Lint JS (push) Has been cancelled
web/settings: show current version
2026-08-14 17:05:01 +01:00
.github ci: run tsc in github actions 2026-07-28 14:44:24 +03:00
cmd wasm: fix media upload call 2026-07-26 13:08:15 +03:00
desktop web/settings: add backend manager for desktop 2026-07-27 14:22:52 +03:00
pkg web/settings: show current version 2026-08-14 17:05:01 +01: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 web/settings: show current version 2026-08-14 17:05:01 +01: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 changelog: update 2026-08-06 21:51:11 +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 dependencies: update mautrix-go 2026-08-10 01:09:34 +03:00
go.sum dependencies: update mautrix-go 2026-08-10 01:09:34 +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)