Install CLI
The saas CLI lets you manage your account on The Last SaaS from a terminal.
Quick install (Linux / macOS)
curl -fsSL https://app.thelastsaas.com/install.sh | sh
Detects your OS and architecture, downloads the matching binary, and installs it to $HOME/.local/bin/saas. Override the destination with LASTSAAS_INSTALL_DIR=~/bin.
Manual download
-
DownloadLinux x64
-
DownloadLinux arm64
-
DownloadmacOS x64 (Intel)
-
DownloadmacOS arm64 (Apple Silicon)
-
DownloadWindows x64
After downloading on Linux or macOS, make it executable (chmod +x saas) and move it somewhere on your $PATH.
First run
saas login --server https://app.thelastsaas.com
This opens a browser window to complete authentication. See your dashboard once signed in.