v0.1.1
What's changed
- Added musl binary targets (x86_64 + aarch64) for Alpine and other musl-based Linux distros
- Installer now auto-detects musl vs glibc and downloads the correct binary
- Fixed repo URL (now
chonkie-inc/mandex) - CI uses cached
crossfor faster Linux cross-compilation - Release builds now use
--lockedfor reproducibility
Binaries
| Target | Archive |
|---|---|
| x86_64-unknown-linux-gnu | tar.gz |
| aarch64-unknown-linux-gnu | tar.gz |
| x86_64-unknown-linux-musl | tar.gz |
| aarch64-unknown-linux-musl | tar.gz |
| x86_64-apple-darwin | tar.gz |
| aarch64-apple-darwin | tar.gz |
| x86_64-pc-windows-msvc | zip |
Install
curl -fsSL https://mandex.dev/install.sh | shOr via cargo:
cargo install mandex