Good for / not for
- Teams and individuals who want a full-featured, multi-user, self-hosted ChatGPT alternative with RAG and SSO.
- Anyone who already has a model running and wants a browser interface on top of it rather than a terminal.
- Running with the standard branding kept: there is no functional or user cap while the original branding is intact.
- Anyone weighing project health: 151,151 GitHub stars, last pushed on 6 September 2026, with v0.11.3 released on 31 August 2026.
- Single-user offline desktop use. Jan or LM Studio fit that shape better.
- Anyone who needs a runner. Open WebUI is the interface, and the model still has to come from somewhere — your own machine or a cloud key.
- Deployments that need the branding removed or replaced above 50 end users in any rolling 30 days, which is where an enterprise licence becomes necessary.
What it actually does
Open WebUI is a front end, not a runner. It gives you the ChatGPT layout — conversations, accounts, a model picker — as a web app you host yourself, pointed at whichever models you supply, local or cloud. Multi-user support, RAG over your own documents and SSO are what make it the choice for a team rather than for one person. The software is free to use as-is for everyone, with no seat cap on functionality, and an Enterprise License is quoted only when you want to white-label it or need enterprise-exclusive features. The licence is the part to read before you deploy. On 19 April 2025 the project moved from plain BSD-3 to a custom Open WebUI License: still BSD-3 at the base, with a mandatory branding-protection clause added. Removing the branding requires an enterprise licence once you are above 50 end users in any rolling 30 days. Contributions made up to v0.6.5 remain under the original BSD-3. The change drew documented backlash and fork discussion at the time. Operationally it asks something of you too: reviewers report Docker volume corruption when containers terminate, WebSocket drops, and occasional breaking config changes between minor versions.
Run Open WebUI for a team with the standard branding untouched.
Free, with no functional or user cap. The 50-end-user threshold in any rolling 30 days is what gates removing the branding, not what gates using the software.
From the vendor's docsPricing and free-plan limits
Free tier: No functional or user cap while the original branding is intact. Removing the branding above 50 end users in any rolling 30 days is what needs an enterprise licence.
| Plan | Price | What you get |
|---|---|---|
| Free | Free |
Limits: The standard Open WebUI branding stays in place · Removing the branding above 50 end users in any rolling 30 days needs an enterprise licence openwebui.com/pricing returns a 404. The terms are published on the enterprise page in the docs. |
| Enterprise License | Custom pricing |
Required only for white-labelling or enterprise-exclusive features. No figure is published. |
Prices checked on Sep 6, 2026 against the vendor's pricing page. Plans change often — confirm before you pay.
Three honest limitations
- Operational fragility is the recurring complaint: Docker volume corruption when a container terminates, WebSocket drops, and occasional breaking config changes between minor versions.
- One instance handles about 50 active users comfortably, or 100 with light usage, before it needs horizontal scaling.
- The licence changed on 19 April 2025 from plain BSD-3 to a custom Open WebUI License — BSD-3 at the base, with a mandatory branding-protection clause added. Removing the branding above 50 end users in any rolling 30 days requires an enterprise licence. Contributions up to v0.6.5 remain under the original BSD-3. The change drew documented backlash and fork discussion.
Alternatives
- AnythingLLM — Choose AnythingLLM instead if the job is document chat for one person or a small team and you would rather not run a multi-user service.
- Jan — Choose Jan instead if one person needs a local chat app on their own desktop rather than a shared web service.
- Ollama — Choose Ollama instead if what you are missing is the model runner itself — Open WebUI is the interface on top, not the engine.
Getting started in 5 minutes
- Have a model ready first. Open WebUI is the interface; the model comes from a runner you host or from a cloud provider whose key you supply.
- Deploy with Docker, and treat the volume as real data — reviewers report corruption when containers terminate.
- Read the licence at docs.openwebui.com/license before you deploy anything rebranded. Above 50 end users in any rolling 30 days, removing the branding needs an enterprise licence.
- Turn on the multi-user pieces you actually need. Accounts, RAG and SSO are the reason to pick this over a desktop app.
- Plan a second instance past roughly 50 active users, rather than a bigger one.
Open WebUI questions
- Is Open WebUI free?
- Yes — free to use as-is for everyone, with no seat cap on functionality, as long as the standard branding stays in place. The Enterprise License is quoted rather than listed, and is required only for white-labelling or enterprise-exclusive features. There is no pricing page: openwebui.com/pricing returns a 404, and the terms live on the enterprise page in the docs.
- Is Open WebUI still open source?
- Not in the plain sense it once was. On 19 April 2025 the project moved from BSD-3 to a custom Open WebUI License — still BSD-3-based, with a mandatory branding-protection clause added. Contributions up to v0.6.5 remain under the original BSD-3. The change drew documented backlash and fork discussion.
- When do I actually need an enterprise licence?
- When you want the branding removed or replaced and you are above 50 end users in any rolling 30 days, or when you need enterprise-exclusive features. Below that threshold, and with the branding intact, the software is free with no user cap on what it does. The 50 is a condition on rebranding, not a cap on users.
- How many people can one instance serve?
- A self-hosted review puts it at about 50 active users comfortably, or 100 with light usage, before you need to scale horizontally. Past that, run more instances rather than a bigger one.
- Open WebUI or AnythingLLM?
- Both are self-hosted and both do RAG over your own documents. Open WebUI is the multi-user ChatGPT clone with SSO, and its licence now carries the branding clause. AnythingLLM is MIT, is aimed at private document chat, and sells a managed cloud from $50 a month if you would rather not host anything.
Sources
- Open WebUI enterprise page (free to use as-is; enterprise licence for white-labelling; openwebui.com/pricing 404s)
- Open WebUI License, the official terms: BSD-3 base plus the mandatory branding-protection clause, in force since 2025-04-19
- Documented backlash to the 2025 licence change
- Self-hosted review (Docker volume corruption, WebSocket drops, breaking config changes; about 50 active users per instance)
- GitHub repository (151,151 stars, last push 2026-09-06, v0.11.3 on 2026-08-31)
Research-compiled, not hands-on tested. Compiled from official docs, the vendor's pricing page and community reviews as of Sep 6, 2026. We haven't tested it hands-on yet.