ZIP
WinGet
mise-en-place
jdx · 2025.10.17 · 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-v2025.10.17-windows-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jdx.mise
Version
2025.10.17
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/v2025.10.17/mise-v2025.10.17-windows-x64.zip
Upgrade Behavior
install(Install over existing)
Release Notes
2025.10.17 - 2025-10-24
📦 Registry
- add superhtml by @Maarrk in #6742
- add opengrep by @vmeurisse in #6745
🚀 Features
- (plugins) Implement missing file.exists() Lua function by @ofalvai in #6754
- (tasks) Make tera templates available in usage by @iamkroot in #6747
- use custom api_url for asset downloading in GHES setups by @talbx in #6730
🐛 Bug Fixes
- (env) prioritize _.path after external PATH modifications by @jdx in #6755
- incorrect task arguments with spaces on Windows by @nickbabcock…