ZIP
WinGet
mise-en-place
jdx · 2026.4.11 · 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.4.11-windows-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jdx.mise
Version
2026.4.11
Description
Dev tools, env vars, tasks
License
MIT
↗
Homepage
https://mise.jdx.dev/
Support
https://github.com/jdx/mise
Installer URL
https://github.com/jdx/mise/releases/download/v2026.4.11/mise-v2026.4.11-windows-arm64.zip
Upgrade Behavior
install(Install over existing)
Release Notes
A small release with two meaningful bug fixes: task dependency templates with {{usage.*}} references now resolve correctly even when the task is called without arguments, and package.json devEngines version fields are now parsed as full npm semver ranges instead of being simplified into prefix matches.
Fixed
- Task dependency templates now render without arguments -- When a task declared dependencies using {{usage.*}} templates (e.g. depends = ["child {{usage.app}}"]), those templates were only…