openwebui
Installation
SKILL.md
Open WebUI
Self-hosted AI chat interface supporting Ollama, OpenAI-compatible APIs, and custom pipelines. Provides RAG, web search, code execution, image generation, TTS/STT, RBAC, SSO, and extensibility via plugins/MCP.
Quick Start
# Docker with Ollama
docker run -d -p 3000:8080 -v open-webui:/app/backend/data \
-e OLLAMA_BASE_URL=http://host.docker.internal:11434 \
--name open-webui ghcr.io/open-webui/open-webui:main
# pip
pip install open-webui && open-webui serve
Reference Index
Load relevant reference files based on the task. Files are organized by topic area.