braid v0.5.0
Install
curl -fsSL https://raw.githubusercontent.com/cscheid/braid/main/install.sh | bashOn Windows (PowerShell):
irm https://raw.githubusercontent.com/cscheid/braid/main/install.ps1 | iexOr with cargo: cargo install --git https://github.com/cscheid/braid --tag v0.5.0 braid
| Platform | File |
|---|---|
| Linux x86_64 (static musl) | braid-0.5.0-linux_amd64.tar.gz |
| Linux ARM64 (static musl) | braid-0.5.0-linux_arm64.tar.gz |
| macOS Intel | braid-0.5.0-darwin_amd64.tar.gz |
| macOS Apple Silicon | braid-0.5.0-darwin_arm64.tar.gz |
| Windows x86_64 | braid-0.5.0-windows_amd64.zip |
Verify a manual download (Unix archives are signed with minisign, Ed25519):
minisign -Vm braid-0.5.0-<platform>.tar.gz -P RWSbWhSzVkkTRO4nFMzL/KyRs9oicbgy/2KPRK+o9hxznRYx9ZkHwwlNThe trusted comment should name exactly the file you downloaded.
Checksums (all platforms): sha256sum -c checksums.sha256 --ignore-missing