Scripts2026年3月31日·1 分钟阅读

Open WebUI — Self-Hosted AI Chat Interface

User-friendly, self-hosted AI chat interface. Supports Ollama, OpenAI, Anthropic, and any OpenAI-compatible API. RAG, web search, voice, image gen, and plugins. 129K+ stars.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

docker run -d -p 3000:8080 \
  -v open-webui:/app/backend/data \
  --name open-webui \
  ghcr.io/open-webui/open-webui:main

Open http://localhost:3000 and create an admin account.


介绍

Open WebUI is a self-hosted, feature-rich AI chat interface — like ChatGPT but running on your own server. Supports Ollama (local models), OpenAI, Anthropic, and any OpenAI-compatible API. Includes RAG (upload documents and chat with them), web search, voice input/output, image generation, code execution, and a plugin system. The most popular open-source AI chat UI with 129,000+ GitHub stars.

Best for: Teams and individuals who want a private, customizable ChatGPT alternative Works with: Ollama, OpenAI, Anthropic, Google, Azure, LiteLLM, any OpenAI-compatible API


Key Features

Multi-Model Chat

Switch between local (Ollama) and cloud (OpenAI, Claude) models in one interface. Compare responses side-by-side.

RAG (Document Chat)

Upload PDFs, text files, and web pages. Chat with your documents using built-in vector search.

Web Search

Real-time web search integrated into chat responses (SearXNG, Google, Brave).

Voice

Speech-to-text input and text-to-speech output for hands-free conversations.

Image Generation

Generate images with DALL-E, Stable Diffusion (ComfyUI/AUTOMATIC1111), or other backends.

Code Execution

Run Python code directly in chat with sandboxed execution.

Multi-User

User accounts, role-based access, shared conversations, and admin dashboard.

Plugins & Functions

Extend with custom tools, filters, and pipelines.


FAQ

Q: What is Open WebUI? A: A self-hosted AI chat interface supporting Ollama, OpenAI, Anthropic, and more. Includes RAG, web search, voice, and image generation. 129K+ GitHub stars — the most popular open-source AI UI.

Q: Can I use it without a GPU? A: Yes, connect to cloud APIs (OpenAI, Anthropic) without any GPU. For local models via Ollama, a GPU is recommended but not required.


🙏

来源与感谢

Created by Open WebUI. Licensed under BSD-3. open-webui/open-webui — 129,000+ GitHub stars

相关资产