ZIP
WinGet
mise-en-place
jdx · 2026.5.14 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
mise-v2026.5.14-windows-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jdx.mise
Version
2026.5.14
Description
Your dev env, already prepped.
License
MIT
↗
Homepage
https://mise.en.dev/
Support
https://github.com/jdx/mise
Installer URL
https://github.com/jdx/mise/releases/download/v2026.5.14/mise-v2026.5.14-windows-arm64.zip
Upgrade Behavior
install(Install over existing)
Release Notes
A small fix release that hardens GitHub release asset auto-selection against picking binaries for the wrong CPU architecture.
Fixed
- (github) Asset auto-selection now hard-rejects any candidate whose filename explicitly declares a non-matching architecture, even when other scoring bonuses (preferred name, archive type, libc match) would otherwise rank it first. This fixes cases like cargo-msrv on aarch64 Linux, where cargo-msrv-x86_64-unknown-linux-gnu-*.tgz was being chosen over no-match-bette…