Skip to main content

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 standard pip install wheels).
  • 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

License

Apache-2.0. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openyfai_aria-1.0.3.tar.gz (599.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openyfai_aria-1.0.3-py3-none-any.whl (625.0 kB view details)

Uploaded Python 3

File details

Details for the file openyfai_aria-1.0.3.tar.gz.

File metadata

  • Download URL: openyfai_aria-1.0.3.tar.gz
  • Upload date:
  • Size: 599.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for openyfai_aria-1.0.3.tar.gz
Algorithm Hash digest
SHA256 e6f1aef68f2a63e23949ea45bdd17076b281cac4bea31eff5c0e97cd7d26a26a
MD5 1275de1378de7fbbf7a7f00fa5475131
BLAKE2b-256 5f3a83c29054f1baed9d1b3b5c6d35eb5cb830dc129217325ce2c49fd98b8401

See more details on using hashes here.

File details

Details for the file openyfai_aria-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: openyfai_aria-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 625.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for openyfai_aria-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3de6a6bab0264dab1b2897000e50c47b3df1f8a736da87f86785c465e0e2d064
MD5 b300cbf8c869e95361bef17e3ce2b312
BLAKE2b-256 2a069db72768764a72329d85c17249541605df908c855c1a86cfb3999b743638

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page