sail CLI is a standalone terminal tool. Use it to create and manage
sailboxes, open interactive shells, log in, and expose ports. It is a single
native binary with no runtime dependencies.
The CLI and the SDKs are separate products. If you only want to drive Sail from
code, install an SDK. If you already use the Python
SDK, you have the CLI too. pip install sail puts sail on your PATH.
macOS and Linux
sail into ~/.local/bin. If that directory is not on
your PATH, the installer prints the line to add.
Windows
sail.exe into %LOCALAPPDATA%\sail\bin and adds it to your user
PATH. Restart your shell afterward.
Verify
Options
Both installers read a few environment variables.| Variable | Effect |
|---|---|
SAIL_CLI_VERSION | Install a specific version, for example 0.2.7. Default: latest. |
SAIL_INSTALL_DIR | Install into a different directory. |
Upgrade
Re-run the installer to upgrade to the latest version. It overwrites the existing binary in place.pip install -U sail (or the uv equivalent) instead.