Skip to content

mise install-into

Install a tool version to a specific path

Used for building a tool to a directory for use outside of mise

Arguments

  • <TOOL@VERSION> — Tool to install e.g.: node@20
  • <PATH> — Path to install the tool into

Flags

  • -h --help — Print help

Examples:

# install node@20.0.0 into ./mynode
$ mise install-into node@20.0.0 ./mynode && ./mynode/bin/node -v
20.0.0
MIT LicenseCopyright © 2026jdx.dev