auxiora
v1.10.20
Published
Self-hosted AI assistant — install and run with a single command
Maintainers
Readme
Auxiora
Security-first self-hosted AI assistant. Encrypted credential vault, multi-provider LLM support, plugin system, and a web dashboard — all running on your own machine.
Quick start
npx auxiora startOr install globally:
npm install -g auxiora
auxiora startRequirements
- Node.js >= 22 (uses built-in SQLite and other modern Node APIs)
What you get
- Encrypted vault — API keys and secrets stored with Argon2 + AES-256
- Multi-provider — OpenAI, Anthropic, Google, Ollama, and more
- Web dashboard — manage conversations, providers, and settings from your browser
- Plugin system — extend with custom tools, connectors, and behaviors
- Personality engine — configurable response style with The Architect system
- Privacy — everything stays on your machine, no telemetry
Documentation
Visit auxiora.dev for full documentation.
License
MIT
