mojo语言 入门体验 环境安装

Set up on WindowsNATIVE SUPPORT IS COMING

Mojo is not available for Windows yet, but you can use it on a Linux container or remote system. Here's one way you can do that with WSL:

  1. Install VS Code, the WSL extension, and the Mojo extension.

  2. Install Ubuntu 22.04 for WSL and open it.

  3. In the Ubuntu terminal, install the Modular CLI:

    curl https://get.modular.com | \ MODULAR_AUTH=mut_5ce480349feb477ebca549faa143b98c \ sh -

    Command copied to clipboard

  4. Install the Mojo SDK:
    modular install mojo

    Command copied to clipboard

  5. Open the Ubuntu workspace in VS Code with this:

    复制代码
    code .

    Command copied to clipboard

  6. Get started with Hello World!

相关推荐
小弥儿20 天前
GitHub今日热榜 | 2026-08-21:Mojo 登顶,罗技外设工具挤进前三
学习·开源·github·mojo
NutShell Wang21 天前
Mojo 1.0 实战:把 Python 热路径原地加速到 C++ 级(四层渐进式迁移)
python·mojo·vibe coding
一次旅行22 天前
2026‑08‑19 AI产业深度解读|Mojo正式开源、Agent记忆剂量研究、OpenAI收紧模型安全管控
人工智能·开源·mojo
晴天1624 天前
Mojo IPC 和 Electron 的关系-Day21
javascript·electron·mojo
一朵缥缈的向日葵.4 个月前
[特殊字符] Mojo 语言:为 AI 硬件而生的“Python 升级版” —— 完整指南
人工智能·python·mojo
l1t7 个月前
在python3.14中测试mojo语言
mojo
John_ToDebug8 个月前
从 window.external 到 Mojo深度解析 Chromium 中 JS 与 C++ 的 7 种通信机制
javascript·chrome·mojo
沟通qq 19226389 个月前
探索 BMS 仿真:搭建电池管理系统的 Matlab 模型
mojo
John_ToDebug9 个月前
深入探索 Chrome 中渲染进程与浏览器进程之间的 Mojo IPC 通信机制
前端·chrome·mojo
1***Q78410 个月前
MCP在分布式计算中的任务调度
贪心算法·kubernetes·mojo