ITYLOS CLI Ecosystem

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.

ITYLOS CLI screenshot — banner, send, read, verify, mcp, update commands

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 →

Installation Windows (PowerShell)
irm https://raw.githubusercontent.com/kerk99/itylos-cli/master/scripts/install.ps1 | iex
Installation macOS & Linux
curl -fsSL https://raw.githubusercontent.com/kerk99/itylos-cli/master/scripts/install.sh | sh
From source (Rust 1.85+)
cargo install --git https://github.com/kerk99/itylos-cli

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.
Command copied.