Eleven

The nerdy stuff

You clicked. Welcome.

The rest of this site is written for people who just want to talk to their family. This page is for you: the design decisions, the actual ciphers, and the numbers. If any claim here doesn’t hold up, we want to hear about it — team@elevenmessenger.com.

The one rule

Everything follows from a single invariant: if the server is compromised, the attacker gets nothing worth having. The server stores and relays opaque ciphertext plus key material it cannot open. It never sees message content, names, or file bytes, and it never receives a usable key. Not "we promise not to look" — can’t.

The cryptography

All wrap/unwrap and encrypt/decrypt happens client-side, in plain, unminified, framework-free JavaScript served with no build step — the code your browser runs is the code we wrote, readable in your dev tools right now.

What a stolen database actually yields

Steal an Eleven space’s entire database and you hold: a membership graph (which keys are in which threads), message timings and sizes, wrapped key blobs you can’t unwrap, and ciphertext. No names, no message content, no files, no phone numbers, no emails — chatting never collects them, and a paid space’s billing contact lives with Stripe, not in any space’s database. The security page spells out the honest limits, including what’s still open on key distribution (a swapped key is caught and alarmed today; a public witness log comes next).

The deployment model

This is the part we think is novel — not any one piece, but the combination: one static ~18 MB binary; one isolated process and database per space; a thin TLS router over unix sockets; scale-to-zero hibernation into object storage with a single-writer lease; versioned side-by-side deploys with automatic rollback. Full detail, including the arithmetic for scaling to billions of members: the planet-scale page.

Built by humanity, built to outlive AI

The licence is its own design decision: the GAI Licence — MIT plus a share-alike clause returning any distributed derivative to the commons, with preserved 🤖 authorship markers, because generative AI distils the public work of billions of people and no one downstream gets to fence that off. The story page has the why.

A companion engineering rule you can check in the code: everything must stay maintainable by humans alone. Vanilla JavaScript with no build step, one boring Go binary, tools you can read in an afternoon — so the product outlives the availability, and the price, of the intelligence that helped build it. If AI gets cheaper, this is a solid baseline; if it goes away, nothing here dies with it.

By the numbers

Hand-measured on the production fleet, July 2026. They drift a little every release; treat each as “about”.

Against the privacy specialists

The features page compares Eleven with the apps regular people actually use. You’ll want this table instead — every pillar of the Eleven model exists somewhere in this landscape; the bet is the combination.

Attribute Eleven Signal Matrix / Element SimpleX Session
End-to-end encrypted Yes Yes Yes (rooms) Yes (double ratchet) Yes
Identifier required None — invite link Phone number Username + account None Random Session ID
Onboarding Click a link, you’re chatting Install + phone verify Pick a server, register One-time invitation link Generate an ID
Server topology Many small instances + thin glue Centralized, one operator Federated homeservers Relay queues Onion-routed community nodes
Self-hosting One binary, designed to be simple No Yes, but a sysadmin job Yes (relays) Not really
What a hacked server exposes Ciphertext only Little (sealed sender) Membership, timing, server addresses Very little — no IDs to correlate Little (onion routing)
Mainstream UX A design goal, not a nice-to-have Excellent Improving, still heavy Privacy-enthusiast Decent

Snapshot as of July 2026 — these projects ship fast; corrections welcome.

Run it yourself

Self-hosting is a right here, not a dare: one binary, a €4-a-month box, about ten minutes, certificates and updates handled for you. It has its own page, with the actual commands.

Watch it run

The live fleet — capacity, services, versions rolling out — is public at status.elevenmessenger.com, part of the openness charter. The philosophy of building this way is The Eleven Factors — a serious parody of 12factor.net.

And yes, obviously: zsh.