AIAny
Chatbot2023
Icon for item

PrivateGPT

Wraps a local, OpenAI-compatible inference server in one messages API so you can build private AI apps with no data leaving your network: document ingestion, retrieval with inline citations, and built-in tools (web search, code execution, MCP).

Introduction

Running a model locally is the easy part; the hard part is everything an application needs around it — reading your documents, citing sources, calling tools — without that data ever touching the cloud. This is the layer most "private AI" stacks are missing: it sits above an OpenAI-compatible inference server and exposes a single Claude-style messages API, turning a raw local model into something you can build a product on rather than just chat with.

What Sets It Apart
  • An application layer, not an inference engine — it pairs with runtimes like Ollama or vLLM instead of replacing them, so you keep your own choice of model and hardware and avoid lock-in to one runtime.
  • Retrieval with inline citations is built in — answers point back to the source document, which matters when "the model made it up" is a compliance problem rather than a nuisance.
  • Tools and MCP ship out of the box — web search, web fetch, code execution, custom tools, and an MCP connector mean agents can act, not just answer.
  • Fully local by design — file ingestion, embeddings, and orchestration all run in your environment under Apache-2.0, with nothing sent to a third-party API.
Who It's For

Great fit if you operate in a regulated or air-gapped setting — healthcare, legal, finance — and need document-grounded AI you can self-host and audit. Look elsewhere if you just want a quick local chatbot, where a runtime's built-in UI is simpler, or if you'd rather not run and maintain inference infrastructure: the project assumes you bring the GPU and the ops. It's also the open-source engine behind Zylon, the team's commercial on-prem platform, so a managed path exists if self-hosting becomes a burden.

Information

  • Websitegithub.com
  • OrganizationsZylon AI
  • AuthorsZylon (PrivateGPT)
  • Published date2023/05/02

More Items

GitHub
AI Deploy2018

Serves machine learning and deep learning models for cloud, data center, edge and embedded environments. Supports multiple frameworks and backends, dynamic and sequence batching, HTTP/gRPC APIs, Docker deployment and NVIDIA-optimized runtimes.

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub
AI Deploy2026

Pools multiple ChatGPT/Codex accounts behind a local OpenAI-compatible proxy and dashboard — provides request load balancing, per-account usage/cost tracking, API-key management, and configurable routing strategies.