AIAny
Icon for item

LibreChat

Self-hosted, MIT-licensed interface that puts OpenAI, Anthropic, Google, Azure, AWS, and local models behind one chat UI. Adds agents, a code interpreter, MCP tool connections, persistent memory, web search, artifacts, and multi-user SSO auth on top.

Introduction

Most teams that try to escape per-seat ChatGPT subscriptions end up running three or four disconnected clients, one per provider. LibreChat collapses that into a single self-hosted deployment where switching from GPT-5 to Claude to a local Ollama model is a dropdown, not a context switch. The interesting consequence is data ownership: every conversation, file, and agent lives on infrastructure you control, which is why it now anchors ClickHouse's open-source agentic data stack.

What Sets It Apart
  • Provider-agnostic by design — one interface and one auth layer in front of OpenAI, Anthropic, Azure, AWS, Google Vertex, Groq, Mistral, OpenRouter, and local models, so adding a provider never means a new tool.
  • It is a full application, not a wrapper: enterprise SSO (OAuth, SAML, LDAP, 2FA), multi-user accounts, and message/file/code search make it deployable for a whole org, not just a tinkerer.
  • Agents and a zero-setup code interpreter run inside the chat, with MCP letting you wire in external tools and persistent memory carrying context across sessions — capabilities most chat clients still lack.
Who It's For

Great fit if you want to give a team unified, auditable access to many LLMs on your own servers, with real auth and data control instead of scattered SaaS subscriptions. Look elsewhere if you just want a single hosted assistant with no setup — self-hosting means you own the Docker stack, the database, and the API keys, which is overhead a casual single user rarely needs.

Information

  • Websitewww.librechat.ai
  • OrganizationsClickHouse
  • AuthorsDanny Avila
  • Published date2023/02/20

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).