Self-hosted control
Run an AI agent foundation you can inspect, modify, and operate on your own infrastructure.
Open-source. Self-hosted. No lock-in.
Voice-first. Memory-persistent. Model-agnostic. No lock-in.
KORVIN is an open-source AI agent framework for builders who want control over models, memory, infrastructure, and data.
npm install -g @nosistech/korvin@latest
korvin --help
korvin init ./korvin-local
korvin doctor ./korvin-local
Why KORVIN
Run an AI agent foundation you can inspect, modify, and operate on your own infrastructure.
Keep model choice in configuration so you are not locked into one provider or one hosted platform.
Build around memory as a core architectural layer, not as an afterthought.
Design for practical deployment paths, including low-cost VPS and local hardware workflows.
Works today
The npm package currently focuses on safe local setup files and local checks. It creates a clean starting point without asking for secrets or configuring public infrastructure.
Current boundaries
It does not install services, configure public ports, request provider keys, read secrets, write secrets, set up a VPS, configure Cloudflare, configure Telegram, install LiteLLM runtime services, configure dashboard services, or install systemd services.
Documentation
Roadmap