LinuxCommandLibrary

mise

manages development tool versions

TLDR

Install tool

$ mise install [node@20]
copy
Use tool version
$ mise use [node@20]
copy
List installed
$ mise list
copy
Set global version
$ mise use -g [python@3.11]
copy
Run with tool
$ mise exec [node@18] -- node [script.js]
copy
Activate shell
$ eval "$(mise activate bash)"
copy

SYNOPSIS

mise command [options]

DESCRIPTION

mise manages development tool versions. It's a polyglot runtime manager (successor to rtx).
The tool handles Node.js, Python, Ruby, and more. Compatible with asdf plugins.

PARAMETERS

COMMAND

Mise operation.
install TOOL
Install tool version.
use TOOL
Set tool version.
list
List installed versions.
exec
Run with specified version.
activate
Shell activation.
--help
Display help information.

CAVEATS

Shell activation needed. Successor to rtx. asdf-compatible.

HISTORY

mise (formerly rtx) was created as a fast, Rust-based alternative to asdf for managing tool versions.

SEE ALSO

asdf(1), nvm(1), pyenv(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community