synapse
Matrix reference homeserver
Synapse is a reference "homeserver" implementation of Matrix from the core development team at matrix.org, written in Python/Twisted. It is intended to showcase the concept of Matrix and let folks see the spec in the context of a codebase and let you run your own homeserver and generally help bootstrap the ecosystem.
- Versions: 1.29.0
- Website: https://github.com/matrix-org/synapse
- Licenses: ASL 2.0
- Package source: gnu/packages/matrix.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of synapse
as follows:
guix install synapse
Or install a particular version:
guix install synapse@1.29.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of synapse about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/synapse'><img src='https://packages.guix.gnu.org/packages/synapse/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/synapse)
Example Org:
[[https://packages.guix.gnu.org/packages/synapse][https://packages.guix.gnu.org/packages/synapse/badges/latest-version.svg]]