Skip to content

braid v0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 15:31
v0.5.0
2f66a73

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.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+o9hxznRYx9ZkHwwlN

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

Changes

  • release: v0.5.0 (2f66a73)
  • Add ui to readme (#12) (773eeab)
  • feat(ui): add braid ui command with dual view, theming, and filter bar (#11) (d238a69)
  • docs(release-skill): correct asset count to 15 (Windows zip unsigned) (1f41bcb)