mehen ships native binaries from a single GitHub Release. Pick the toolchain you already have — all three paths download the same binaries.Documentation Index
Fetch the complete documentation index at: https://mehen.ophi.dev/llms.txt
Use this file to discover all available pages before exploring further.
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:| OS | x64 | arm64 |
|---|---|---|
| Linux (glibc) | @mehen/linux-x64-gnu | @mehen/linux-arm64-gnu |
| Linux (musl) | @mehen/linux-x64-musl | @mehen/linux-arm64-musl |
| macOS | @mehen/darwin-x64 | @mehen/darwin-arm64 |
| Windows | @mehen/win32-x64 | @mehen/win32-arm64 |
cargo binstall consumes.