Conduit vs Dino
A side-by-side comparison of two self-hosted matrix & xmpp options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | Conduit | Dino |
|---|---|---|
| Deploy effort | Under-an-hour setup | Read-the-docs project |
| Category | Matrix & XMPP | Matrix & XMPP |
| License | Apache-2.0 | GPL-3.0 |
| Language | Rust | Vala |
| Setup difficulty | Easy | Easy |
| Min. RAM | 128 MB | 128 MB |
| Deployment | docker, binary, source | binary, source |
| GitHub stars | ★ 2,200 | ★ 2,492 |
| First released | 2020 | 2017 |
| Replaces | Slack, Discord | Skype, Slack |
What are Conduit and Dino?
Conduit
Conduit is a lightweight Matrix homeserver written in Rust that aims to be easy to set up and run on small servers. It uses an embedded database and requires minimal configuration.
- Embedded database, no external DB
- Very low resource usage
- Single binary deployment
- Matrix federation support
Dino
Dino is a free desktop XMPP client built with GTK that focuses on a clean, modern interface. It supports end-to-end encryption with OMEMO, file transfer, and audio and video calls.
- Modern GTK interface
- OMEMO encryption
- Audio and video calls
- Multiple account support
Conduit vs Dino: key differences
Conduit is written in Rust, while Dino is built with Vala. Licensing differs — Apache-2.0 for Conduit versus GPL-3.0 for Dino. Dino is the more established project (first released 2017), while Conduit arrived in 2020. Conduit lists first-class Docker deployment; Dino does not.
Why pick each one
Choose Conduit if…
- Extremely easy to deploy
- Runs on a Raspberry Pi
Watch out for
- Not all Matrix features implemented
- Smaller ecosystem
Choose Dino if…
- Released under the GPL-3.0 license
- Easy to set up — beginner-friendly
- Active community (2.5k GitHub stars)
- Written in Vala
Frequently asked questions
Is Conduit or Dino better?
Neither is universally better. Dino has the larger community; both share a easy setup difficulty, so the decision comes down to features and licensing.
Are Conduit and Dino free and open-source?
Yes. Conduit is licensed under Apache-2.0 and Dino under GPL-3.0. Both can be self-hosted at no software cost.
Can I run Conduit and Dino with Docker?
Conduit: yes. Dino: check the project docs for container support.