AIAny
AI Client2023
Icon for item

LobeChat

Self-hostable chat client that unifies many LLM providers (OpenAI, Claude, Gemini, Ollama, DeepSeek) behind one UI. Adds file-upload knowledge-base RAG, vision/TTS, an MCP plugin system, and an agent marketplace, with one-click Vercel or Docker deployment.

Introduction

Most "private ChatGPT" projects hand you a bare chat box; the real friction is that every provider, every plugin, and every conversation lives in a different silo. LobeChat's bet is that the client itself should be the integration layer — one polished UI that absorbs the model zoo, a tool ecosystem, and a knowledge base, then ships as something you can stand up in minutes.

What Sets It Apart
  • Provider-agnostic by design: OpenAI, Claude, Gemini, Ollama, DeepSeek, Azure, Bedrock, Mistral and more behind a single switcher, so you change models without changing apps.
  • Knowledge base with RAG built in — upload files and query them in-chat, rather than wiring a separate vector pipeline.
  • An MCP-compatible plugin system plus a community marketplace of pre-built agents, which turns the client into an extensible workspace instead of a fixed tool.
  • Genuinely one-click self-hosting (Vercel, Docker, Zeabur, Sealos), keeping your keys and data on your own infrastructure.
Who It's For

Great fit if you want a single, good-looking front end over many models and prefer to own your deployment and data. Look elsewhere if you need a lightweight terminal/CLI workflow, or if you'd rather call one provider's API directly without a full web app and its hosting overhead.

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

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.