Skip to content

OpenDocumentsOpen Source RAG Tool

Self-hosted AI document search — connect your scattered docs and ask questions with source citations

What is OpenDocuments?

OpenDocuments is an open source RAG (Retrieval-Augmented Generation) tool that connects your scattered organizational documents and lets you search and ask questions using AI — with source citations so you know exactly where the answer came from.

Unlike cloud-only solutions, OpenDocuments runs entirely on your own infrastructure with local LLMs via Ollama. Your data never leaves your network.

Why OpenDocuments?

FeatureOpenDocumentsCloud alternatives
Data privacyRuns locally, data never leaves your networkData sent to third-party servers
CostFree, open source (MIT)$20-100+/user/month
File formats12+ formats (PDF, DOCX, code, Jupyter...)Limited format support
Data sources10+ connectors (GitHub, Notion, Drive...)Vendor-specific integrations
CustomizationPlugin system, full source accessClosed source, limited APIs
AI modelsAny model (Ollama, OpenAI, Claude, Gemini)Locked to one provider
Korean supportBuilt-in cross-lingual searchUsually English-only

Quick Install

bash
npm install -g opendocuments
opendocuments init    # Auto-detects Ollama, pulls models
opendocuments start   # Opens Web UI at localhost:3000

Three commands. Under 5 minutes. Get started →

Released under the MIT License.