End-to-end encrypted DMs over Nostr, addressed by your
.bch name instead of a public-key string. Same wallet
is your identity — no email, no phone number, no company, no server that can delete
your account.
Every existing Nostr client has the same wart: identity is
npub1q8s7f3k… gibberish. The human-name fix — NIP-05 —
resolves alice@example.com through a DNS domain and a
web server. That is exactly the ICANN + server chain Silent Mode exists to escape.
Decentralized messaging bolted onto centralized identity.
alice.bch publishes her Nostr pubkey as an on-chain
record. Her name certificate is her verified, seizure-resistant identity.
Message anyone by their .bch name — no phone number, no
email, no ICANN, no company, no server that can delete your account.np record.
The key is derived from the same wallet seed as the name itself, so one seed
backs both.bob.bch. The client resolves it against
the chain, pulls np (Nostr pubkey) and
nr (preferred relays). No directory server involved.A Messages panel inside the browser you already have. Routes relay traffic over Tor. Reuses the built-in wallet's seed as the messaging identity.
A Messages screen in the existing Android app. Same seed, same identity — you can message from either device without a linked-account handshake.
Three modes, one toggle. The default assumes no cloud at all — every later option is opt-in, and none of them let anyone but you read your messages.
The client keeps your message history on the device. Nothing else knows it exists. Same seed on Theseus and Ariadne gives you two-device redundancy for free — lose one, restore from the other. Lose both, history is gone. Signal's model, on purpose.
Toggle on and the client encrypts your message history with a key derived from your wallet seed, then backs it up to decentralized cloud storage on the Sia network. Only you can read it. Text messages only — no pictures, no video, no attachments.
Prefer to own the storage yourself? Hermes sets up your own Sia account and routes your backups there instead. Same encryption from your wallet seed — and this time media backup is on the table too.
No Gmail interop — by design. A separate anonymous-mailbox product covers "sign up on services without leaking a real address."
NIP-17 hides sender and content from relays. Relays still see the recipient pubkey, timing, and your connection IP unless you route over Tor. The UI will tell you when it's on.
A message lives only while some relay keeps it. Silent Mode runs one relay on the same anonymous VPS as the gateway, and writes to a few public relays for reach and redundancy.
Hermes/DESIGN-hermes.md
(mirror). Nothing to install yet — this page exists to say what is coming, and to
make it possible to ask for updates in the messaging panel of a future Theseus or
Ariadne build.