beads v0.28.0
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.
Installation
Homebrew (macOS/Linux):
brew install steveyegge/beads/bdQuick Install (macOS/Linux):
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
- 64ef220 feat(cli): add --estimate flag to bd create and bd update commands
- d045da4 feat(daemon): add --foreground flag for systemd/supervisord integration
- f761ba1 feat(daemon): add --local flag for git-free daemon operation (#433)
- 94105bd feat: add bd migrate-sync command for sync.branch workflow setup (bd-epn)
Bug Fixes
- 09fffa4 fix(db): add close_reason column to issues table (bd-uyu)
- a4260c9 fix(db): remove redundant GetCloseReason() calls (bd-bbh)
- 0456e78 fix(deps): improve parent-child dependency UX (GH #440)
- d91f928 fix(doctor): detect when on sync branch (bd-epn follow-up)
- d213ec9 fix(jira): migrate from deprecated API v2 to v3
- 8ef3d81 fix(sync): prevent final flush after sync.branch restore
- 9483ab0 fix(sync): restore .beads/ from branch after sync when using sync.branch
- e5c3f8b fix(test): use --local flag in git config check for merge driver test
Others
- 3de3b60 Add uninstall documentation (GH #445)
- 2d12a08 Refactor daemon sync functions to reduce duplication (bd-73u)
- 4a8e01f bd sync: 2025-11-30 22:11:35
- 2300514 bd sync: 2025-12-01 21:00:26
- 6ebf7d9 bd sync: 2025-12-01 21:07:46
- 096e51a bd sync: 2025-12-01 21:24:52
- 34799a0 bd sync: close Jira integration epic bd-qvj
- 4c5d90c bd sync: track issue bd-hm8 completion
- 7ea8555 bd sync: update bd-3s8 with description and move to open
- a2d1edd fix(multi-repo): filter issues by prefix when flushing from non-primary repos (GH #437)
- d880fce fixed GH issue #444
- f84684e refactor(daemon): consolidate local-only sync functions to reduce duplication (bd-73u)
- 34c370f refactor(daemon): consolidate sync functions to reduce duplication