this post was submitted on 23 Apr 2026
13 points (93.3% liked)
Open Source
46512 readers
139 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Fair question. The honest answer is: it depends on what you need. Matrix is a protocol with federation, a large ecosystem, and years of development behind it. If you need federation or interoperability with other services, Matrix is the better choice. ONYX is different in a few ways:
LAN mode — works entirely without internet via UDP broadcast, no server needed
Simpler self-hosting — one binary, runs from the command line, no complicated setup
Native Flutter client — single codebase for Android, iOS, Windows, macOS, Linux
The tradeoff is that ONYX is less mature, still in beta, and doesn't have federation yet (it's on the roadmap). If you're already happy with Matrix, there's probably no reason to switch. If you want something lighter and simpler with a focus on privacy and offline capability, it might be worth trying.
Hold up, how do you find each other without a server? You just keep track of everyone's IP addresses?
Just to clarify — LAN mode is an optional feature, not the only way the app works. By default ONYX works like any other messenger through a central server, with E2EE for private chats (unlike Telegram, where only Secret Chats are E2EE). LAN mode is an additional feature for people on the same local network who want to communicate without any internet or server involved at all — useful for office environments, local events, or situations where internet access isn't available or isn't wanted. So to answer your question: in normal mode, the server handles routing. In LAN mode, UDP broadcast handles discovery automatically — no manual IP tracking needed.
That's neat! Thanks for taking the time clarifying.