Asymptote CLI Reference
Theasym CLI connects Asymptote to your coding agents and manages your account from the terminal.
Install the CLI
Get started by installing the Asymptote CLI via Homebrew.
What you can do
With the Asymptote CLI, you can:- Connect Asymptote to coding agents like Cursor, Claude Code, GitHub Copilot, and Factory
- Log in, log out, and inspect your current session
- Upgrade agent hooks to the latest version
- List connected agents and their status
- Configure CLI settings like secure-by-design mode
Command Overview
Setup
Installation
Install the CLI via Homebrew.
asym init
First-time setup: log in and connect your agents.
Authentication
asym login
Log in to Asymptote.
asym logout
End your current session.
asym whoami
Check the current account.
Agent Integrations
asym cursor
Manage Cursor IDE integration.
asym claude
Manage Claude Code integration.
asym copilot
Manage GitHub Copilot integration.
asym factory
Manage Factory (Droid) integration.
Utilities
asym config
View and modify CLI configuration settings.
asym list
List connected agents and their status.
asym upgrade
Upgrade hooks for all connected agents.
asym version
Display the CLI version.
asym completion
Generate shell autocompletion scripts.
Global Flags
| Flag | Description |
|---|---|
-h, --help | Show help for any command |
-v, --version | Print the version number |

