A folder inside any conf.d directory now loads as its own config fragment and serves as the config root for the files in it, which gives [bootstrap].config_roots users a direct migration path. [dotfiles] gains two GNU Stow-style options: relative symlinks and dot-<name> sources. Release metadata for any public github.com repo now comes from mise-versions, and the registry can require GitHub attestations for specific tools.
Added
-
conf.d folder fragments. A folder in a global, system, or project
conf.ddirectory now loads as a fragment. Relative paths,{{ config_root }}, and task working directories resolve inside that folder, so a bundle can keep its files next to its config. Each folder can holdmise.toml,mise.local.toml,mise.<env>.toml, andmise.<env>.local.toml. Folders are not searched recursively, and folders whose names start with.are skipped. A folder can be a symlink. Folder fragments load after the single-file fragments in the sameconf.d(in folder-name order) and beforeconfig.toml.mise use/mise setnever write to them. #13603~/.config/mise/conf.d/ ├── git.toml # single-file fragment, unchanged └── git-tools/ # folder fragment ├── mise.toml └── gitconfig# ~/.config/mise/conf.d/git-tools/mise.toml [dotfiles] "~/.gitconfig" = "gitconfig" # resolves to conf.d/git-tools/gitconfig
Compatibility: if a directory inside a
conf.dthat mise reads already contains amise.toml, that file now loads. -
Relative dotfile symlinks.
symlinkandsymlink-eachentries can now point at their source by a relative path, so links keep working when a home directory is mounted at a different path or moved. Turn this on for all entries withdotfiles.relative_symlinks = true(orMISE_DOTFILES_RELATIVE_SYMLINKS=1), or per entry withrelative = true/false. When you turn it on, existing absolute links are re-pointed on the next apply. Turning it off does not convert relative links back to absolute ones. This option has no effect on Windows. #13583[settings] dotfiles.relative_symlinks = true [dotfiles] "~/.config/foo" = { source = "~/dotfiles/foo", mode = "symlink" } # -> ../dotfiles/foo "~/.bashrc" = { source = "~/dotfiles/bashrc", relative = false } # stays absolute
-
dot_prefixfor dotfiles. Withdot_prefix = trueon asymlink-eachor directorycopyentry, any path component nameddot-<name>deploys as.<name>(for example,home/dot-config/foodeploys as~/.config/foo).excludeandmanifest = "git"still match source names. If two sources map to the same target, apply fails.mise dot addrefuses to capture intodot_prefixentries, andmise ocibuilds use the same mapping. #13585[dotfiles] "~" = { source = "home", mode = "symlink-each", dot_prefix = true, exclude = ["README.md"] }
-
mise-versions for any public github.com repo. For
github:,aqua:, andpackslip:tools that aren't in the registry, version listing, release lookup, and attestation lookup now go through mise-versions, so they no longer use your GitHub API rate limit in the common case. Private repos still use your own token against api.github.com. #13584- mise treats the mirror as untrusted. Download URLs must match the configured repo, release tag, and asset name, and mirrored attestations must name the requested repo.
- In
paranoidmode, mise checks a "no attestations" answer from the mirror against GitHub before skipping verification. - If
url_replacementsreroutes GitHub API paths, mise skips mise-versions for that metadata. - If mise-versions fails for any reason other than a 404, mise falls back to api.github.com and logs a warning.
-
Registry-required GitHub attestations. Registry
github:backends can declareattestations_since = "<semver>". For versions at or after that boundary:mise lockrecordsgithub-attestationsprovenance.- Installs require a verified attestation for every downloaded asset. This requirement overrides weaker provenance recorded in a lockfile.
- A missing attestation is a hard error.
42 registry tools now set this boundary, including
aube,aqua,pixi,ty,pandoc,fnox,doppler, andsyncthing. Users who have turned offgithub_attestationsare not affected. #13586
Fixed
- Install lock waits: when one process is waiting for another to finish installing the same tool version, the message now names the process holding the lock (
waiting for install lock held by pid 61907). This is usually a shim auto-installing the tool. #13588 - Slow downloads: mise now warns once per download if throughput stays below 16 KiB/s for a full minute, naming the host and suggesting a mirror. The download is not aborted;
http_download_timeoutis still the hard limit. #13589 - Interrupted installs: a half-installed version no longer appears in version listings, can't be picked as the latest installed version, and doesn't keep
latest/1/1.2runtime symlinks pointing into it. #13596 mise prune: no longer deletes versions pinned by another project when you run it from a directory whose.miserc.tomllists that project inignored_config_paths. The same fix applies tomise ls --prunableand the stale-version check inmise upgrade. These commands now honorignored_config_pathsonly fromMISE_IGNORED_CONFIG_PATHSand global or systemmiserc.toml. #13602mise oci build: directory[dotfiles]entries (symlink-eachand directorycopy) now honorexcludeandmanifest = "git", so the image contains the same filesmise dot applydeploys. #13591- pipx/pypi:
latestno longer resolves to PEP 440 developmental releases such as2026.9.16.232951.dev0, matching what pip and uv do. Local labels like1.1+gpu.dev0are still treated as stable. #13601 - pipx/pypi:
mise use 'pypi:git+ssh://git@github.com/psf/black.git'now works. Previously, the@ingit@was read as the version separator. #13610 MISE_USE_VERSIONS_HOST=0: now fetches the version list from the source instead of reusing a cached, possibly older list from the versions host. #13605- brew source builds: checksum-pinned formula source downloads now follow HTTPS-to-HTTP mirror redirects (such as those from
ftpmirror.gnu.org) and still reject tarballs whose checksum doesn't match. This affects Unix only. Every other download still refuses HTTPS-to-HTTP redirects. #13611 - npm backend on Windows: updating the bundled aube to v2.4.0 fixes lifecycle scripts failing with
EISDIR: illegal operation on a directory, lstat 'C:'duringnpm:installs. #13608
Changed
- The
[bootstrap].config_rootsdeprecation warning now explains how to move each root into aconf.dfolder, either by moving it or by symlinking it. The removal date (mise 2027.3.3) is unchanged. #13598 - Registry:
spin-frameworknow installs through aqua by default. The previous backend is still available. #13594 by @scop
Full Changelog: vfox-v2026.9.15...v2026.9.14
💚 Sponsor mise
mise is built and maintained by @jdx, an open source developer at entire.io, the title sponsor of his open source work.
If mise saves you or your team time, please consider becoming an individual or company sponsor. Your support funds ongoing development and helps keep mise fast, free, and independent.