Open Source CLI Agent

โ—‰ ARIA

Autonomous Reasoning and Intelligent Agent

Works inside your project boundaries.
Reason before action.

aria โ€” nemotron-3-super:cloud
โ—‰ aria(my-project) โ€บ Build a REST API with FastAPI and test it
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ—‰ Plan โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
1. Scaffold project with venv + git
2. Write FastAPI endpoints
3. Install dependencies in .venv
4. Run server and test
Proceed? (yes / no / modify): yes
โ—‰ Scaffolding 'fastapi-api'... step 1
1. new_project 'fastapi-api'
โ—‰ Installing fastapi uvicorn... step 2
2. run_command '.venv/bin/pip install -r requirements.txt'
โ”‚ Successfully installed fastapi uvicorn
โ—‰ Running tests... step 3
โ”‚ {"status":"ok"}
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Report โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
API built and tested. Run: uvicorn main:app --reload
โ—‰ ARIA Task complete nemotron-3-super:cloud ~/.aria/memory

Built different.

Not a wrapper. An architecture.

โฌก

AST Pre-Validation

Code is validated at the AST level before execution. Type errors, import issues, and Python version incompatibilities โ€” caught before they run.

No hallucination at this layer
โŒ–

RAG + Web Search

When stuck on an error, ARIA searches real documentation โ€” not model memory. Stack Overflow, GitHub issues, official docs.

โŸณ

Loop Detection & Pivot

Same error 3 times? ARIA detects the pattern, abandons the approach, and tries a fundamentally different strategy.

โ—ˆ

Plan Before Action

Every task starts with a plan. You approve it. Only then does ARIA touch your files. No surprises.

โ—‰

Live Stream Bar

Real-time status ticker during execution. Always know what ARIA is doing โ€” writing, installing, testing.

โฌ™

Project Memory

Remembers stack decisions, key choices, and project context across sessions. Every project has its own memory.

Seven steps. Every time.

Mandatory. No shortcuts.

01

Load Context

Project memory, decisions, history

โ†’
02

Clarify

One question max if ambiguous

โ†’
03

Plan

Detailed steps, your approval

โ†’
04

Execute

Step by step, live status

โ†’
05

Validate

Tests run, failures fixed

โ†’
06

Remember

Decisions saved to memory

โ†’
07

Report

What was built, how to run

Everything you need.

/fixFix bugs in current project
/testRun tests, fix failures
/explainExplain any file or concept
/commitSmart git commit
/reviewCode review with suggestions
/modelSwitch model mid-session
/memoryShow project memory
/statusSession info

One command.

Install
pip install aria-x
Run
aria --model nemotron-3-super:cloud

Requires Python 3.10+ ยท Works with any Ollama model โ€” local or cloud

nemotron-3-super:cloud devstral-2:123b llama3.3 qwen2.5-coder:32b gemma4:31b-cloud