@aria-cli/cli
ARIA — AI coding assistant with persistent memory, self-learning tools, and autonomous agent loop.
Install
curl -fsSL https://raw.githubusercontent.com/aria-cli/aria-releases/main/install.sh | sh
npm i -g @aria-cli/cli
bun install -g @aria-cli/cli
Usage
aria
aria "explain this codebase"
aria --version
What's Inside
This single package bundles ARIA's entire runtime:
- Agent loop — multi-turn reasoning with guardrails and safety
- Persistent memory — SQLite-backed knowledge graph, vector search, temporal facts
- 35 built-in tools — filesystem, shell, browser, code search, LSP, git, and more
- Self-learning — discovers CLI tools, learns from
--help, promotes skills
- Multi-model — Anthropic, OpenAI, Gemini, Ollama with cost-aware routing
- Arions — multiple evolving AI personas with separate memory and skills
- Daemon mode — autonomous quest execution with budget enforcement
- Mesh networking — WireGuard-encrypted multi-machine collaboration
Links