188 stable releases

new 2024.11.20 Nov 21, 2024
2024.10.13 Oct 28, 2024
2024.7.5 Jul 29, 2024
2024.3.11 Mar 30, 2024

#4 in Command line utilities

Download history 1678/week @ 2024-08-01 573/week @ 2024-08-08 1662/week @ 2024-08-15 1135/week @ 2024-08-22 745/week @ 2024-08-29 897/week @ 2024-09-05 1947/week @ 2024-09-12 1714/week @ 2024-09-19 1987/week @ 2024-09-26 1631/week @ 2024-10-03 2188/week @ 2024-10-10 880/week @ 2024-10-17 2168/week @ 2024-10-24 2096/week @ 2024-10-31 2616/week @ 2024-11-07 1831/week @ 2024-11-14

8,873 downloads per month

MIT license

1MB
31K SLoC

mise-logo
mise-en-place

Crates.io GitHub GitHub Workflow Status Codacy coverage (branch) 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
2024.11.20 macos-arm64 (a1b2d3e 2024-11-21)

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

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

~57–94MB
~1.5M SLoC