What makes it different
Few of the ideas here are new. The contribution is putting them
together cleanly: stronger cryptography, composable routing, and
layers that stay in their lane.
Encryption came first
Your messages are encrypted — a channel conversation as much as a private one — using a construction that stays safe even when a node reboots and loses track of its counters. A private message is authenticated against your contact's own key as well, so it cannot be forged or quietly altered on the way.
Security model →
A chat that behaves like a chat
Replies, reactions, edits, and deletes — the things you stop noticing until they are missing. Messages run to 1,600 bytes, so you can say what you mean instead of compressing it into a telegram.
Text messages →
Forward secrecy that costs nothing
Two nodes can agree on a pair of ephemeral addresses and simply talk to those instead. At the link layer the result is indistinguishable from any other conversation, so it needs no special handling by repeaters, no changes to application protocols, and adds no per-packet overhead at all.
PFS sessions →
Private channels are like VPNs
A private channel is more than encrypted group chat: the shared key protects everything inside it, not just the group thread. To anyone without it the traffic is unreadable, unalterable, and does not disclose which member is speaking. Sharing a key is a QR code away.
Planned: one-to-one messages carried under the channel key, so they look like ordinary group traffic — plus key rotation and member removal.
Channels →
Sent means carried, not just transmitted
After transmitting, your radio listens for the mesh to pick the message up, and tries again if it does not hear that happen. Along a known path each hop confirms the next one the same way, so a message that stalls partway through gets another chance instead of vanishing without trace.
Forwarding confirmation →
Nothing depends on the time
Replay protection counts frames rather than reading a clock, so nothing about the security of a message rests on knowing the time. A radio that has sat in a drawer for a year, or has never seen a GPS fix, can start talking securely the moment you switch it on — and there is no clock skew for an attacker to work with.
Replay protection →