@Modular: We're the #1 trending repo on @github today. The Mojo compiler went open source at ModCon this week, and developers not…
Summary
Modular announces that the Mojo compiler has gone open source, the platform now supports six hardware architectures including NVIDIA, AMD, and new ASICs, and Modular Cloud is officially launched.
View Cached Full Text
Cached at: 08/22/26, 11:28 AM
We’re the #1 trending repo on @github today.
The Mojo compiler went open source at ModCon this week, and developers noticed fast.
Thank you to everyone who joined us in person and online. If you missed the keynote, the full recording is live on our YouTube channel:
https://youtu.be/4Hw7PeIsFPo
Major Platform Upgrade: Mojo Goes Open Source, Supports Six Hardware Architectures, and Launches Cloud Service
TL;DR: At ModCon 2026, Modular announced the Mojo compiler is now fully open source, the ModMax platform is open to all hardware vendors, and the Modular Cloud service has officially launched. Additionally, Modular has been acquired by Qualcomm. Their unified AI software stack now supports CPU, GPU, and datacenter ASIC architectures from six different vendors.
Modular’s Vision and the Industry Landscape
For over four and a half years, Modular’s core thesis has become the reality of the AI industry: inference is more important than training, hardware architectures are becoming heterogeneous, model complexity is continuously growing, and there are no one-size-fits-all solutions. Today, the AI industry is moving from generative AI towards inference models and agents, and datacenters are distributed and heterogeneous.
Despite a surge in hardware innovation, the industry faces a major bottleneck—software fragmentation. CUDA, for example, was originally designed for physical computing, not for generative AI or today’s diverse hardware architectures. This forces every hardware team to build its own stack from scratch, creating a heavy burden of debugging and adaptation for AI developers. Modern AI inference is a large-scale distributed systems problem, requiring optimization at every layer of the stack to remain competitive.
The Modular Platform: A “Supervisor for Compute” Unifying Heterogeneous Computing
Modular has built the world’s first unified, end-to-end, production-grade AI software stack to address these issues. The platform processes trillions of tokens daily in production and delivers industry-leading performance on NVIDIA and AMD hardware.
Platform Architecture
The platform consists of three core layers, forming a unified heterogeneous stack from kernel to cloud:
- Mojo Programming Language: A high-performance systems programming language built for AI, forming the programmable foundation of the platform.
- Max Framework: A modeling and serving framework for production AI workloads. It uniquely integrates modeling and serving into a single framework, unlike other solutions that keep them separate.
- Modular Cloud: The first cloud platform natively designed for heterogeneous AI compute. It treats an entire datacenter as a single computer, orchestrating heterogeneous hardware (e.g., prefill and decode across different machines) and providing unified management for configuration, scaling, and optimization.
Modular likens its platform to a “supervisor for compute.” Just as virtualization abstracts physical servers, Modular virtualizes AI compute behind a single platform, allowing developers to build and deploy using the same APIs without needing to care about the underlying accelerator type.
Major Updates: Open Source, Expanded Hardware Support, and Cloud Launch
Mojo Compiler Fully Open Source
The compiler for the Mojo programming language is now fully open source. This responds to community calls for more diverse ways to extend the Mojo language. Mojo 1.0 was released last week, designed to reduce fragmentation in low-level hardware programming models by providing a single interface to simplify the developer experience. It combines Python-like syntax with the low-level control needed to build AI kernels, supporting full-stack programming from CPUs and GPUs to specialized ASICs.
Max Framework Open to All Hardware Vendors
To democratize compute, Modular is opening the Max framework to all hardware vendors, going beyond its own directly supported hardware.
Modular Cloud Officially Launched
After a preview period with design partners, Modular Cloud is now officially available globally. It enables AI engineers to scale AI workloads without caring about the underlying silicon, while delivering optimal performance and total cost of ownership for their workloads.
Hardware Support Expanded to Six Architectures
Modular is extending its platform beyond GPUs, adding support for three datacenter ASIC architectures, bringing the total number of supported architectures to six from six different hardware vendors:
- New Support: AWS Trainium, Google TPU, Qualcomm Data Center Accelerators (including current and future models).
- Existing Support: NVIDIA, AMD, Apple Silicon. This makes Modular the first software stack to unify CPUs, GPUs, and ASICs from six different hardware vendors using a single programming model.
Mojo: A Systems Programming Language Designed for AI
Mojo is the foundation of the Modular tech stack, designed to address the fundamental problem of a missing cross-platform language in heterogeneous computing. Its core value lies in:
- Unified Programming Model: Provides a single language and interface for all hardware (CPUs, GPUs, ASICs), eliminating the need to reimplement algorithms (like Softmax or attention mechanisms) across different platforms.
- Combining Performance and Ease of Use: Inherits Python’s familiar syntax while providing precise control over memory execution performance and allowing the creation of high-level abstractions like
tensor, enabling code portability across different accelerators. - Advanced Features: As a fully-fledged systems language, it incorporates excellent features from languages like Swift and Rust, as well as advanced capabilities from ML compilers and linear types.
Mojo’s portability allows Max to scale across chips from many vendors, while still letting developers dive deep for optimization when needed.
Enterprise Partnerships and Future Outlook
Modular announced it has been acquired by Qualcomm, and both companies will jointly advance the vision for heterogeneous computing. Additionally, Modular’s customer Jane Street (a leader in high-performance computing) has benefited from Mojo. Its engineering lead, SN, commented that Mojo combines the familiarity of Python with powerful GPU performance capabilities.
Modular’s mission is to unlock heterogeneous computing for the world, empowering developers to use the best compute resources for every workload from edge to cloud. This series of announcements at ModCon 2026 marks new milestones for its platform in openness, breadth of hardware support, and production readiness.
Source: YouTube - @Modular: We’re the #1 trending repo on @github today. The Mojo compiler went open source at ModCon this week… (https://www.youtube.com/watch?v=4Hw7PeIsFPo&feature=youtu.be)
Similar Articles
The Mojo language (by Modular, now Qualcomm) is now open-source
Mojo 1.0 has been fully open-sourced under an Apache 2.0 license, making the AI programming language accessible to developers worldwide. The announcement also includes the launch of Modular Cloud and expanded support for various hardware accelerators.
@Modular: Modular is still open sourcing Mojo this year, right on track. We can’t wait to share the details at ModCon, August 18t…
Modular announces ModCon 2026 conference in San Francisco on August 18, focusing on AI infrastructure and the open-sourcing of Mojo. The event will feature demos, talks, and networking for developers.
@dMatrix_AI: #ModCon2026 highlighted the momentum behind heterogeneous computing and open AI infrastructure. With @Qualcomm, d-Matri…
At ModCon 2026, Modular announced that Mojo 1.0 is fully open source under Apache 2.0, Modular Cloud is publicly available, and the platform now supports various AI accelerators including AWS Trainium, Google TPUs, and Qualcomm hardware.
Mojo is now open source
Mojo, a programming language designed for AI accelerators and GPUs, is now fully open source under the Apache 2.0 license, with its compiler and toolchain available on GitHub for development and contribution.
Mojo🔥 is now open source
Mojo programming language has been open-sourced under an Apache 2 license, fulfilling a long-standing promise with the release of its compiler and toolchain.