An agent-first disposable-email CLI. One binary an AI agent drives to:
- mint a fresh, real, disposable inbox (via mail.tm),
- read what arrives — including blocking until a message lands (OTP / verification flows), and
- send outbound mail through your own SMTP account.
Every command prints exactly one JSON value to stdout, uses stable exit codes,
and never prompts. See DESIGN.md for the full contract.
Status: under active construction. See the issue tracker for progress.
macOS / Linux — one line (downloads a prebuilt binary, verifies its checksum):
curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/raymond-UI/tmail/main/install.sh | shPin a version or install location with TMAIL_VERSION / TMAIL_INSTALL_DIR.
Any platform — grab the archive for your target (macOS arm64/x86_64, Linux
x86_64/aarch64 incl. musl, Windows x86_64) from the
Releases page and put the tmail
binary on your PATH.
From source (needs the Rust toolchain):
cargo install --git https://github.com/raymond-UI/tmailMIT