Home/AI/Open WebUI
O
Capabilities:chatimage
License:BSD-3-Clause
Open sourceAPI availableLocal runtime

Open WebUI

About

A self-hosted, feature-rich AI interface for Ollama and OpenAI-compatible APIs. Chat with local models in a polished web UI with RAG, tool calling and multi-user support.

Pricing

Free

Open WebUI is a self-hosted chat interface that connects to Ollama and OpenAI-compatible servers. It brings a ChatGPT-like experience to your local models, with documents, tools and collaboration.

Key Features

  • Chat with Ollama and OpenAI-compatible backends.
  • RAG on uploaded documents.
  • Tool calling and code execution.
  • Multi-user auth and permissions.
  • Model management from the UI.
  • Docker deploy in minutes.

Pricing

Open WebUI is free and open source under the BSD-3-Clause license.

Getting Started

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, create an admin account, and point it at your Ollama instance or an OpenAI API key.