Privait is a self-hosted personal AI system that combines LLMs, vector memory, and RAG to create a private, extensible AI workspace.
- Install overmind, docker compose, pnpm, and direnv
- Run
pnpm install - Run
docker compose up -d - Copy
Procfile.exampletoProcfile - Copy
.envrc.exampleto.envrcand modify variables as needed - Run
direnv allow - Run
./scripts/init-dev.sh - Run
pnpm startto start the servers