Skip to main content

Documentation Index

Fetch the complete documentation index at: https://jetemail.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Homebrew (macOS / Linux)

brew install jetemail/cli/jetemail

Shell installer (macOS / Linux)

curl -fsSL https://github.com/jetemail/jetemail-cli/releases/latest/download/jetemail-installer.sh | sh

PowerShell installer (Windows)

irm https://github.com/jetemail/jetemail-cli/releases/latest/download/jetemail-installer.ps1 | iex
Or download jetemail-<version>-x86_64-pc-windows-msvc.exe directly from the latest release and place it anywhere on your PATH. No installer needed.

From source

Requires Rust 1.74+ (rustup.rs):
cargo install --git https://github.com/jetemail/jetemail-cli

Pre-built binaries

Every release publishes both an archive (binary + README + LICENSE-*) and a standalone binary you can download directly.
Archive (with docs)Standalone binary
jetemail-<ver>-x86_64-pc-windows-msvc.zipjetemail-<ver>-x86_64-pc-windows-msvc.exe
jetemail-<ver>-aarch64-apple-darwin.tar.gzjetemail-<ver>-aarch64-apple-darwin
jetemail-<ver>-x86_64-apple-darwin.tar.gzjetemail-<ver>-x86_64-apple-darwin
jetemail-<ver>-x86_64-unknown-linux-gnu.tar.gzjetemail-<ver>-x86_64-unknown-linux-gnu
jetemail-<ver>-aarch64-unknown-linux-gnu.tar.gzjetemail-<ver>-aarch64-unknown-linux-gnu
jetemail-<ver>-x86_64-unknown-linux-musl.tar.gzjetemail-<ver>-x86_64-unknown-linux-musl
Grab whichever you prefer from the latest release, rename to jetemail (or jetemail.exe), and put it on your PATH.

Verify

jetemail --version
jetemail doctor
doctor runs a self-test that checks your config file, your API keys, and that the API is reachable.

Next: Quickstart

Log in, send your first email.