Skip to content

braid v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 19:45

Install

curl -fsSL https://raw.githubusercontent.com/cscheid/braid/main/install.sh | bash

On Windows (PowerShell):

irm https://raw.githubusercontent.com/cscheid/braid/main/install.ps1 | iex

Or with cargo: cargo install --git https://github.com/cscheid/braid --tag v0.4.0 braid

Platform File
Linux x86_64 (static musl) braid-0.4.0-linux_amd64.tar.gz
Linux ARM64 (static musl) braid-0.4.0-linux_arm64.tar.gz
macOS Intel braid-0.4.0-darwin_amd64.tar.gz
macOS Apple Silicon braid-0.4.0-darwin_arm64.tar.gz
Windows x86_64 braid-0.4.0-windows_amd64.zip

Verify a manual download (Unix archives are signed with minisign, Ed25519):

minisign -Vm braid-0.4.0-<platform>.tar.gz -P RWSbWhSzVkkTRO4nFMzL/KyRs9oicbgy/2KPRK+o9hxznRYx9ZkHwwlN

The trusted comment should name exactly the file you downloaded.
Checksums (all platforms): sha256sum -c checksums.sha256 --ignore-missing

Changes

  • release: v0.4.0 (a1b4bf6)
  • config: surface resolved config source provenance (br-y6ra26a3) (f284800)
  • ci: exclude workspace from Defender on the Windows release build (#10) (8321fad)