Hive Hive
Sign in

Can’t install last version with mise

GitHub issue · Open

Metadata
Source
tuist/tuist #8861
Updated
Jun 11, 2026
Domains
Distribution
Details

What happened?

How do we reproduce it?

How can i install tuist ?

Error log

.

macOS version

26

Tuist version

??

Xcode version

??

Flights

Investigate, reproduce, or fix this item in an isolated repository. Each Flight preserves its outcome and agent session.

New Flights are paused Configure model inference, GitHub, and a sandbox provider to start another Flight. Existing results remain available below.
No Flights yet

Start a Flight and preserve its objective, outcome, and session here.

Comments
L
linear[bot] Dec 9, 2025
D
dosubot[bot] Dec 9, 2025

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.

Leave Feedback Learn about tuist with Dosu Add Dosu to your team

F
fortmarek Dec 10, 2025

Hey!

Can you try running mise plugins update as suggested here?

A
alexejn Dec 10, 2025

yeah its not help. Actually only set version direclty worked for me.