aiden-os
v3.19.9
Published
npx launcher for DevOS — Autonomous AI Operating System. One command installs and runs Aiden locally.
Downloads
2,002
Maintainers
Readme
aiden-os
One command installs and runs DevOS — Aiden, the autonomous local AI operating system.
Quick Start
npx aiden-osOr install globally for the aiden command:
npm install -g aiden-os
aidenWhat it does
On first run, the setup wizard:
- Asks which AI provider you want (Groq, OpenRouter, Anthropic, OpenAI, or Ollama)
- Validates your API key
- Saves config to
~/.aiden/app/.env(or%LOCALAPPDATA%\aiden\app\.envon Windows) - Starts the DevOS server + CLI in a single terminal — no second window needed
On subsequent runs, it skips the wizard and goes straight to the AI assistant.
Requirements
- Node.js 18+
- Internet connection (for cloud providers) or Ollama running locally
Peer dependency
aiden-os auto-installs aiden-runtime the first time it runs.
You can also pre-install it: npm install -g aiden-runtime
License
AGPL-3.0-only — © 2026 Taracod
