Skip to content

braid v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:54

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.6.0 braid

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

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

minisign -Vm braid-0.6.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

Desktop viewer (braid-viewer)

Unsigned GUI bundles — first launch:

  • macOS: right-click the app -> Open (Gatekeeper), or xattr -d com.apple.quarantine <app>.
  • Windows: the installer is unsigned -> SmartScreen -> More info -> Run anyway.
Platform File
macOS Apple Silicon braid-viewer_0.6.0_aarch64.dmg
macOS Intel braid-viewer_0.6.0_x64.dmg
Windows x86_64 braid-viewer_0.6.0_x64-setup.exe
Linux x86_64 (AppImage) braid-viewer_0.6.0_amd64.AppImage
Linux x86_64 (deb) braid-viewer_0.6.0_amd64.deb
Linux ARM64 (AppImage) braid-viewer_0.6.0_aarch64.AppImage
Linux ARM64 (deb) braid-viewer_0.6.0_arm64.deb
Viewer checksums: sha256sum -c SHA256SUMS-viewer --ignore-missing

Changes

  • release: v0.6.0 (427488d)
  • Merge pull request #20 from cderv/claude/braid-certificate-issue-7ogxoa (38e758f)
  • fix(sync): trust the system CA store for wss:// dials, not just webpki roots (acea156)
  • Merge pull request #17 from cscheid/feat/viewer-release (7c6ce51)
  • ci(release): use checkout@v6 + setup-node@v6 in viewer job (e9df373)
  • docs(release): document viewer bundles and unsigned-install steps (5ac8a20)
  • ci(release): attach braid-viewer bundles to the release (1dfafea)
  • ci(release): build braid-viewer bundles per target (03caf37)
  • feat(xtask): forward passthrough args from viewer-build to cargo tauri (66c5902)
  • fix(viewer): inherit workspace version in tauri.conf (97b920c)
  • docs: implementation plan for viewer release bundles (a280305)
  • docs: address design-review findings on viewer-release spec (49d5ecf)
  • docs: design for shipping braid-viewer bundles in releases (646cbeb)
  • Merge pull request #16 from shikokuchuo/docs-website (5154445)
  • ci: bump actions/checkout from v5 to v6 (#18) (7966b58)
  • docs: add mdBook site over GitHub Pages, trim README (abd92e8)
  • test(ui): cover #14 list-view selection regression (#15) (3a5250f)
  • feat(viewer): add braid-viewer Tauri desktop app with multi-project support (#13) (8e5a07e)
  • fix(ui): keep list-view selection valid when filtering (#14) (7107715)