Dendrite vs Synapse

A side-by-side comparison of two self-hosted matrix & xmpp options — licensing, setup difficulty, resource needs, and what each one replaces.

Not the right match-up?
FeatureDendriteSynapse
Deploy effortUnder-an-hour setupUnder-an-hour setup
Health score15 · At risk89 · Excellent
StatusArchivedActively maintained
CategoryMatrix & XMPPMatrix & XMPP
LicenseApache-2.0AGPL-3.0
LanguageGoPython
Setup difficultyMediumHard
Min. RAM512 MB1,024 MB
Deploymentdocker, binary, sourcedocker, bare-metal
GitHub stars★ 5,625★ 4,643
First released20172014
ReplacesSlack, DiscordSlack, Discord, WhatsApp

What are Dendrite and Synapse?

Dendrite

Dendrite is a lightweight, efficient Matrix homeserver written in Go by the Matrix.org team. It is designed to be a more resource-efficient alternative to Synapse while remaining fully compatible with the Matrix protocol.

  • Lower memory footprint than Synapse
  • Federated Matrix protocol
  • End-to-end encryption support
  • Polylith and monolith deployment modes

Synapse

Synapse is the reference homeserver implementation for Matrix, an open protocol for decentralized, federated, secure chat. It targets communities and organizations running their own messaging infrastructure. It is deployed via Docker or native packages.

  • Federated Matrix homeserver
  • End-to-end encrypted rooms
  • Bridges to other networks
  • Many compatible clients

Read the full Synapse guide →

Dendrite vs Synapse: key differences

The biggest difference is maintenance: Dendrite's repository is archived and no longer developed, while Synapse is actively maintained. Dendrite is written in Go, while Synapse is built with Python. Licensing differs — Apache-2.0 for Dendrite versus AGPL-3.0 for Synapse. Dendrite is the lighter option, starting around 512 MB of RAM against 1,024 MB for Synapse. Synapse is the more established project (first released 2014), while Dendrite arrived in 2017.

Why pick each one

Choose Dendrite if…

  • Much lighter than Synapse
  • Active development by Matrix.org

Watch out for

  • Some Synapse features still missing
  • Less battle-tested at large scale
Dendrite details

Choose Synapse if…

  • Open federated protocol
  • Strong encryption
  • Bridges to other chats

Watch out for

  • Resource and maintenance heavy
  • Complex to operate well
Synapse details

Frequently asked questions

Is Dendrite or Synapse better?

Dendrite is the stronger all-round pick: it has both the larger community and the simpler medium setup. Consider Dendrite if its specific feature set fits your needs better.

Are Dendrite and Synapse free and open-source?

Yes. Dendrite is licensed under Apache-2.0 and Synapse under AGPL-3.0. Both can be self-hosted at no software cost.

Can I run Dendrite and Synapse with Docker?

Dendrite: yes. Synapse: yes.

Which is lighter on resources, Dendrite or Synapse?

Dendrite has the smaller minimum footprint at 512 MB of RAM, compared to about 1,024 MB for Synapse. Real-world usage depends on library size, user count, and enabled features.

Related comparisons