features
features copied to clipboard
Add Mise Runtime Version Manager Feature
This PR adds support for Mise (formerly RTX), a unified runtime version manager that works like asdf, rvm, nvm, pyenv, etc., but as a single tool for managing all language runtimes.
Features
- Install latest or specific version of Mise
- Option to pre-install specific plugins (Yarn, Redis, Postgres, etc.)
- Full shell integration with bash and zsh
- Works on Debian/Ubuntu, RHEL, and Fedora Linux
Why Mise?
Mise offers several advantages over other version managers:
- Fast performance (written in Rust)
- Unified tool for all languages (replaces multiple managers)
- Compatible with existing version files (.node-version, .python-version, etc.)
- Direct compatibility with asdf plugins
- Growing community adoption
Testing
Tested on:
- Ubuntu
- Debian
- RHEL
- Fedora
Documentation
Added comprehensive documentation with example configurations and usage instructions.
@microsoft-github-policy-service agree
👋 Hi @zakariaf, are you still working on this PR? Is there anything I can help with?