Skip to content

Install Tuist

Tuist runs on macOS and Linux. Although you could manually build Tuist from the sources, we recommend using one of the following installation methods to ensure a valid installation.

Unlike tools like Homebrew, which install and activate a single version of the tool globally, Mise pins a version either globally or scoped to a project. Run mise use to install and activate Tuist:

Terminal window
mise use [email protected] # Install and pin tuist-x.y.z in the current project
mise use tuist@latest # Install and pin the latest tuist in the current project
mise use -g [email protected] # Install and pin tuist-x.y.z as the global default
mise use -g tuist@system # Use the system's tuist as the global default

If you clone a project that already has a Tuist version pinned in mise.toml, run mise install to install it.

You can install Tuist using Homebrew and our formulas:

Terminal window
brew tap tuist/tuist
brew install --formula tuist
brew install --formula [email protected]