Skip to main content

Update MAX

If you've already installed MAX, follow these instructions to get the latest version, instead of repeating the install guide.

Using Mojo?

If you previously installed only Mojo, you need to now install MAX, which includes everything for Mojo developers and a unified toolkit for AI developers. To get the latest version of Mojo, follow the guide to install MAX.

First, check your current version like this:

max --version

And compare your version to the latest stable version in the MAX changelog. Or if you installed a nightly build, look for release announcements in this Discord channel.

If it's time for an update, here's what to do:

  1. Make sure you have the latest modular CLI:

    brew update \
    && brew upgrade modular
  2. Update the max package:

    modular update max
  3. Upgrade the max-engine Python package:

    MAX_PATH=$(modular config max.path) \
    && python3 -m pip install --upgrade --find-links $MAX_PATH/wheels max-engine

Now you should be all set with the latest version of MAX!