features icon indicating copy to clipboard operation
features copied to clipboard

Add Mise Runtime Version Manager Feature

Open zakariaf opened this issue 8 months ago • 2 comments

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.

zakariaf avatar May 07 '25 21:05 zakariaf

@microsoft-github-policy-service agree

zakariaf avatar May 07 '25 21:05 zakariaf

👋 Hi @zakariaf, are you still working on this PR? Is there anything I can help with?

AlvaroRausell avatar Jun 24 '25 14:06 AlvaroRausell