Mandu CLI standalone binaries (Bun 1.3.12).
Quick install
Linux / macOS
curl -fsSL https://raw.githubusercontent.com/konamgil/mandu/main/install.sh | shWindows (PowerShell)
iwr https://raw.githubusercontent.com/konamgil/mandu/main/install.ps1 -useb | iexContents
| File | Target |
|---|---|
mandu-bun-linux-x64 |
Linux x86_64 (glibc) |
mandu-bun-linux-x64-musl |
Linux x86_64 (Alpine/musl) |
mandu-bun-linux-arm64 |
Linux aarch64 |
mandu-bun-darwin-arm64 |
macOS Apple Silicon |
mandu-bun-darwin-x64 |
macOS Intel |
mandu-bun-windows-x64.exe |
Windows x86_64 |
*.gz / *.zip |
Compressed installer downloads |
SHA256SUMS.txt |
Aggregate checksums |
Verification (SLSA Build Level 2)
Each binary ships with a Sigstore-signed SLSA provenance
attestation. Verify the provenance chain before running:
gh attestation verify mandu-bun-linux-x64 --repo konamgil/mandu[early-access] Binaries in this release are unsigned (no EV
cert / Apple Developer ID yet). Windows users will see a
SmartScreen warning; macOS users may need
xattr -d com.apple.quarantine. See
docs/code-signing.md
for the signing roadmap.