Neutrino: browser-based encrypted messenger with open, auditable code

Neutrino is a messaging app that runs entirely in a web browser — no installation needed. Messages are end-to-end encrypted, meaning only the sender and recipient can read them. The developer shared the project publicly and is asking for security feedback.

Neutrino lets you send encrypted messages directly from a browser tab without installing any app. The key security feature is end-to-end encryption: messages are locked on your device and only unlocked on the recipient's device, so even the server operator cannot read them. What sets it apart from many private messengers is that the client source code is publicly available, allowing developers or security researchers to inspect how the encryption is actually implemented — rather than just trusting the developer's claims.

This is an early-stage project posted to r/opensource specifically to invite critique and security review. There is a working prototype, but it is not yet a polished product ready for everyday use. It is most relevant to developers interested in open-source privacy tools or encrypted messaging architecture; it has no direct connection to AI agents or cost reduction.

Key points

  • Works in any web browser — no app download or installation required
  • End-to-end encrypted: the server operator cannot read your messages
  • Client source code is public so anyone can verify the encryption is implemented correctly
  • Currently early-stage; the developer is actively seeking security critique and feedback
  • Not related to AI agent building or token/cost reduction

Quick term guide

end-to-end encryption
A method where a message is locked on the sender's device and can only be unlocked by the recipient, so no one in between — including the service provider — can read it
encryption
A way to scramble messages so only the right people can read them.
source code
The instructions that make a website or app work.
developers
Developers are people who build software, apps, or websites.
Critique
A detailed evaluation or review of someone's work to help them improve it.
prototype
A simple, early version of a project built to test an idea.
open-source
Software whose code is shared publicly so others can inspect, use, or change it.
AI agents
AI agents are AI tools that can carry out steps toward a goal, not just answer once.
Read original