ZIP
WinGet
mise-en-place
jdx · 2025.1.15 · 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-v2025.1.15-windows-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jdx.mise
Version
2025.1.15
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.1.15/mise-v2025.1.15-windows-arm64.zip
Upgrade Behavior
install(Install over existing)
Release Notes
🚀 Features
- add http cache by @acesyde in #4160
- expose test-tool command by @jdx in #4224
🐛 Bug Fixes
- elixir installation failed by @roele in #4144
- re-run tasks when files removed or permissions change by @jdx in #4223
🚜 Refactor
- use builder pattern by @acesyde in #4220
📚 Documentation
- (how-i-use-mise) switch to discussion by @risu729 in #4225
- add hint about environment variable parsing by @roele in #4219
Chore
- added vscode workspace by @jdx in a0d181f
- switch from git2 to gix by…