beads v0.50.2
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.
Installation
Homebrew (macOS/Linux):
brew install beadsQuick Install (macOS/Linux/FreeBSD):
curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iexManual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.
Changelog
Features
- 3894fd3 feat: nudge all SQLite users to migrate to Dolt
Bug Fixes
- 6c00524 fix(beads): stop FindBeadsDir walk from escaping sibling worktree boundary (#1731)
- 1eb3bc1 fix(doctor): correct plugin install command in doctor output (#1732)
- 3bdc978 fix: bump npm package version to 0.50.2
- f7311e9 fix: reliable metadata writes for Dolt backend (bd_version, repo_id, clone_id) (#1741)
- 53694a8 fix: update backend descriptions to reflect Dolt as default since v0.50