MAX Nightly 26.5.0.dev2026070406 (Mojo 1.0.0b3.dev2026070406) Released

:astronaut: A new nightly version has been released! :astronaut:

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

  • FLUX.2 diffusion pipelines now support both denoising-cache backends to skip
    redundant transformer passes during generation: --taylorseer (Taylor-series
    step skipping β€” the recommended default, with balanced and fast presets)
    and --first-block-caching (first-block-residual reuse β€” zero-tuning and
    data-adaptive). The two are mutually exclusive and both off by default. See
    the image generation guide.

Mojo changelog updates:

  • [mojo-lang][stdlib] Back TypeList.all_conforms_to with variadic conforms_to
  • [mojo-lang] feat: Allow omitting @explicit_destroy when ImplicitlyDeletable where ... (Part 2/N)
  • [mojo-lang] Improve import location tracking

Raw MAX diff: https://github.com/modular/modular/compare/d35568099cbcd6fa851a1186dce8d8b9de6c329a...5aa980c70e4995f9c68f0cf95aaeffa6777b2df2)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/nightly-changelog.md