ZIP
WinGet
mise-en-place
jdx · 2026.5.0 · x64
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.0-windows-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jdx.mise
Version
2026.5.0
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.0/mise-v2026.5.0-windows-x64.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Added
- (conda) Graduated the conda backend out of experimental (#9544) by @jdx.
- (deps) Added dart and flutter deps providers backed by pubspec.yaml / pubspec.lock (#9505) by @tjarvstrand.
- (task) sources entries can now be prefixed with ! to exclude paths, and a new sources_exclude field is supported; exclusions apply to freshness checks, task_source_files, and mise watch (#9496) by @jlarmstrongiv.
- (vfox) Added stat to the Lua file module so plugins can read file metadata (#9497) by @estev…