The front-end to your dev env Pronounced "MEEZ ahn plahs"
- site: https://mise.jdx.dev/
The front-end to your dev env Pronounced "MEEZ ahn plahs"
The front-end to your dev env Pronounced "MEEZ ahn plahs"
This release focuses on performance improvements and fixing several edge cases that affected users with complex configurations. The headline changes include significant startup time reduction for mise x (exec) and a new consolidated manifest system that replaces the per-tool .mise.backend files, making tool installations cleaner and faster.
Configuration management gets more flexible with support for loading .config/miserc.toml in local directories, and the prepare providers are now properly scoped to their defining config files—fixing issues where providers could leak between projects.
mise x startup - Reduced overhead when running commands through mise x, which should be noticeable for frequently executed commands (#7890).mise.backend files per tool, improving both performance and disk organization (#7892).config/miserc.toml support - You can now place mise configuration in .config/miserc.toml within your project directory, following XDG conventions (#7896) - thanks @scop!.app bundles (#7885)--help behavior - Running mise run <task> --help now shows task info instead of trying to execute when no usage spec is defined (#7893)wait_for fixes - Fixed issues with wait_for when using environment overrides, and outputs are now properly re-rendered (#7888)cmd.exec, enabling more powerful plugin behavior (#7908)MISE_GITLAB_TOKEN for accessing private GitLab repositories - thanks @lchagnoleau! (#7902)Welcome to our new contributors! 🎉