M

mise

M
mise Dev Tools v2026.8.3

v2026.8.3: Flatpak, Font Casks, and Task Precedence Fixes

This release expands bootstrap package management with per-user Flatpak support and Linux font casks, adds a per-tool pipx registry option and a shim safety setting, and lands a batch of task precedence, lockfile, and Python fixes. Added bootstrap: manage per-user Flatpak installations with a new flatpak-user package manager. The existing flatpak:<id> entries stay system-scoped, and you can now de…

M
mise Dev Tools v2026.8.2

v2026.8.2: Declarative System Bootstrap

This release turns mise bootstrap into a full declarative host-provisioning system: alongside packages, mise can now converge privileged files, Linux users and groups, systemd services, Docker Compose projects, and firewall rules — all with plan/apply/status workflows, secret handling, and the ability to run over SSH against remote hosts. It also makes Ruby's ruby.compile=false a strict precompile…

M
mise Dev Tools v2026.8.1

v2026.8.1: Task Cache Goes Remote, Affected Tasks, and Config Ergonomics

This release rounds out mise's experimental task artifact cache with size/age limits, inspection tooling, and a full local-plus-remote cache backend (including authenticated CI caching), adds experimental mise run --affected for monorepos, and lands a batch of config, upgrade, and install fixes. Highlights The experimental task output cache now supports remote sharing: a composite store reads loca…

M
mise Dev Tools v2026.8.0

v2026.8.0: 15% faster shims, multi-language workspaces, and precompiled Ruby

This release makes mise noticeably faster on Linux x64: shims have 15% lower latency, while config-aware commands are 8–11% faster in local release-to-release benchmarks. It also significantly expands the experimental monorepo task workflow with dependency inference across Cargo, uv (Python), Go, and Node workspaces, and makes precompiled Ruby binaries the default. ⚡ Performance: up to 15% lower l…

M
mise Dev Tools v2026.7.18

v2026.7.18: Monorepo task ergonomics and a broad round of fixes

This release refines mise's experimental monorepo task workflow with relative dependency paths and a compact dependency tree view, and lands a wide batch of fixes across Cargo installs, plugins, PATH handling, Windows program resolution, Aqua locks, GitLab pagination, and more. Added task: mise tasks deps gains a --compact flag that expands each shared dependency subtree only once and marks later…

M
mise Dev Tools v2026.7.17

v2026.7.17: Monorepo Task Inference and Root Defaults

This release builds out mise's experimental monorepo task story: Node workspaces now infer project dependency graphs, import package scripts as first-class tasks, and can share configuration through root task defaults and upstream (^task) dependencies. It also adds per-tool control over idiomatic version files, a smoother dotfiles workflow, and a batch of fixes across shell activation, hook-env, H…

M
mise Dev Tools v2026.7.16

v2026.7.16: Task Workspaces, MCP Command Effects, and Dotfiles Cleanup

This release expands the experimental task output cache with per-run controls, a configurable cache directory, and command-derived cache inputs, and lays the groundwork for monorepo-aware task workspaces starting with Node discovery. It also teaches mise mcp to expose each command's read/write/destructive effect to agents, consolidates dotfiles management under mise bootstrap, and lands a broad ba…

M
mise Dev Tools v2026.7.15

v2026.7.15: Experimental Task Output Caching

This release lands the first version of experimental local task output caching, letting eligible tasks restore their declared outputs and replay their logs without rerunning. It also adds structured registry idiomatic-version-file parsing, a standalone Aube installer mode, and a broad batch of task, Homebrew, shell, and Windows path fixes. Highlights Experimental local task artifact caching restor…

M
mise Dev Tools v2026.7.14

v2026.7.14: Multi-asset GitHub installs, safer defaults, and Windows pip

This release adds overlay installs for GitHub-based tools, closes a config-trust security gap around default shell arguments, and lands a wide batch of correctness fixes across tasks, lockfiles, npm, Swift, brew casks, and Windows Python. Added github: the GitHub/GitLab/Forgejo release backend now accepts additional_asset_patterns, so a single install can overlay multiple release archives from the…

M
mise Dev Tools v2026.7.13

v2026.7.13: Multi-binary renaming, cask completions, and go.mod support

This release expands archive backends to rename multiple binaries from a single release, adds Homebrew cask shell completions and go.mod version-file support, and fixes a broad batch of task, install, lockfile, and language-plugin correctness issues. Added backend: rename_exe now accepts a table mapping source patterns to target names, so an archive that ships several executables can expose all of…

M
mise Dev Tools v2026.7.12

v2026.7.12: Safe mode, node-free npm, and a built-in OCI push client

This release centers on running mise safely against untrusted config, shipping node-free npm: version resolution and installs, and replacing external tools (skopeo/crane, gpg) with built-in, dependency-free implementations. Along the way it fixes a prefer_offline timeout regression, several config/env correctness issues, and platform-specific problems on Windows and macOS. Highlights New MISE_SAFE…

M
mise Dev Tools v2026.7.11

v2026.7.11: Task Source Tracking and Activation Speedups

This release sharpens task handling around remote files, global config, and tool selectors, trims redundant work from shell activation, and fixes several bootstrap and platform-specific edge cases. NoteThis is the first published release since v2026.7.7 — versions 2026.7.8 through 2026.7.10 were tagged but never published due to a release pipeline issue. Their changes are included here; see Also i…