# Open WebUI

> The most complete self hosted chat front end, with a licence to read

Category: Self hosted AI workspaces (https://aiarabicdev.com/ai-workspaces)
Canonical page: https://aiarabicdev.com/ai-workspaces/open-webui
Tags: chat, self-hosted, ollama, rag, workspace

Open WebUI is a self hosted chat interface that works against local models through Ollama and against any OpenAI compatible API. It covers the things a paid chat subscription gives you: conversation history, documents, multiple users, model switching and a plugin layer.

## Facts

- Licence: Modified BSD-3, with branding conditions
- Language: Python
- Cost: Free core, paid tiers exist
- Self hostable: yes
- Added: 2026-08-24
- Last checked: 2026-08-24

## Links

- Website: https://openwebui.com
- Source: https://github.com/open-webui/open-webui

## The most finished option on this shelf

It is the closest open source equivalent to a commercial chat product. User accounts and permissions, retrieval over your own documents, web search, image generation and a pipeline system for custom processing all ship in the box rather than as a plan.

That completeness is why it is the usual answer for a team that wants one internal chat interface over whichever models they have access to, local or hosted.

## The licence changed, and it matters

This is no longer a plain permissive project. The licence adds conditions around removing or altering the project's branding, which means the common plan of white labelling it for a client or an internal product is exactly the case it restricts, unless you qualify for an exemption or buy a licence.

For personal use and ordinary internal deployment this changes nothing. If you intend to ship it under your own brand, read the licence file first rather than assuming the permissive terms it used to carry.

## Reach for it when

- you want one internal chat interface over several model providers
- you need conversation history and documents kept on your own infrastructure
- you are running local models and want a real interface for them

## Watch out for

- the licence restricts removing the project's branding, so white labelling it needs a licence or an exemption
- it is a substantial application to host, not a single binary, and the feature surface grows quickly
- retrieval over your documents needs tuning before it is genuinely useful

## Get started

Run with Docker:

```sh
docker run -d -p 3000:8080 -v open-webui:/app/backend/data ghcr.io/open-webui/open-webui:main
```

---

aiarabicdev is a free directory of open source tools. No affiliate links, no sponsored placements.
New entries are announced at https://t.me/arabic_Intelligence
