Minima
FreeChat with local documents, connect local environment to ChatGPT or Claude 
About Minima
Minima is an open-source, on-premises RAG (Retrieval-Augmented Generation) system that runs in configurable Docker containers. It enables users to chat with their local documents securely by connecting either to a fully local LLM (via Ollama), a custom OpenAI-compatible API, or to external AI assistants like ChatGPT and Anthropic Claude via Model Context Protocol (MCP). The tool supports four deployment modes: isolated local setup, custom LLM, ChatGPT integration, and MCP usage for Claude. Users configure the system through environment variables and a simple run.sh script, making it easy to deploy containerized RAG without external dependencies if desired.
Key Features
Pros & Cons
- Fully open source and free to use
- Multiple integration options (local, ChatGPT, Claude, custom LLM)
- Runs entirely on-premises, ensuring data privacy and security
- Containerized deployment simplifies setup and scaling
- Active GitHub repository with clear documentation
- Supports a variety of open-source and proprietary LLMs
- Requires Docker knowledge and manual configuration
- Setup can be complex for non-technical users
- Limited to RAG-based document retrieval; not a general-purpose chatbot
- Dependency on external services when using ChatGPT/Claude modes