ATLAS/DOWNLOAD SHEET A / CLI

Download arc

The metafactory blueprint manager. Install, update, and audit agentic blueprints from the command line.

INSTALL
// clone and install
$ git clone https://github.com/the-metafactory/arc.git ~/.arc
$ cd ~/.arc && bun install
// add to your PATH
$ echo 'export PATH="$HOME/.arc/bin:$PATH"' >> ~/.zshrc
COMPATIBILITY
HARNESSES
Claude Code PAI
PLATFORMS
macOS · Linux · Windows (via WSL)
LANGUAGES
TypeScript Bun >=1.0.0
QUICK START
1 · INSTALL
$ arc install
@mellanon/code-review

Pick a blueprint from the registry and install it with one command.

2 · INSPECT
$ arc list

See every blueprint installed in your environment and its version.

3 · AUDIT
$ arc audit

Review the total capability surface across all installed blueprints.

WHAT ARC MANAGES
Skill
Tool
Process
Agent
Graph
Prompt
Rules
Playbook
Bundle
COMMAND REFERENCE
arc install <name> Install from registry or git URL
arc remove <name> Completely uninstall
arc list List installed packages
arc update Refresh indexes from all sources
arc upgrade Upgrade all packages
arc search <keyword> Search all configured sources
arc audit Audit total capability surface
arc verify <name> Verify manifest integrity
arc self-update Update arc itself
TRUST BUILT IN

Arc doesn't just install packages; it verifies them. Every release is content-addressed by SHA-256. If a tarball doesn't match the registry fingerprint, arc refuses to install it. At install time, arc displays the blueprint's trust tier, capability declarations, and sponsor chain so you know exactly what you're adding to your environment.

How metafactory keeps you safe →