Universal Chat Application, Beeper, Will Be Available To Everyone (For Free) In A Matter Of Weeks.
Universal Chat Application, Beeper, Will Be Available To Everyone (For Free) In A Matter Of Weeks.

❤️🔥 Hot Beeper Summer

I was on the beta testing team and have been using Beeper for a little over two years now.
The convenience of having an application to house all of your chat networks is amazing.
While I agree that it would be nice to only have one app installed in order to chat with everyone, the fact that it’s not open source makes me question the privacy involved. I’ve already sold my soul to these individual chat apps. I’d rather not compound that problem.
In the back of it, it seems to be a series of Matrix bridges https://github.com/beeper
oh sweet. I care far more about the backend than frontend
I was about to say, I do this already with Matrix.
The bridges are all open source, and they use matrix synapse as their server installation - though their client is a closed source fork of element with changes. You can use any matrix client to connect to it, and they say it's a standard synapse setup.
If privacy is a concern, bringing your own client should remove that concern as the rest is open source. It's also e2e encrypted, as any matrix server is.
I self host my own matrix homeserver with bridges set up using their code. The only bit of their stack I can't use is the client. I don't like that that's closed source, that's frustrating.
Edit: while writing this two more people made the same comment. Sorry!
> closed source fork of element with changes
🚩🚩🚩
> e2e encrypted
More like "e2mitm2e" encrypted, with the mitm being the bridges.
If the target network doesn't support encryption, that's "e2mitm2null"... does it at least alert you in that case?
Beeper's server set up is actually a lot more complicated than just standard Synapse at this point. When they say you can "self host Beeper" that's really not accurate at this point at all. All of their 3rd party chat bridges are dynamically spun up on a per user basis with hungryserv and those servers operate in parallel with a synapse server for Matrix interoperability all behind a roomserv server. Here's a presentation that one of their lead developers created regarding their new architecture.
Element seems like a perfectly good client to me.
The connections to the apps are all open source, as the other user said. And you can self host it too if you want to go that route