One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

Modular, Now Owned by Qualcomm, Fully Open-Sources Mojo Language

Compiler included under Apache 2.0 — MiniMax already serving billions of tokens per minute

불꽃 마스코트와 불타는 OSS 글자 — 모조 오픈소스 키비주얼

이미지: Modular

Summary

  • Modular has open-sourced the entire Mojo programming language under the Apache 2.0 license
  • Modular Cloud has moved to general availability, and MiniMax's M3 model is being served at a scale of billions of tokens per minute
  • Supported hardware has expanded from NVIDIA and AMD GPUs to AWS Trainium, Google TPUs, and Qualcomm chips
오픈소스 라이선스
모조 컴파일러·툴체인 전체를 아파치 2.0으로 공개 (mojolang.org)
버전 정보
모조 1.0, 지난주 출시…코드 안정성 보장 포함
인수 관계
퀄컴이 모듈러 인수를 완료했다
모듈러 클라우드
console.modular.com에서 정식 서비스 개시, 오픈AI 호환 API 종량제 지원
미니맥스 M3 배포
분당 수십억 토큰 처리, 100만 토큰 컨텍스트 윈도우, MSA 희소 어텐션 적용
신규 지원 하드웨어
AWS 트레이니엄, 구글 TPU, 퀄컴 Cloud AI 100 Ultra·Dragonfly
엔지니어링 공수
새 하드웨어 이식 공수가 기존보다 10배 넘게 줄었다고 모듈러가 주장

Mojo's compiler is now open source too

Modular has fully open-sourced its self-developed programming language, Mojo, under the Apache 2.0 license. The release covers the compiler and the entire associated toolchain, meaning developers can now extend the language itself or port it to new platforms on their own. The source code and contribution guidelines are available at mojolang.org.

The announcement came during a keynote at ModCon, a developer event held in San Francisco on August 19. Modular was founded four and a half years ago on the premise that "AI will not run on just one type of chip forever," and the company presented this release as the payoff of that bet.

Three stages of openness, from standard library to the full language

Mojo's move to open source didn't happen all at once. Modular first released the standard library in 2024, then opened the kernels of its inference engine MAX in 2025. With the compiler and the rest of the language now released, the three-stage process is complete. Modular also announced that the language reached its stable 1.0 release last week. The core of 1.0 is a stability guarantee — a promise that code written today won't suddenly break with future updates.

Mojo has so far supported macOS and Linux, with Windows users required to go through WSL (Windows Subsystem for Linux). Modular said it is working with Microsoft's Windows team to bring native Windows support.

Now under Qualcomm, Modular keeps supporting rival chips

The announcement coincides with the completion of Qualcomm's acquisition of Modular. The company said that even after the acquisition, its platform will continue to support hardware that directly competes with Qualcomm. Modular explained: "A foundation only works if everyone can stand on it."

In practice, supported hardware has expanded from NVIDIA and AMD GPUs to AWS Trainium, Google TPUs, Qualcomm Cloud AI 100 Ultra, and Qualcomm Dragonfly — all running on the same modeling API, serving workflow, programming language, and core abstractions. Modular said the engineering effort required to bring new hardware onto the platform has dropped by more than 10x compared to previous approaches. Partner HTEC reportedly implemented Google TPU support on its own with just a handful of engineers over a few months.

Modular highlights
ModCon presentation highlights · Modular

MiniMax shows real-world performance

Modular Cloud also moved to general availability that same day at console.modular.com. It offers two options: a shared, pay-per-token endpoint compatible with the OpenAI API, and dedicated deployments that run on Modular's own infrastructure or a customer's infrastructure.

The service has been handling OpenRouter traffic under the name "ModelRun" for the past several months, and according to independent benchmarking firm Artificial Analysis, it has ranked near the top in both latency and throughput.

MiniMax stands out as a flagship example. The company runs its M3 model on a dedicated Modular Cloud deployment, handling live production traffic at a scale of billions of tokens per minute. M3 combines a 1-million-token context window, multimodal processing, and MSA (MiniMax Sparse Attention) — a sparse attention technique that reduces computation by selecting only the necessary key-value blocks. Modular said it ported the model directly onto MAX and tuned dedicated MSA kernels to optimize for the service's actual traffic patterns.

Opening up MAX and an industry alliance program

Modular is also changing the licensing policy for its inference engine MAX, expanding source access so that developers, enterprises, hardware vendors, and partners can directly extend and contribute to the platform. The company also said it is preparing an industry alliance program spanning hardware vendors, model developers, cloud providers, and data center operators. Startup chipmaker d-Matrix was mentioned as one of the companies that has shown interest in the initiative.

How to try it

Developers looking to try Mojo 1.0 can download the compiler, standard library, and documentation from mojolang.org. Installation is straightforward on macOS and Linux, while Windows users will need to go through WSL for now.

Signing up for Modular Cloud lets users pick a public model from the catalog and call it directly via the shared endpoint, or upload their own model for dedicated deployment. Because the service uses an OpenAI-compatible API, existing code built with the OpenAI SDK can be reused simply by swapping the endpoint address — a detail likely to matter most in practice.

To try Modular Cloud now, create an account and browse the model catalog at the Modular Cloud free sign-up page.

Editor's take

At first glance, Modular fully open-sourcing Mojo while simultaneously being absorbed into Qualcomm might seem contradictory, but the sequence makes sense. Given that the acquirer is a specific chipmaker, leaving the language and compiler closed would have risked cementing a perception of Mojo as a "Qualcomm-only tool." Opening even the compiler under Apache 2.0, so that anyone can port it to a new platform, reads as a signal that Modular intends to remain a neutral standard even after the acquisition.

This pattern isn't unprecedented. Whenever a chipmaker has acquired a software standard, that standard's survival has always come with a condition: it must keep supporting the acquirer's competitors. Modular, which already supported NVIDIA and AMD GPUs, has now added Qualcomm's own chips (Cloud AI 100 Ultra, Dragonfly) alongside Amazon Trainium and Google TPUs all at once — putting that condition into practice.

For companies in Korea, the claimed reduction in engineering effort is worth watching. HTEC's reported success in adding TPU support with a small team in just a few months could serve as a reference point for semiconductor startups or cloud operators developing their own accelerators and trying to estimate porting costs. That said, since the figure comes from Modular itself, actual porting difficulty may vary depending on the specific hardware involved.

Two things are worth watching over the coming months: how quickly Modular Cloud moves Trainium and TPU support into real production use, and which companies end up joining the alliance program. With a major model developer like MiniMax already proving performance through live production traffic, the next question is whether this platform can establish itself as a shared industry foundation rather than the tool of a single chip company.

Comments