Self-host with Docker ยท Yantr
LibreChat
Unified ChatGPT-like UI for OpenAI, Anthropic, and local LLMs with RAG.
1
Ports
2
Notes
4
Use Cases
About
What LibreChat does
LibreChat is a powerful, open-source ChatGPT clone that provides a unified interface for multiple AI models. Connect it to OpenAI, Anthropic (Claude), Google Gemini, or local models via Ollama. It features a complete UI with chat history, presets, plugins, and a built-in RAG (Retrieval-Augmented...
Install Flow
How to self-host LibreChat
LibreChat can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what LibreChat does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Provide a centralized, privacy-friendly AI chat interface for your team.
- Chat directly with your PDFs and documents using the built-in RAG engine.
- Switch seamlessly between GPT-4, Claude 3, and local open-source models.
- Save money on AI subscriptions by using API keys directly in one interface.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 3080 | HTTP | Web UI |
Docker Image
ghcr.io/danny-avila/librechat:latest
Service Name
librechat
Notes
Things to know before you deploy
- You can provide OPENAI_API_KEY and ANTHROPIC_API_KEY in the deploy form, or configure them later in the admin UI.
- The stack includes a vector database (pgvector) to support document uploads and chatting with files.
Related Apps
More tools you might pair with LibreChat
Page generated 2026-07-27T04:28:00.415Z