M

mise

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…

M
mise Dev Tools v2026.7.10

v2026.7.10

(backend) skip remote discovery for exact versions in more back…

M
mise Dev Tools v2026.7.8

v2026.7.8

(bootstrap) add repos update and exec commands by @jdx in [#110…

M
mise Dev Tools v2026.7.7

v2026.7.7: Monorepo deps, systemd timers, and OAuth reliability

This release extends dependency providers and systemd bootstrap to monorepo and timer-based workflows, and hardens GitHub OAuth token refreshes and cache clearing against concurrent mise processes. Added deps: experimental mise deps --monorepo runs dependency providers across every explicitly configured [monorepo].config_roots entry, aligned with mise install --monorepo. Provider IDs are qualified…

M
mise Dev Tools v2026.7.6

v2026.7.6: Sandbox defaults, Flatpak bootstrap, and smarter task output

Added task: per-task output style field, decoupled from verbosity, so styles like prefix and quietness combine freely #10885 sandbox: global [settings.sandbox] deny defaults (deny_all, deny_read, deny_write, deny_net, deny_env) #10940 bootstrap: Flatpak package support for [bootstrap.packages] on Linux #10951 oci: reproducible host path copy layers via mise oci build --copy HOST_PATH:IMAGE_PATH an…

M
mise Dev Tools v2026.7.5

v2026.7.5: Worktree-Aware Trust and npm 12 Support

This release makes config trust smarter across git worktrees and monorepos, and fixes npm-backed tools on npm 12. Added Trust is shared across git worktrees. Trust records are keyed by absolute path, so every new git worktree add checkout used to re-prompt for the same config. A config inside a linked worktree is now trusted automatically when the equivalent path in the repository's main checkout…