Modular has published release 26.5, headlined by Mojo 1.0 — the first stable version of the systems programming language introduced in 2023. Modular positions Mojo as production-proven, noting it underpins its commercial MAX platform and Modular Cloud infrastructure. During the 1.x cycle, changes are meant to be primarily additive; breaking changes remain possible but will follow the cautious evolution model of mature languages such as C++.
Community involvement has been substantial: since the standard library was open-sourced, nearly 200 contributors have merged over 1,100 pull requests touching more than 200,000 lines of code, with over a thousand additional issue reports.
The 1.0 work focused on simplifying and unifying the language: variables are declared consistently with var, closures were unified, there is now a single Pointer type, and various renamings made the lexicon more consistent. New features since the last beta include Python-style lambda syntax for inline closures, a significantly more stable LSP server for editors like VS Code, 1.0-ready Mojo AI Skills covering project creation, GPU programming and porting from other languages, memory-safety diagnostics that catch reference invalidation (for example when List.append invalidates a reference into the list), and more consistent use of "where" clauses with descriptive failure messages in the standard library.
On the roadmap: an asynchronous programming model, pattern matching and unions, and a commitment to open-source the Mojo compiler and toolchain in 2026.
MAX 26.5 also ships improvements: installation extras max["serve"], max["benchmark"] and max["all"] (the modular package will be retired in 26.6), support for the GLM-5.2 and Nemotron-H hybrid Mamba-2 model families, and Kimi 2.5 compatibility with the Module V3 authoring path. Installation: uv pip install --upgrade mojo and uv pip install max[all].
Comments
No comments yet — be the first.
Open the discussion
No account or password needed — just enter your e-mail and we’ll send you a one-time sign-in link. First time here? You’re set up automatically.
Your rating will be applied automatically after you sign in.
Check your inbox
We’ve sent a sign-in link to …. Open it on this device — this tab will sign you in automatically.
Nothing arrived? Check your spam folder — and mark the mail as "Not spam" so it lands in your inbox next time.