Skip to content

v0.1.1

Choose a tag to compare

@chonknick chonknick released this 20 Mar 21:43
· 63 commits to main since this release

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 cross for faster Linux cross-compilation
  • Release builds now use --locked for 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 | sh

Or via cargo:

cargo install mandex