237 stable releases

new 2025.1.6 Jan 12, 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

#12 in Command line utilities

Download history 2743/week @ 2024-09-24 1610/week @ 2024-10-01 1906/week @ 2024-10-08 1043/week @ 2024-10-15 2354/week @ 2024-10-22 1131/week @ 2024-10-29 2793/week @ 2024-11-05 2511/week @ 2024-11-12 2611/week @ 2024-11-19 1706/week @ 2024-11-26 1254/week @ 2024-12-03 1857/week @ 2024-12-10 1456/week @ 2024-12-17 1085/week @ 2024-12-24 938/week @ 2024-12-31 1242/week @ 2025-01-07

5,012 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.6 macos-arm64 (a1b2d3e 2025-01-12)

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