Hive
Can’t install last version with mise
GitHub issue · Open
What happened?
How do we reproduce it?
How can i install tuist ?
Error log
.
macOS version
26
Tuist version
??
Xcode version
??
Investigate, reproduce, or fix this item in an isolated repository. Each Flight preserves its outcome and agent session.
Start a Flight and preserve its objective, outcome, and session here.
Hi @alexejn! I’m Dosu and I’m helping the tuist team.
The 404 error happens because recent Tuist releases (including 1.51.0) do not include the required tuist.zip CLI artifact in their GitHub releases, so mise cannot download and install the latest version this way. This is a known, recurring issue—previous releases have had similar problems, which were only resolved when a fixed release was published with the correct binaries. The maintainers are aware and have sometimes removed problematic releases while investigating why the artifacts were missing [issue 7835], [issue 7630].
To install Tuist with mise, the current workaround is to pin your mise configuration to a previous working version that still has the tuist.zip artifact available (for example, 4.55.6), instead of using latest. You can do this by editing your mise.toml or running:
mise install tuist@4.55.6
mise use -g tuist@4.55.6
If you want the latest features, you can use Homebrew as an alternative:
brew tap tuist/tuist
brew install --formula tuist
If you want to keep using mise, keep an eye on future releases and update your configuration when a new version with the correct artifact is published. If you see similar errors in the future, check the GitHub release page for the presence of tuist.zip before upgrading [issue 7835].
If you run into plugin errors, try mise plugins update tuist or reinstall the plugin, but note this won’t help if the release asset is missing [issue 6938].
To reply, just mention @dosu.
Share context across your team and agents. Try Dosu.
Hey!
Can you try running mise plugins update as suggested here?