Local-first AI agent with memory, knowledge graph, tools, web dashboard, and Telegram (OpenYF AI).
Project description
ARIA by OpenYF AI
ARIA is a local AI agent that lives on your machine, remembers everything, and works 24/7 — even while you sleep.
Built by OpenYF AI as part of an open journey toward general intelligence.
Install
pip install openyfai-aria
Start
aria setup
That's it. Open http://127.0.0.1:8000 and start talking. No options A and B. No jargon. One path.
Developing from source (contributors)
Clone the repo and use an editable install when you are changing Python or the Next.js UI:
git clone https://github.com/openyfai/aria.git && cd aria
pip install -e ".[full,dev]"
If you change the web frontend, build it once so aria web can serve aria-ui/out from your checkout:
cd aria-ui && npm install && npm run build && cd ..
Release builds (CI) copy this output into aria/web_dist/ for PyPI wheels — see CONTRIBUTING.md.
Why ARIA
- Local-first memory and state backed by SQLite.
- A visible graph of what the agent believes.
- Provider and model choice from the setup wizard or
aria setup. - Operator controls for approvals, usage, Telegram pairing, and remote access.
- Markdown skills that let contributors extend behavior without editing Python.
More ways to run
| Path | When to use |
|---|---|
Web UI (aria web) |
Default: finish setup in the browser. |
Terminal agent (aria after setup) |
Keyboard-first use. |
CLI setup only (aria setup) |
You prefer not to use the web wizard once. |
| Docker | Deploy to a server or share on a LAN; needs .env and a web API key. See docs/quickstart.md. |
Requirements
- Python
>=3.11(matches package metadata on PyPI). - Node 20+ — only if you develop or rebuild
aria-ui/from source (not required for standardpip installwheels). - Docker — optional.
Safe defaults
- Tool approvals are on.
- Terminal execution is off.
- Direct code writes are off.
- Background actions are off.
- Remote web binds require
ARIA_WEB_API_KEY. - Telegram is deny-by-default until paired from Operator.
Read SECURITY.md before exposing ARIA beyond localhost.
Power user / troubleshooting
If chat or setup fails after you have saved provider keys, see docs/quickstart.md for aria doctor, aria doctor --ping, and related commands. You do not need these for a first successful run.
Provider support
Gemini, OpenAI, Anthropic, OpenRouter, DeepSeek, Mistral, Groq, Ollama, and local OpenAI-compatible endpoints. Settings come from the wizard, aria setup, data/ runtime files, or environment variables.
Skills
Add a Markdown file under skills/, restart ARIA, and the agent can use that workflow. Start with skills/repo_researcher.md or skills/README.md.
Repository guide
- Core loop:
aria/core/cognitive_loop.py - Providers:
aria/llm/ - Web backend:
scripts/web_server.py - CLI:
scripts/cli.py - Telegram:
scripts/telegram_bot.py - Web UI:
aria-ui/src/ - Packaged static UI (release builds):
aria/web_dist/ - Skills:
skills/
Development
python -m pytest tests
ruff check .
cd aria-ui && npm install && npm run lint && npm run build
Project docs
docs/quickstart.md— install paths, Docker, troubleshootingCONTRIBUTING.mdSECURITY.mdCODE_OF_CONDUCT.mddocs/planning/ROADMAP.md— phased roadmapdocs/planning/launch-checklist.md— pre-public-release checklistdocs/planning/launch-issue-backlog.md— seeded “good first issue” ideasCHANGELOG.md
License
Apache-2.0. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openyfai_aria-1.0.2.tar.gz.
File metadata
- Download URL: openyfai_aria-1.0.2.tar.gz
- Upload date:
- Size: 599.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d90b7bee6ee265d82af9076bf2c19be0d909c8ae20881a03cf1f69e765eda991
|
|
| MD5 |
443ab9b7c93de65ba81ab8e835e82490
|
|
| BLAKE2b-256 |
3759cf0ce179f9dc6d0780e501542f27b1dd8e87c28c063e769168dad6ca07ff
|
File details
Details for the file openyfai_aria-1.0.2-py3-none-any.whl.
File metadata
- Download URL: openyfai_aria-1.0.2-py3-none-any.whl
- Upload date:
- Size: 624.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ba4efb30d3edd6d68e432a31fa0f8037d3ad747e6d18d8f78a47951ac36e38c
|
|
| MD5 |
f9a57b59b498783494ef47f43998e057
|
|
| BLAKE2b-256 |
c32cb6d52380ccead3826d69b05c8a49bde3b693886f87328f888751f052fe45
|