Terminal Tools
mise
25.5kPolyglot runtime version manager — a single tool to manage Node.js, Python, Ruby, Go, Rust, Java, and hundreds more, replacing nvm, pyenv, rbenv, and asdf.
macOSLinuxWindows
Install
Get started
brew install miseUsage
How to use
```bash
# Install a runtime
mise use node@22
mise use python@3.12
# List installed versions
mise list
# Set a global default
mise use --global node@lts
```