Open WebUI 2026:15分钟跑起你自己的私有ChatGPT

2026-08-02 约 5 分钟阅读

想要ChatGPT的体验,但用自己的模型、自己的数据——不订阅、不上传。Open WebUI一条Docker命令搞定。

Open WebUI: The Self-Hosted ChatGPT Interface

Open WebUI (147,533 GitHub stars, permissively licensed) is the most popular self-hosted AI chat interface in existence. It connects to Ollama, OpenAI-compatible APIs, and local models, and provides the full ChatGPT-style experience - chat UI, file uploads, image support, model switching, multi-user accounts, and even a knowledge base (RAG) feature. One docker compose command and your team has a private AI workspace.

The 15-Minute Setup

docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway \n  -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main

Open http://localhost:3000, create the admin account, and connect your models: point it at Ollama (it auto-detects local models) or add an OpenAI-compatible API key. That is the whole setup - no database to configure, no reverse proxy required for local use.

Why Teams and Power Users Love It

Hardware Reality

The interface itself runs on any small VPS. The models are the cost: an 8B model runs on 8-16GB RAM (CPU works, GPU is better); 70B-class models want 48GB+ or quantized CPU inference with patience. Start with a 7-14B model on one GPU and scale as usage grows.

FAQ

Is Open WebUI free? Yes - open source; you pay only for the hardware it runs on.

Can it use cloud APIs too? Yes - it connects to OpenAI, Anthropic, and any OpenAI-compatible endpoint alongside local models.

Is it secure for a company? It has auth and admin controls; for serious deployments put it behind a reverse proxy with HTTPS and SSO.

Open WebUI vs LibreChat vs LobeChat? All are solid self-hosted chat UIs; Open WebUI has the largest community and best Ollama integration.

相关文章
2026-06-29
高收益主线龙头策略——不花钱的数据,也能抓到龙头
2026-06-29
你笔记本里,藏着一个AI
2026-07-14
免费AI编程助手 2026 配置指南:VS Code 5分钟装 Continue、Copilot、Windsurf

💬 评论 (0)

暂无评论,来说两句吧~

登录后评论