Code Smarter.
Ship Faster.
AXIOM Agent CLI is your autonomous AI coding companion that lives right in your terminal — reading files, writing code, running commands, and solving problems end-to-end.
Everything You Need to Move Fast
AXIOM Agent CLI comes packed with powerful tools that make it the most capable autonomous coding agent in your terminal.
Truly Autonomous
AXIOM doesn't just suggest — it acts. It reads your files, writes code, runs terminal commands, and iterates until the job is done.
Full File System Access
Read, write, create, and delete files across your entire project. AXIOM understands your codebase holistically.
Terminal Native
Runs shell commands, installs packages, executes scripts, and reads output — all within a single seamless workflow.
Smart Code Search
Grep, glob, and search across your codebase with precision. AXIOM finds exactly what it needs to make the right changes.
Self-Correcting
AXIOM verifies its own work. If a test fails or a build breaks, it reads the error and fixes it automatically.
Web-Aware
Can fetch documentation, read API specs, and pull in context from the web to solve problems that require up-to-date knowledge.
From Prompt to Production
AXIOM handles the full loop — no copy-pasting, no switching tabs, no manual intervention required.
You Give a Task
Simply run `axiom-agent` in your terminal to open the interactive REPL, then type your task in plain English — no special syntax required.
$ axiom-agent axiom> add dark mode to my React app
AXIOM Explores
The agent reads your project files, understands the structure, and plans the best approach before writing a single line of code.
📁 Reading: src/app/globals.css 📁 Reading: tailwind.config.ts 🧠 Planning changes...
It Executes
AXIOM writes and edits files, runs commands, installs dependencies, and makes all the changes needed to complete your task.
✏️ Editing: globals.css ✏️ Editing: layout.tsx 🔧 Running: npm run build
Verifies & Delivers
It checks its own work — running tests, verifying builds, and fixing any issues — then reports back with a clean summary.
✅ Build passed ✅ 8 tests passed 🎉 Dark mode added!
Up and Running in 60 Seconds
One curl command or build from source. Either way, you'll be coding with AI in under a minute.
Quick Install (macOS/Linux)
curl -fsSL https://agent.axiom.farm/install-agent.sh | bashDownloads the pre-built binary for your architecture. The fastest path to get started.
Set your API key
export AXIOM_API_KEY="your-key-here"Add your AXIOM API key to your shell profile for persistent access.
Start the Agent
axiom-agentLaunch the interactive TUI and type your task at the prompt. Press Enter to send.
🔧 Build from Source
Prefer to compile yourself? Requires Rust & Cargo. Works on macOS, Linux, and Windows.
cargo install --git https://git.axiom.farm/AXIOMCore/axiom.git axiom-agent-cliOr clone the repo and run cargo build --release -p axiom-agent-cli
⌨️ REPL Commands
Ready to meet your AI coding agent?
Join developers who are shipping faster with AXIOM Agent CLI.
Free to use · No credit card required · Open source · Built in Rust
Common Questions
Everything you need to know about AXIOM Agent CLI.