Skip to main content
The CLI is published to npm as @asymmetric-ai/hone-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 the hone command (used throughout these docs); environment commands live under hone env <cmd>. It also installs asym as a deprecated alias for the retired standalone CLI — it prints a rename notice and then delegates, so old scripts keep working.

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

The CLI 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. hone env login only matters for the planned connected/cloud mode.