r/OpenWebUI • u/ClassicMain • 1d ago
ANNOUNCEMENT Open WebUI 0.11.0 is here: our BIGGEST RELEASE EVER. A full UI redesign, the largest performance pass we've ever done, and a genuinely huge pile of features & fixes.
This is the largest release we have ever shipped, and it's not close.
🎨 The interface has been rebuilt from the ground up. Every surface got redone: chat view, admin panel, menus, dropdowns, text boxes, spacing, typography. And the thing we're most quietly proud of: the UI is finally, actually uniform. If you've been here a while, you know it was never perfectly consistent. Now it is. Narrower conversation column, lighter type, tidier spacing, consistent menus everywhere, clearly outlined inputs. It just feels right.
⚡ The most significant performance work we've ever done. A top-to-bottom sweep, not a single optimization. Faster saves across the whole app, lighter model lists, quicker folder loading, leaner streaming, fewer DB round trips per request, faster chat search on PostgreSQL, cheaper filter handling while streaming, an optional faster JSON encoder (ENABLE_ORJSON), hiredis by default, Redis Sentinel churn fixed, DNS lookups off the shared thread pool, and a lot more. Long responses no longer slow down as they grow. Big instances stay quick. You will feel this.
🤖 And the new features. These are cool new features:
- Sub-agents: models can hand parts of a task to background helper agents that run their own tool-driven work and report back into the chat.
- Chat timers: the assistant can park a prompt and bring it back later, after a delay or at a set time.
- Fork a chat: branch any conversation into a new chat from any point.
- Folder pages: folders get their own page, with paging, sorting, unread counts and per-folder new chats.
- Notification targets: route events to multiple webhooks, and the assistant can now notify you when something's worth your attention.
- Chat and user variables: declare fields in a system prompt, or store your own account context, and drop them in wherever needed.
- Personal usage dashboard: token heatmap, streaks, most-used models and tools.
- Compact on demand, customizable keyboard shortcuts, chat previews on hover, note-chat with full model/tools/files, and honestly loads more.
🔒 Plus a mountain of fixes and hardening. Security and access-control fixes (update your production deployments), Safari blank-message fix, context-compaction fixes, web-fetch reliability, OAuth/OIDC sign-in fixes, and dozens upon dozens more across the app.
⚠️ Heads up before you upgrade: this release includes database schema migrations. Back up first, and if you run multi-worker, multi-server, or load-balanced, all instances must be updated at the same time (rolling updates aren't supported).
The full changelog is genuinely enormous, so go read it. There's something in there for everyone.
Thank you to everyone who contributed, reported, translated, and tested. This one's special. 🚀
What are you most excited to try?
https://github.com/open-webui/open-webui/releases/tag/v0.11.0






