Runs locally — no cloud, no account

Your agents.
Your data.
Locally.

The axiom dashboard is a local web app that lives entirely on your machine. Browse agents, trigger runs, and inspect every result — all from your browser.

$ axiom dashboard → http://127.0.0.1:3210
axiom dashboard UI

Everything in one view

Two panels. No noise. Agent catalog on the left, run history on the right.

Agent Catalog

Every built-in agent and any custom agents you've created in .axiom/agents/ — filterable by kind and category. Select one, type your input, hit Run.

Run History

Every persisted run is listed with timestamp, agent name, status, cost, token count, and duration. Filter by success/error or date range.

Run Detail Inspector

Click any run to see the full input, output, auth mode, loop count, and every tool call made during execution — displayed as formatted JSON.

Cost Tracking

See the exact USD cost for every run so you're never surprised by your Anthropic bill. Token usage is broken down per run.

Fully Local

No cloud. No account. No telemetry. Everything is read from and written to your local .axiom/ directory. The server binds to 127.0.0.1 only.

Zero Setup

One command and it opens. No Docker, no database, no environment config beyond your Anthropic key. Works on Mac, Linux, and Windows.

Three steps to your first run

Step 01

Install axiom

If you haven't already, install the global CLI.

$ npm i -g @axiomcm/cli
Step 02

Set your key

Export your Anthropic API key in your terminal.

$ export ANTHROPIC_API_KEY=sk-ant-...
Step 03

Open the dashboard

Run this anywhere. It opens in your browser instantly.

$ axiom dashboard
Read the docs → Browse the agent catalog →