Open WebUI

Active
GitHub Python NOASSERTION

Description

Self-hostable multi-model chat UI compatible with Ollama and OpenAI.

Key Features

  • Self-hosted — Single Docker command to start
  • Multi-model — Multiple LLM providers concurrently
  • Built-in RAG — Document upload and retrieval
  • Plugin system — Custom pipelines
  • User management — Multi-user and permissions

Use Cases

💡 Build internal LLM chat platforms for teams.
💡 Provide a web UI for local Ollama.
💡 Enterprise RAG chat knowledge base.

Categories

Quick Start

# Install and run
docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=http://host.docker.internal:11434 \
  --name open-webui ghcr.io/open-webui/open-webui:main

Related Projects