mise

CLI

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

One tool to manage all language runtime versions (nvm/pyenv/rbenv unified)

3 curated recipes · not yet executed by the harness#version-manager#node#python#ruby#rust

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Use specific Node version for project

~98% est.
mise use node@20

Install all runtimes in .mise.toml

~97% est.
mise install

Set global default runtime

~97% est.
mise use --global node@lts

Install

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

Agent notes

When to use
Managing Node, Python, Ruby, Go, or other runtime versions per-project
Quick examples
  • mise use node@20
  • mise install

Use from an agent

curl -s https://clihub.com/api/tools/mise | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug mise on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗MIT0 views