Arpokrat Messenger is built on SimpleX — the messaging network with no user IDs. No accounts, no central directory, no metadata to hand over. Here’s exactly how that works.
A server that knows nothing can reveal nothing. Arpokrat's relays are built to be blind — on purpose.
Arpokrat Messenger doesn’t invent its own secret cryptography — it’s built on SimpleX , the first messaging network with no user IDs.
SimpleX is an open messaging protocol whose specification and source code are public and independently reviewable. The architecture on this page — no user IDs, unidirectional queues, blind relays — is SimpleX’s design, and Arpokrat operates its own relays on top of it.
Security you can’t inspect isn’t security. Building on an open protocol means these privacy claims can be checked against a public specification, not taken on trust.
Most messengers identify you by a phone number or an account. Arpokrat doesn’t identify you at all.
In standard messengers, you have a static user ID — usually your phone number. Even when the content of a message is encrypted, the server still maps sender to recipient and quietly builds a social graph of who talks to whom.
Arpokrat removes the concept of a user ID entirely. There is no account and no permanent address — you exist only as a set of cryptographic keys held on your device. To reach you, someone needs a one-time invite link you chose to share.
Instead of routing a whole conversation through one server, each direction travels through a different relay.
When you message someone, you drop an encrypted packet into an anonymous queue the recipient set up and alone watches. Their replies come back through a separate queue on a different relay.
Because the send leg and the reply leg live on different servers, no single relay ever sees both ends of the conversation.
Traditional servers are “smart” — they know who you are and route by a database. Arpokrat’s relays are deliberately the opposite.
A blind relay is a dead-drop. It accepts an encrypted packet, holds it in a queue, and hands it over when the queue’s owner collects it. It does not know who deposited the packet, or who will pick it up.
On top of SimpleX’s end-to-end encryption, the key exchange adds post-quantum protection.
Today’s public-key cryptography relies on math that a large enough quantum computer could eventually break. A post-quantum key exchange adds a second layer designed to resist that class of attack, working alongside the classical encryption already in use rather than replacing it. That key exchange uses Streamlined NTRU Prime — a deliberate choice over the NIST-standardized Kyber, which SimpleX’s engineers avoided due to specific cryptographic concerns raised during its standardization.
We’re deliberately measured about this: post-quantum cryptography is the current best-practice defense, not a permanent guarantee. It raises the bar significantly today, with a clear upgrade path as standards evolve.
The post-quantum investment answers a concrete, present-day threat — not a hypothetical one.
A well-resourced adversary can record encrypted traffic today and simply store it, waiting for the day quantum computing can break the encryption. Anything intercepted now could be decrypted years later. Security researchers call this “Harvest Now, Decrypt Later.”
Metadata-minimal design helps here too: the less an intercepted stream reveals about who is talking, the less valuable a stored copy becomes — even before you consider the contents.
Architecture is abstract. Here’s what it means in practice.
With no user accounts, there’s simply no map of who your contacts are. The graph data doesn’t exist to be seized or leaked.
You have no permanent address for spammers to hit. Reaching you requires a one-time invite link you chose to hand out.
Use a different display name and different relays for each contact, so your work life and private life can’t be linked.
No account, no phone number, no metadata trail. Generate your keys and start talking.
Explore Arpokrat MessengerSee how your anonymous identity is generated on the Messenger page
.
Curious where the relays physically live? Explore the Infrastructure
.