73 wires and counting

$ follow Open WebUI

Keep up with Open WebUI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-06-02
stories 120

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Open WebUI 0.9.6 ships with incremental knowledge base sync and RAG ACL fix

By RepoJournal · Filed · About Open WebUI

Open WebUI 0.9.6 lands with a companion knowledge base sync tool, a blocking signup bug fix, and a critical RAG ACL security patch.

Open WebUI 0.9.6 is out. The headline addition is an official knowledge base sync companion tool, oikb, which hooks into the release's new incremental sync support. It keeps a knowledge base in sync with a local directory, GitHub repo, S3 bucket, Confluence space, or any of more than 40 other sources, uploading only new and changed files. Local directories can now be synced into a knowledge base in one action. [1]

The same release deprecates the peewee migration layer, and the commit message notes that "Peewee migrations are no longer needed for any version >= 0.3.6" because the Alembic init migration already creates the equivalent schema. The PR also removes dead peewee connection wrappers and standardizes os.environ.get calls to os.getenv. [2]

Two bug fixes deserve attention. First, a fix ensures that a stale ENABLE_SIGNUP config no longer blocks the first-admin signup. On a fresh install with zero users, the mandatory "Create Admin Account" onboarding screen previously hit a 403 ACCESS_PROHIBITED when the config was backed by Redis or the config row survived a partial database wipe. [3] Second, the static credentials OAuth flow now reads scopes from the Protected Resource Metadata document (RFC 9728) instead of relying on provider default scopes, which broke providers like GitHub that default to minimal public-only access. [4]

Also fixed: a RAG ACL vulnerability where collection ACL accepted any unknown name as a legacy collection, and in Milvus multi-tenancy mode interpolated it into the Milvus expression. A crafted name could turn the filter into a tautology and return every tenant's chunks. All collection names are now validated to reject unsafe characters. [5]

Quick answers

What shipped in Open WebUI on June 2, 2026?
Open WebUI 0.9.6 lands with a companion knowledge base sync tool, a blocking signup bug fix, and a critical RAG ACL security patch. In total, 83 commits, 36 pull requests, and 1 releases landed.
Who contributed to Open WebUI on June 2, 2026?
4 developers shipped this update, including github-actions[bot], Tim Baek, Classic298, and Justin Williams.
What were the notable Open WebUI updates?
v0.9.6, 0.9.6 (#25497), and fix: don't block first-admin signup on stale ENABLE_SIGNUP (#24821).