News

Open Source Daily Briefing

Microsoft launches Azure Linux 4.0 and Open Agent Governance Framework at OSS Summit, Zulip donated to new nonprofit foundation, Valkey 9.1 brings search into the core, and more.

Open Source Summit North America wrapped up today in Minneapolis, and it delivered: Microsoft shipped a full Linux distribution for Azure VMs, proposed an open standard for governing AI agents, and the Agentic AI Foundation crossed 190 member organizations. Meanwhile, Zulip became a nonprofit, and Valkey pulled search into its core. Here’s what matters.

Microsoft launches Azure Linux 4.0 — its first general-purpose Linux distribution for Azure VMs

At Open Source Summit, Microsoft announced Azure Linux 4.0, transforming what was previously a narrow container host into a fully supported, general-purpose server operating system available to all Azure customers. The big architectural shift: Azure Linux 4.0 is now based on Fedora’s RPM ecosystem, giving it access to thousands of community-maintained packages out of the box — dnf install works exactly like you’d expect. Microsoft also announced general availability of Azure Container Linux, a separate immutable, container-optimized track. More than two-thirds of customer cores in Azure already run Linux, and the platforms behind Microsoft 365, GitHub, and ChatGPT all sit on Linux foundations. Azure Linux 4.0 is the logical next step, but it’s still a milestone worth noting: Microsoft now ships and supports a Fedora-based general-purpose Linux distribution. The source code is fully open on GitHub. A broader rollout is expected at Microsoft Build on June 2.

Microsoft proposes Open Agent Governance Framework — pledges CNCF donation by year-end

Also at OSS Summit, Microsoft unveiled the Open Agent Governance Framework (OAGF), an open-source specification and reference implementation for governing autonomous AI agents. OAGF defines a declarative, Rego-based policy language that specifies what an agent is allowed to do — which APIs it can call, what spending caps apply, and when it must escalate to a human. The framework addresses three concerns that are becoming urgent as agentic AI moves from demos to production: transparency of agent actions, audit trails for compliance, and safe hand-offs between agents and humans. Microsoft committed to donating OAGF to the CNCF by the end of 2026, with Red Hat, Google, and Snowflake signed on as early supporters. The reference implementation enters beta May 22, with a production-ready release promised for Ignite in November. This lands alongside the Agentic AI Foundation crossing 190 member organizations — adding 43 new members in the past quarter, including national laboratories, government agencies, and universities. The AAIF, which houses Anthropic’s MCP, Block’s goose, and OpenAI’s AGENTS.md, is already the fastest-growing project in Linux Foundation history. Agent governance is clearly the next frontier for open standards, and the pace of institutional buy-in suggests this isn’t hype — it’s infrastructure being built.

Zulip donated to new nonprofit foundation as founder Tim Abbott joins Anthropic

Tim Abbott, Zulip’s founder and decade-long leader, announced he is stepping back from full-time leadership to join Anthropic, alongside three senior team members. Rather than selling or sunsetting the project, Abbott donated Kandra Labs — the company behind Zulip — to a newly created, independent nonprofit Zulip Foundation. The governance structure mirrors Mozilla, Signal, and Wikipedia: the foundation owns the company, has no stockholders or debt obligations, and operates with a mission focused on public-interest organizations and communities. The foundation’s initial board includes Abbott, longtime co-leads Greg Price and Alya Abbott, and Rust community leader Josh Triplett. Twelve team members remain, averaging over four years of Zulip experience and nearly 25,000 commits between them. Kim Vandiver, who previously led operations at VaccinateCA, has joined as Interim President. What makes this transition notable isn’t just the governance model — it’s the reasoning. Abbott explicitly chose a nonprofit structure because fiduciary duties to investors could “eventually generate pressure for us to compromise our values.” That’s a rare level of self-awareness from a founder, and the foundation structure makes the commitment permanent. Zulip Cloud, self-hosted support, and the Google Summer of Code program (11 participants this summer) continue without interruption.

Valkey 9.1 ships with built-in search, 10% memory reduction, and database-level ACLs

Valkey, the Linux Foundation-hosted Redis fork that emerged from the licensing controversy, released version 9.1 on May 19. The headline feature is Valkey Search 1.2, which consolidates full-text search, numeric filtering, tag-based lookup, and vector search directly alongside the data store — eliminating the need for a separate search layer for many workloads. The core engine now uses up to 10% less memory per key, requires no tuning to achieve the savings, and adds database-level ACLs for fine-grained multi-tenant isolation within a single instance. CLUSTERSCAN enables consistent key scanning across entire clusters, and TLS certificates now reload automatically. JSON-format logging rounds out the observability story. Valkey is quietly becoming the canonical open-source in-memory data store for anyone who needs the Redis model without the licensing uncertainty. Each release widens the feature gap between Valkey and the Redis it forked from, and 9.1’s integrated search is the kind of move that makes going back difficult.

KDE Plasma 6.7 beta debuts Union theming engine — CSS replaces SVG

KDE released the Plasma 6.7 beta on May 14, and the marquee change is the first public tech preview of Union, a new theming system that swaps the longstanding SVG-based styling engine for CSS stylesheets. This is a bigger deal than it sounds: CSS is a skill that vastly more developers and designers already have, which should dramatically lower the barrier to creating and maintaining Plasma themes. Beyond Union, the release adds per-screen virtual desktops, Wayland session restore, a global push-to-talk feature, HDR improvements, better NVIDIA driver support, overlay planes for Intel graphics, and continued Vulkan work for KWin. The nostalgic Air theme from the KDE 4 era makes a return alongside a refreshed Oxygen theme. The final Plasma 6.7 release is scheduled for June 16. KDE has maintained an impressive development pace throughout the Plasma 6 series, and the Union theming engine represents the kind of foundational infrastructure investment that pays dividends for years — if the community embraces CSS as the new default.