mise

CLI

Polyglot dev environment manager (replaces nvm, rbenv, pyenv, etc.).

4 views

Installation

Homebrewbrew install mise
Scriptcurl -fsSL https://mise.jdx.dev/install.sh | sh

Links

License

MIT

AI 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@20
  • mise install

Proven Recipes

Use specific Node version for project🟢 98% success
mise use node@20
Install all runtimes in .mise.toml🟢 97% success
mise install
Set global default runtime🟢 97% success
mise use --global node@lts