News

Open Source Daily Briefing

Microsoft Build 2026 open-sources the Windows Agent Framework and ships Coreutils for Windows via Rust, Trump signs voluntary AI executive order affecting model releases, MiniMax M3 challenges proprietary frontier models as open weights, and more.

Microsoft Build 2026 dominated the news cycle with a wave of open-source releases, a new executive order creates a voluntary pre-release window for frontier AI models, and a Chinese lab dropped an open-weight model that’s beating GPT-5.5 on coding benchmarks. Here’s what matters.

Microsoft open-sources Windows Agent Framework under MIT at Build 2026

The headline open-source move from Build 2026 is the Windows Agent Framework (WAF), now MIT-licensed on GitHub. WAF provides the scaffolding for AI agents that run across local Windows machines, Windows 365 Cloud PCs, and Azure Arc edge devices — including an agent registration daemon, a declarative manifest schema, a gRPC-based cross-agent communication bus, and a persistent memory service. Alongside WAF, Microsoft shipped Semantic Kernel 2.0 with native planning and multi-step tool calling, released Phi-4-Medium and Phi-4-Vision as open weights under MIT, and published the Agent Control Specification as an open industry standard for deterministic agent guardrails. The sheer volume of open-source releases at a single event is notable — Microsoft is clearly betting that owning the default agent development stack matters more than keeping any individual piece proprietary.

Coreutils for Windows ships at Build 2026 — 75+ GNU commands, rewritten in Rust, running natively

In a quieter but arguably more historically significant announcement, Microsoft shipped Coreutils for Windows — over 75 Linux command-line utilities (ls, grep, cat, cp, find, etc.) compiled as native Windows executables. The project is built from uutils/coreutils, the community-driven Rust reimplementation of GNU coreutils, combined with findutils and a GNU-compatible grep. Microsoft packages everything into a single coreutils.exe binary with NTFS hardlinks for each command. This is Microsoft contributing back to and shipping an open-source project that literally replaces GNU — and doing it because Rust makes the cross-platform story work. For developers who’ve spent years reaching for WSL or Git Bash just to get basic Unix tools on Windows, it’s a practical quality-of-life win. For the uutils project, it’s validation at the highest possible scale.

Trump signs executive order requesting 30-day early access to frontier AI models before release

On June 2, President Trump signed “Promoting Advanced Artificial Intelligence Innovation and Security,” an executive order that asks frontier AI labs to give the federal government access to their most capable models up to 30 days before public release. The order is explicitly voluntary — it “does not authorize the creation of a mandatory governmental licensing, preclearance, or permitting requirement” for AI model distribution — but it establishes a classified NSA-led process for determining which models qualify as “frontier.” The original proposal was 90 days; industry lobbying compressed it to 30. For open-source AI, the implications are indirect but real: if open-weight model releases from labs like Meta, Mistral, or MiniMax are deemed “frontier,” even a voluntary pre-release window creates friction in the release pipeline. The order’s voluntary nature makes it toothless today, but it establishes the bureaucratic infrastructure for something mandatory later.

MiniMax M3 drops as open weights — first model to combine frontier coding, 1M context, and native multimodality

Chinese AI lab MiniMax released M3 on June 1, an open-weight model that scores 59% on SWE-Bench Pro — ahead of GPT-5.5 and Gemini 3.1 Pro, just behind Opus 4.7 — while handling a million-token context window and native text, image, and video input. The architectural innovation is “MiniMax Sparse Attention,” which processes only relevant data blocks, cutting compute to 1/20th and speeding input processing by 9x. There’s a catch: MiniMax hasn’t released training code or inference operators yet, so the model isn’t fully open source by the G7 taxonomy agreed last week — it’s closer to “Weights Available AI.” Full open-weight release under a permissive license is promised within 10 days. If the benchmarks hold under independent evaluation, M3 represents the strongest evidence yet that open-weight models can compete at the frontier, not just trail it.

OpenSSF’s European Open Source Security Forum and Linux Foundation Open Source Policy Forum set for June 8-9 in Brussels

Two back-to-back events in Brussels next week deserve advance attention. On June 8, the Linux Foundation hosts its Open Source Policy & Ecosystem Forum, a single-track event bringing together policymakers, industry leaders, and open-source communities — directly relevant as the EU CRA implementation deadlines approach and the G7’s new AI openness taxonomy needs translation into regulatory practice. On June 9, OpenSSF follows with the European Open Source Security Forum, focused on advancing security initiatives and cross-collaboration between governments, institutions, and open-source communities. With IBM’s Project Lightwell, Anthropic’s Glasswing, and now Trump’s executive order all reshaping the security and policy landscape around open-source software and AI, these Brussels sessions are well-timed to be substantive rather than ceremonial.

Update: Anthropic expands Mythos access to 200 organizations as Glasswing scales

Following the initial Glasswing announcement that flagged 23,000+ potential vulnerabilities across 1,000+ open-source projects, Anthropic expanded access to its Mythos security model to 200 organizations across government and industry on June 2. The expansion moves Glasswing from a curated partner program to a broader rollout, though Mythos remains restricted (not generally available) due to the dual-use risks Anthropic flagged in the original announcement. The scale-up is significant because it tests whether the “responsible disclosure at AI speed” model can actually work — 200 organizations simultaneously running AI-powered vulnerability discovery against their dependencies will generate an enormous volume of findings that upstream maintainers need to triage.