Install Tuist
Install Tuist
Section titled “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:
mise use tuist@latest # Install and pin the latest tuist in the current projectmise use -g tuist@system # Use the system's tuist as the global defaultIf you clone a project that already has a Tuist version pinned in mise.toml, run mise install to install it.
Homebrew (macOS only)
Section titled “Homebrew (macOS only)”You can install Tuist using Homebrew and our formulas:
brew tap tuist/tuistbrew install --formula tuist