Skip to main content

Install Mojo

You can install Mojo using any Python/Conda package manager and it's compatible with macOS and Linux. For details, see the system requirements.

Use the following command to install the nightly buildTo get the stable build, change the version in the website header.:

uv pip install mojo \
  --index https://whl.modular.com/nightly/simple/ \
  --prerelease allow

For syntax highlighting, code completion, and debugging support, install the Mojo extension from the VS Code Marketplace, or from the Open VSX Registry.

Get Mojo skills

Use our Mojo skills with your AI tools to generate high-performance Mojo code that follows best practices.

npx skills add modular/skills

Was this page helpful?