ZIP
WinGet
mise-en-place
jdx · 2026.2.11 · 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.2.11-windows-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jdx.mise
Version
2026.2.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.2.11/mise-v2026.2.11-windows-x64.zip
Upgrade Behavior
install(Install over existing)
Release Notes
A small release with a nice quality-of-life improvement for tera template users and a bug fix for file watching.
Highlights
- Array access for multi-version tools in tera templates — If you have multiple versions of a tool installed, you can now access them individually in tera templates via tools.<name>[0].path, tools.<name>[1].path, etc. Single-version tools continue to work as before with tools.<name>.path. #8129
Bug Fixes
- hook-env now watches files used in tera templates — Files referenced…