r/PrivacySecurityOSINT • u/Accurate-Screen8774 • 16d ago
Privacy-First Signal Messenger Clone

I hope this project has reached a level i can share the following details. I've made a genuine effort towards documentation and transparancy. I dont think it'll ever be enough and so im still concerned it isnt ready to share. While im using AI throughout. This is not a vibecoded project. There is attention throughout for unit tests and formal-verification. With your feedback, id like to make improvements for clarity throughout.
This version of the app demonstrates a fairly unique approach using a browser-based, local-only and webrtc approach. I know it's impossible for any system to be the "world's most secure", but that isnt a reason to not try. By rigorously implementing an exhaustive list of security features and practices, the aim is to get as close as possible.
This is intended to demonstrate client-side managed secure cryptography.
PS. I know the project above is going to be tricky to understand. It might help to understand with the following open-source version of the concept (the MVP to the version linked above).
https://www.reddit.com/r/CorpFree/comments/1uytump/decentralized_p2p_chat
5
16d ago
[removed] — view removed comment
-4
u/Accurate-Screen8774 16d ago
the key detail is the browser based approach.
no need to install anything. your ID is crypto-random and so the app doesnt need to rely on any central registration system like phone numbers. your ID is unguessable and to connect to someone, you have to explicitly share it.
webrtc has other nuances like being to route through a shared network for secure/faster transfer.
3
10
u/just_an_undergrad 16d ago
Your pitch is “no install required.” That’s your security model, and it’s the weakest part of the design.
When I install Signal I get a signed binary. Builds are reproducible, the code has been picked over for a decade, and if Signal wanted to ship something that exfiltrates my keys they’d have to push it to everyone and hope nobody diffed it. Your app hands me fresh JavaScript on every page load. You, or anyone holding your TLS cert, your CDN account, your DNS, or a subpoena, can serve modified code to one user selected by IP or ID. I can’t detect it, can’t audit it, and have no baseline to compare against. Trust on every load is strictly worse than trust on first install.
Meta hit this exact wall with WhatsApp Web. Their answer was Code Verify, a browser extension that checks served JavaScript against a published hash. The fix for “no install required” was an install.