mise
CLIPolyglot dev environment manager (replaces nvm, rbenv, pyenv, etc.).
4 views
Installation
Homebrew
brew install miseScript
curl -fsSL https://mise.jdx.dev/install.sh | shLinks
License
MITAI Agent Notes
One tool to manage all language runtime versions (nvm/pyenv/rbenv unified)
When to use
Managing Node, Python, Ruby, Go, or other runtime versions per-project
Examples
mise use node@20mise install
Proven Recipes
Use specific Node version for project🟢 98% success
mise use node@20Install all runtimes in .mise.toml🟢 97% success
mise installSet global default runtime🟢 97% success
mise use --global node@lts