this post was submitted on 01 Sep 2025
67 points (97.2% liked)
Open Source
40337 readers
341 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
Is this some kind of actually new IM, or yet another fork of XMPP/Conversations?
I made this from scratch lol
How does it work under the hood? I mean how do you hook up and teconnect with people in a decentralised manner?
It works similar to Matrix which is federated
I see it has Tor as a dependency. Does it make use of onion routing? in which way?
Official homeserver supports federation over onion services and dockerfile hosts homeserver as onion service that's why i added Tor as a dependency
Any pointers on how that works :-D ?
Homeserver is essentially a distributed chat relay so clients post messages to rooms and the server relays those messages to its peers
Neato. Always cool to see a new approach. Synapse/Matrix is excellent, but, running a federated Matrix server is an exercise in frustration. So many version forks, so many hard crashes. :(
i think synapse is just kind of awful. i'm running a continuwuity (fork of conduwuit) server, and it's been incredibly straightforward and painless compared to synapse