Skip to main content

Overview

The Asymptote CLI (asym) lets you connect AI coding agents like Cursor, Claude Code, and GitHub Copilot to Asymptote’s security layer directly from your local environment.

Install

brew install asymptote-cli
$ brew install asymptote-cli

==> Downloading asymptote-cli...
==> Installing asymptote-cli...
 Installed asym v0.5.0

Initialize

After installing, run asym init to log in and connect your coding agents:
asym init
This will:
  • Authenticate your Asymptote account
  • Detect installed coding agents (Cursor, Claude Code, GitHub Copilot, etc.)
  • Configure Asymptote hooks for each detected agent

Verify Installation

asym version
$ asym version

asym version v0.5.0

Upgrading

To upgrade the CLI and refresh hooks for all connected agents:
brew upgrade asymptote-cli && asym upgrade
See the CLI Reference for a complete list of commands and options.