This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/synapse/badges/latest-version.svg)](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]]