# Mojo 编程语言正式开源，编译器与工具链采用 Apache 2 许可

- 来源：Simon Willison 博客
- 发布时间：2026-08-19 05:39
- AIHOT 分数：52
- AIHOT 链接：https://aihot.virxact.com/items/cmsz7jjz105v9rodp7tpwkis9
- 原文链接：https://simonwillison.net/2026/Aug/18/mojo-is-now-open-source

## AI 摘要

Mojo 编程语言兑现自 2023 年 5 月以来的承诺，于上周发布 1.0 版本后，本周正式以 Apache 2 许可开源其编译器与工具链。Mojo 已不再追求成为 Python 的超集，而是定位为独立语言，旨在用类 Python 语法尽可能简化 GPU 编程，即便与现有代码并非 100% 兼容。

## 正文

The Mojo programming language has been promising an open source release since May 2023. Last week they shipped their 1.0 and today they have followed through on that original promise, releasing the compiler and toolchain under an Apache 2 license.

When Mojo first launched the stated goal was to produce a superset of Python, so existing Python code could be used to bootstrap their own ecosystem. That plan changed around August 2025:

Mojo may or may not evolve into a full superset of Python, and it’s okay if it doesn’t.

We’re encouraged by how well AI-assisted coding tools already help migrate Python to Mojo today, and we’re confident that future tooling and ecosystem maturity will make this evolution even smoother.

Today Mojo is its own language, optimized to make GPU programming as painless as possible using syntax inspired by Python, if not 100% compatible with existing code.
