255 stable releases

new 2025.2.6 Feb 16, 2025
2025.1.17 Jan 31, 2025
2024.12.24 Dec 31, 2024
2024.11.37 Nov 30, 2024
2024.3.11 Mar 30, 2024

#22 in Command line utilities

Download history 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 1448/week @ 2025-01-07 892/week @ 2025-01-14 1115/week @ 2025-01-21 963/week @ 2025-01-28 601/week @ 2025-02-04 6647/week @ 2025-02-11

9,406 downloads per month

MIT license

1.5MB
39K 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.2.6 macos-arm64 (a1b2d3e 2025-02-16)

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

~75–115MB
~2M SLoC