npm (Node.js)
- Global install
- Project-local
- Run without installing
mehen requires Node.js 18 or newer. The correct platform-specific binary is selected automatically at
install time via npm’s optionalDependencies.
PyPI (Python / uv)
- uv
- pip
cargo binstall (Rust)
If you have a Rust toolchain,cargo binstall downloads
the pre-built binary from the GitHub Release directly — much faster than cargo install, which would build
from source.
Build from source
Supported platforms
mehen runs on the most common platforms. Native binaries are published for:
The same archives are attached to each
GitHub Release and are what
cargo binstall consumes.