240 stable releases

new 2025.1.9 Jan 17, 2025
2024.12.24 Dec 31, 2024
2024.11.37 Nov 30, 2024
2024.7.5 Jul 29, 2024
2024.3.11 Mar 30, 2024

#6 in Command line utilities

Download history 1839/week @ 2024-09-27 1489/week @ 2024-10-04 2277/week @ 2024-10-11 1020/week @ 2024-10-18 1941/week @ 2024-10-25 2267/week @ 2024-11-01 3088/week @ 2024-11-08 2027/week @ 2024-11-15 2150/week @ 2024-11-22 1410/week @ 2024-11-29 1676/week @ 2024-12-06 1674/week @ 2024-12-13 1239/week @ 2024-12-20 1148/week @ 2024-12-27 956/week @ 2025-01-03 1241/week @ 2025-01-10

4,839 downloads per month

MIT license

1.5MB
38K SLoC

mise-logo
mise-en-place

Crates.io GitHub GitHub Workflow Status Discord

The front-end to your dev env.

What is it?

30 Second Demo

The following shows using mise to install different versions of node. Note that calling which node gives us a real path to node, not a shim.

demo

Quickstart

Install mise (other methods here):

$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
2025.1.8 macos-arm64 (a1b2d3e 2025-01-17)

or install a specific a version:

$ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
$ ~/.local/bin/mise --version
2024.5.16 macos-arm64 (8838098 2024-05-14)

Hook mise into your shell (pick the right one for your shell):

# note this assumes mise is located at ~/.local/bin/mise
# which is what https://mise.run does by default
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish
echo '~/.local/bin/mise activate mise activate pwsh | Out-String | Invoke-Expression' >> ~/.config/powershell/Microsoft.PowerShell_profile.ps1

Install a runtime and set it as the global default:

$ mise use --global node@20
$ node -v
v20.0.0

Full Documentation

See mise.jdx.dev

Contributors

Contributors

Dependencies

~69–105MB
~2M SLoC