Modular's Mojo is a programming language built for AI and high performance Python style code. The 1.0 release commits the company to mostly additive changes through the 1.x line.
Modular released Mojo 1.0 on August 11, 2026, marking a stability milestone for its AI-focused programming language rather than a feature freeze. The company says changes through the 1.x line will "primarily be additive," with breaking changes "managed with care, following the standards of how mature languages (e.g. C++) evolve over time" (Modular blog).
The visible payload is a cleanup pass in Modular's 26.5 distribution. Mojo now has a single var declaration form, unified closures, a single Pointer type, lambda expressions, and list expressions that construct Array rather than List by default (Mojo v1.0.0 changelog). Nearly every 1.0 breaking change ships with a deprecated alias and a compiler fix-it, so existing code migrates mechanically.
Modular also moved most Mojo GPU programming APIs (std.algorithm, std.benchmark, std.gpu.compute, std.gpu.host, std.gpu.memory, std.gpu.sync) into a new top-level max package alongside the renamed MAX accelerator library (MAX 26.5 release notes).
Modular calls 1.0 "a language we rely on every day in production as the foundation of our commercial infrastructure, MAX and Modular Cloud." That framing cuts both ways: 1.0 is productized for the company's own stack, not just a community promise. Vendor tallies of roughly 200 contributors and more than 1,100 pull requests are small by mainstream language standards.
A 2026 pledge to open source the Mojo compiler and toolchain remains undelivered at 1.0, a gap the Hacker News thread treats as a credibility question for the additive-evolution commitment (HN discussion).