Tokener CLI
Install the Tokener CLI, sign in, and launch an agent with Tokener.ai.
The Tokener CLI manages your Tokener.ai account and launches supported coding agents with your organization credentials.
Install with curl
On macOS or Linux:
curl -fsSL https://tokener.dev/install.sh | shThe installer verifies the release checksum and places tokener in ~/.local/bin. Windows archives are available from GitHub Releases.
Install with Homebrew
brew tap langgenius/tokener https://github.com/langgenius/tokener-cli
brew install langgenius/tokener/tokenerThe explicit tap URL keeps the Formula in the Tokener CLI repository.
Sign in and launch an agent
tokener auth login
tokener agenttokener 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:
tokener updateFor Homebrew installations:
brew upgrade tokener