elusive Open my inbox
Update 2

Elusive is open source now, and mail seals itself both ways.

We opened the whole thing up: the server, the browser crypto, the storage layout, all public. You told us closed source was a dealbreaker, and you were right, so we listened. Mail now auto-encrypts in both directions when a key is published, every message gets forward secrecy, identity and read-state columns are ciphertext, deletion is permanent, self-hosters get a full admin dashboard, and recovery plus outbound mail both got hardened.

NEW

The whole thing is open

Every line that runs Elusive is public now: the server, the browser crypto, the storage layout. You no longer have to trust our claims, you can read them. Fork it, self-host it, or just check that the page in front of you matches the code we ship.

NEW

Mail now seals itself, both ways

You could already send and receive mail, but now the encryption happens automatically on both sides. Any sender whose app speaks OpenPGP encrypts to you before the message ever leaves them, and we never touch that plaintext at all. Send to someone who's published a key of their own and your message is sealed to them before it leaves us too, over forward-secret TLS. Everything else still gets sealed to your key the instant it lands.

NEW

Forward secrecy, per message

Each message you receive is sealed to its own one-time key, and that key is gone the moment you decrypt it. Even if your private key were ever exposed down the line, mail already read stays unreadable with it. Once your one-time keys run low, we fall back to a signed key that rotates weekly.

NEW

Admin panel for self-hosters

A full server administration dashboard: view real-time stats on users, messages, storage usage and process health. List every account, suspend or delete users; destructive actions require your TOTP code or password as a second check, and the last admin cannot be deleted. Manage reserved usernames to prevent address squatting. Everything an operator needs to run the service responsibly.

NEW

Folders and contact groups

Organise your mail into folders with names that are encrypted at rest, nothing on disk reveals your filing system. Colour-coded contact groups let you tag addresses and find people fast. Mark messages as junk, file them away, and keep your inbox exactly how you want it. Folders, groups, and nicknames all share the same privacy: ciphertext until you unlock them.

NEW

Choose where your key lives

Private mode stores your key encrypted on the server with recovery, so you can sign in from any device. Keyfile mode never lets the server hold it at all; you manage the key yourself. Switch between them with fingerprint verification so the server proves it has the right key. Your inbox works the same either way; only the custody changes.

NEW

Before, a raw row told you everything

Your username, your aliases, and whether you'd read a message used to sit in the database as plain text. Now those columns are ciphertext, with blind keyed-HMAC indexes the server computes on the fly to still route mail and enforce uniqueness. The server finds your inbox by your name. Reading the raw files, nobody else can.

NEW

Burned means burned

Deleting a message now removes its attachments too, and the database overwrites the freed space so old mail cannot be dug out of the raw file. The same cleanup runs when you burn an address or a temp alias expires. An expired burner also stops accepting new mail the moment its timer runs out.

NEW

Recovery and outbound mail, hardened

Recovery codes now run through bcrypt, slow on a GPU, with existing accounts upgrading on first recovery from the old unsalted sha256. Outbound mail used to let you opt out of TLS verification. Now it can't, verification is always on. The outbound WKD lookup is fenced by an SSRF allowlist so a forged key location can't reach inside our network.

Also in this update


Update 1 · July 2026

Elusive just got its first update.

Encryption got deeper, managing mail got faster, and losing your recovery code got harder. Everything below shipped in the first update.

NEW

The envelope is sealed now

Mail bodies were always encrypted to your key. Now the stored sender and recipient are too, and persona names, folder names, nicknames and attachment filenames are ciphertext at rest. Above is what a message row on disk actually looks like. There is nothing else to see.

NEW

Actions where your cursor already is

Hover any message and a small panel appears: mark it read, reply, junk it, or delete it. Right-click the panel to choose which buttons live there. Your picks stick.

NEW

Right-click, everywhere

Messages, folders, addresses and personas all answer to a right-click now. Reply, forward, file, copy an address, mark junk, delete. Whatever the thing is, what you can do to it is one click away.

NEW

Your recovery code, on paper

The recovery code is no longer just a long string to lose. Save it as a QR card, print it, and put it wherever the passports live. Scanning it opens the recovery page with the code filled in for you.

Also in update 1

Take me to my inbox

You will not be sent here again. The page stays at /updates whenever you want it back.