Internal GitHub-distributed wrapper for mise.
mise is a CLI for dev tools, environment variables, and tasks. This package does not reimplement mise; it downloads the official binary from the matching upstream GitHub release during install.
Add the package directly from GitHub:
{
"dependencies": {
"@foyer-work/mise": "github:foyer-work/mise"
}
}Or install it globally from GitHub:
npm install -g github:foyer-work/miseThen run:
mise --versionInstall this checkout globally:
npm install -g .The install script will download the matching official jdx/mise release asset for this package's version.
The package version should match an upstream jdx/mise release without the leading v, for example 2026.5.15 maps to jdx/mise tag v2026.5.15.
During preinstall, the script downloads the appropriate archive for the current OS and CPU, extracts it, and links bin/mise into this package so npm creates the usual executable shim.
If a package manager blocks install scripts, the package keeps a small fallback bin/mise script in place so installation can complete without missing-bin warnings. Running mise from that blocked install will explain how to approve the build scripts and reinstall.
This package is MIT licensed. The bundled mise binaries come from the upstream jdx/mise releases.