zylon-ai/private-gpt

Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more. Works with any OpenAI-compatible inference...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 60 minutes ago
Added to GitGenius on August 31st, 2026
Created on May 2nd, 2023
Open Issues & Pull Requests: 6 (+0)
Number of forks: 7,609
Total Stargazers: 57,491 (+1)
Total Subscribers: 456 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.0 days
Mean response time: 160.2 days
90th percentile: 763.4 days
Tracked items: 316

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in about 3 days, while "question" waits about 3 months. Only 7% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 7 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (54)
  • question (48)
  • stale (35)
  • enhancement (22)
  • primordial (9)
  • documentation (7)
  • needs confirmation (5)
  • Docker (1)

Detailed Description

PrivateGPT is an open-source API layer that turns local language models into production AI applications.

PrivateGPT solves the problem that running a model locally is only the first step toward building useful AI applications. It provides higher-level building blocks as an API following the Claude API model, allowing developers to build private AI products without rebuilding backend primitives from scratch or depending on cloud APIs. The tool connects to any OpenAI-compatible inference server via a configurable base URL, requiring only that the server implements the standard chat completions and models endpoints. It does not run models itself but orchestrates them alongside retrieval-augmented generation, agentic capabilities, tool execution, and database access.

PrivateGPT suits teams building on-premise AI applications where data privacy is essential and cloud dependencies are unacceptable. It works with any OpenAI-compatible inference server, making it flexible across different local model deployments. The tool includes a built-in workbench UI for testing and demonstrations, though the API is the actual product and developers are expected to build their own applications on top of it. The feature set spans standard messaging with streaming and async support, file and artifact ingestion, retrieval with citations, built-in tools like web search and code execution, custom tools and MCP connectors, and structured database and CSV access through embeddings and orchestration.

The project maintains active development with regular updates to its core API and integrations. The codebase shows consistent refinement of the API surface and expansion of supported inference providers. Documentation is comprehensive and kept current alongside feature additions. The tool is production-tested, powering an on-premise AI platform serving enterprises globally.