Private GPT
ActiveDescription
PrivateGPT is a fully-local AI application API layer with RAG, agents and multi-model routing, providing zero-data-leak private deployment.
Key Features
- Fully local — independent of external APIs, all data stays on-prem
- RAG first-class — built-in ingestion, retrieval and context assembly
- Multi-model routing — llama.cpp, Ollama, vLLM and other local inference backends
- Agent SDK — tool calling, planning and multi-step execution abstractions
- OpenAI-compatible API — /v1 endpoints compatible with OpenAI clients
- Observability — built-in logging and production-grade observability hooks
Use Cases
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (57.4k stars)
- • Permissive open-source license (Apache-2.0)
- • Established track record (3 years in production)
Tags
Categories
Quick Start
git clone https://github.com/zylon-ai/private-gpt
cd private-gpt
poetry install --with ui
make run