Skip to main content
The CLI is published to npm as @asymmetric-ai/cli and is free to use. Install it, make sure Docker is running, and you’re ready to spin clones. Clone images are pulled for free on first use — nothing is built locally.

Requirements

An ANTHROPIC_API_KEY is needed only for AI seeding.

Install

Run it with no install at all:
Or install it globally:
The package installs two equivalent commands: asym (recommended, used throughout these docs) and asymmetric (an alias). Use whichever you like.

Verify the install

doctor reconciles your local registry against Docker and reports the basics:
If doctor runs, you’re set. Head to the Quickstart.

Where state lives

asymmetric keeps everything under ~/.asymmetric/: Override the location with the ASYM_HOME environment variable — useful for isolating CI runs from your local clones.
Local mode needs no account or login. asym login only matters for the planned connected/cloud mode.