Extensible, self-hosted, feature-rich WebUI designed to operate entirely offline with Ollama and OpenAI-compatible APIs.
# 1. Clone repository git clone https://github.com/open-webui/open-webui.git cd open-webui # 2. Set up virtual environment python3 -m venv .venv source .venv/bin/activate # 3. Install dependencies & configure env pip install -r requirements.txt cp .env.example .env # 4. Start local development server python main.py
Embeddings-based document Q&A engine with citation overlays and instant vector retrieval.