synapse 1.29.0
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.
- Outputs:
out
- 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 synapse 1.29.0
as follows:
guix install synapse@1.29.0
Or install the latest version:
guix install synapse
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.