v0.1.1
feyninc/mandexv0.1.1Mar 20, 2026by chonknick
AI Summary
Adds musl binary targets for Linux compatibility and fixes repository details.
Key Highlights
- Added musl binary targets (x86_64 + aarch64) for Alpine and other distros
- Installer auto-detects musl vs glibc to download the correct binary
- Fixed repo URL to `chonkie-inc/mandex`
- CI uses cached `cross` for faster Linux cross-compilation
New Features
- Musl binary support
- Repo URL fix
- CI improvements
Full Release Notes
## 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 ```bash curl -fsSL https://mandex.dev/install.sh | sh ``` Or via cargo: ```bash cargo install mandex ```