Tokener CLI

Install the Tokener CLI, sign in, and launch an agent with Tokener.ai.

Updated 2026-08-30
Edit on GitHub

The Tokener CLI manages your Tokener.ai account and launches supported coding agents with your organization credentials.

Install with curl

On macOS or Linux:

Shell
curl -fsSL https://tokener.dev/install.sh | sh

The installer verifies the release checksum and places tokener in ~/.local/bin. Windows archives are available from GitHub Releases.

Install with Homebrew

Shell
brew tap langgenius/tokener https://github.com/langgenius/tokener-cli
brew install langgenius/tokener/tokener

The explicit tap URL keeps the Formula in the Tokener CLI repository.

Sign in and launch an agent

Shell
tokener auth login
tokener agent

tokener auth login opens Tokener.ai Console and shows the same short code in the browser and terminal. Sign in or create an account, verify your email, and approve the named device and workspace. The CLI validates and stores a personal access token; you can revoke it later from Account settings. Use tokener auth login --no-browser when the CLI cannot open a browser.

tokener agent opens the bundled agent picker.

Upgrade

For curl installations:

Shell
tokener update

For Homebrew installations:

Shell
brew upgrade tokener