For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
Install Mojo
Version: 1.0.0b1
Mojo installs exactly like a Python or Conda package on macOS and Linux (see the system requirements).
- uv
- pixi
uv pip install mojo
Or add Mojo to a project:
uv init hello-world
cd hello-world
uv add mojo
pixi init hello-world \
-c https://conda.modular.com/max/ -c conda-forge
cd hello-world
pixi add mojo
If you instead want the latest nightly build, switch to the nightly docs.
Get the VS Code extension
For syntax highlighting, code completion, and debugging support, install the Mojo extension from:
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