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 [email protected] into ./mynode

mise install-into [email protected] ./mynode && ./mynode/bin/node -v
v20.0.0
MIT LicenseCopyright © 2026jdx.dev