A core design goal is silicon-agnosticism—write AI inference or kernel code once and have it run optimized across CPUs, GPUs, NPUs, and ASICs from any vendor, without being tied to Nvidia's CUDA, AMD's ROCm, or other proprietary stacks . Mojo works alongside the MAX inference framework, which provides a unified runtime and serving layer for heterogeneous hardware
. The language syntax offers CUDA-like constructs for GPU programming but compiles them portably through MLIR
.
With 1.0, Mojo adopted semantic versioning for the core language and a designated stable subset of the standard library . During the 1.x cycle, changes are expected to be "primarily additive"—breaking changes will be rare and managed carefully, following the conventions of mature languages like C++
. However, this guarantee is not blanket: only APIs explicitly marked as "stable" are protected from breaking changes; other parts of the standard library and internal MLIR dialects remain unstable
. The compiler itself is still proprietary, with an open-source release planned for later in 2026
.
On July 29, 2026, Qualcomm completed its all-stock acquisition of Modular—reported at roughly $3.9 billion . Modular co-founder and CEO Chris Lattner (creator of Swift and LLVM) became Qualcomm's EVP of AI Software
.
The strategic rationale: