A Golang Matrix framework. https://maunium.net/go/mautrix
  • Go 99.7%
  • PLpgSQL 0.3%
Find a file
2026-04-11 01:02:26 +03:00
.github/workflows main: bump minimum Go version to 1.25 2026-02-11 21:34:47 +02:00
appservice appservice/intent: avoid redundant is registered db queries 2026-04-06 00:40:46 +03:00
beeperstream beeperstream: add framework for streaming using to-device events (#473) 2026-03-25 15:25:26 +01:00
bridgev2 bridgev2/commands: don't allow starting new login with existing in-progress action 2026-04-10 23:13:50 +03:00
commands event/cmdschema: disallow positional optional parameters and add tail parameters 2026-01-11 23:42:24 +02:00
crypto beeperstream: add framework for streaming using to-device events (#473) 2026-03-25 15:25:26 +01:00
event event/content: don't keep references to data passed to UnmarshalJSON (#486) 2026-04-11 01:02:26 +03:00
example pre-commit: ban log.Str(x.String()) 2025-08-29 11:07:16 +03:00
federation federation/pdu: skip signatures with unknown keys 2026-03-23 13:00:17 +02:00
format format/htmlparser: add missing routing for divs 2026-04-07 15:53:48 +03:00
id beeperstream: add framework for streaming using to-device events (#473) 2026-03-25 15:25:26 +01:00
mediaproxy mediaproxy: handle federation thumbnail requests 2026-02-15 21:47:10 +02:00
mockserver client: add type parameter to UIA request bodies (#469) 2026-03-07 14:26:42 +00:00
pushrules event: remove unused gob registrations 2026-03-17 12:40:06 +02:00
sqlstatestore statestore: save join rules for rooms 2025-11-12 21:46:23 +02:00
synapseadmin synapseadmin: Add support for /_synapse/admin/v1/user/redact/... and the relevant status endpoint (#466) 2026-03-20 16:43:16 +00:00
.editorconfig bridgev2/matrix: add OpenAPI spec for provisioning API 2024-08-10 17:43:53 +03:00
.gitignore beeperstream: add framework for streaming using to-device events (#473) 2026-03-25 15:25:26 +01:00
.pre-commit-config.yaml ci: update actions and pre-commit hooks 2025-12-13 10:54:58 +02:00
CHANGELOG.md Bump version to v0.26.4 2026-03-16 17:03:10 +02:00
client.go bridgev2,client: add optional interface for replacing entire profile (#476) 2026-03-26 15:07:41 +00:00
error.go error: add RespError.CanRetry field (#456) 2026-01-29 15:01:48 +00:00
filter.go all: fix staticcheck issues 2025-12-08 00:07:25 +02:00
go.mod sync: add sticky events support 2026-04-06 19:59:23 +03:00
go.sum sync: add sticky events support 2026-04-06 19:59:23 +03:00
LICENSE treewide: fixup for pre-commit 2022-01-27 09:35:41 -07:00
README.md readme: update 2026-03-05 11:59:11 +02:00
requests.go client: add type parameter to UIA request bodies (#469) 2026-03-07 14:26:42 +00:00
responses.go sync: add sticky events support 2026-04-06 19:59:23 +03:00
responses_test.go crypto: add basic group session sharing benchmark 2025-09-26 20:37:58 +03:00
room.go all: fix staticcheck issues 2025-12-08 00:07:25 +02:00
statestore.go statestore: fix missing JoinRules map when initializing MemoryStateStore (#432) 2025-11-17 20:18:46 +02:00
sync.go sync: add sticky events support 2026-04-06 19:59:23 +03:00
syncstore.go Merge remote-tracking branch 'recht/synccontext' 2024-01-07 15:37:18 +02:00
url.go all: fix staticcheck issues 2025-12-08 00:07:25 +02:00
url_test.go Switch to /v3 paths everywhere 2022-04-17 12:59:34 +03:00
version.go Bump version to v0.26.4 2026-03-16 17:03:10 +02:00
versions.go bridgev2,client: add optional interface for replacing entire profile (#476) 2026-03-26 15:07:41 +00:00
versions_test.go Parse spec version numbers in /versions response 2022-05-06 14:31:38 +03:00

mautrix-go

GoDoc

A Golang Matrix framework. Used by gomuks, go-neb, mautrix-whatsapp and others.

Matrix room: #go:maunium.net

This project is based on matrix-org/gomatrix. The original project is licensed under Apache 2.0.

In addition to the basic client API features the original project has, this framework also has:

  • Appservice support (Intent API like mautrix-python, room state storage, etc)
  • End-to-end encryption support (incl. key backup, cross-signing, interactive verification, etc)
  • High-level module for building puppeting bridges
  • Partial federation module (making requests, PDU processing and event authorization)
  • A media proxy server which can be used to expose anything as a Matrix media repo
  • Wrapper functions for the Synapse admin API
  • Structs for parsing event content
  • Helpers for parsing and generating Matrix HTML
  • Helpers for handling push rules