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:
-
Install VS Code, the WSL extension, and the Mojo extension.
-
Install Ubuntu 22.04 for WSL and open it.
-
In the Ubuntu terminal, install the Modular CLI:
curl https://get.modular.com | \ MODULAR_AUTH=mut_5ce480349feb477ebca549faa143b98c \ sh -
Command copied to clipboard
-
Install the Mojo SDK:
modular install mojo
Command copied to clipboard
-
Open the Ubuntu workspace in VS Code with this:
code .
Command copied to clipboard
-
Get started with Hello World!