Sovereign ephemeral messaging CLI
Encrypt, transmit and destroy sensitive secrets directly from your terminal. AES-256-GCM local encryption, Ed25519 proofs, burn-on-read. The key never leaves your machine.
01. SEND
Encrypt a string or file content directly from your console. Data is never processed in the clear.
02. FILES
Attach any file up to 8 MB. Configurable duration: 1h, 24h or 7 days.
03. READ
Decrypts locally using the URL fragment key. The server never sees the plaintext.
04. BURN
At the moment of decryption, the server triggers an irreversible physical deletion with a signed proof.
05. VERIFY
Verify offline the Ed25519 signature of a destruction proof. No network dependency required.
06. UPDATE
Auto-updates from GitHub Releases. One word: itylos update.
Digital Sovereignty: Code as a Shield
100% open source, written in Rust, compiled into a single binary. View GitHub repository →
Why choose the terminal?
- Zero intermediary: From your terminal to the recipient's, no detour.
- Permanent audit: The client code is open, verifiable and sovereign. No black box.
- Zero trace: No browsing history, no hidden cache, just volatile memory.