beads v0.21.7
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
Bug Fixes
- e972f1d fix(sqlite): Fix connection string construction for :memory: databases
- 68876dd fix: CI failures - performance thresholds, test eligibility, Nix hash, lint errors
- df6534d fix: Update Nix vendorHash after go.mod dependency updates
- abbdbf4 fix: Update dep_add test to match current show output format
- bc13329 fix: resolve test failures from speedup changes
Others
- 3f28ea7 Add 0.21.5 release notes
- fc71d4e Add integration tests and release documentation for npm package
- da921e1 Add npm package for bd with native binaries (bd-febc)
- eb434dd Add template support for issue creation (bd-164b)
- 6e4a158 Auto-sync issues
- 871ab48 Brew formula update for beads version v0.21.5
- aed6844 Brew formula update for beads version v0.21.6
- 2ec5556 Bump fastmcp from 2.13.0.1 to 2.13.0.2 in /integrations/beads-mcp
- 4549da3 Bump github.com/anthropics/anthropic-sdk-go from 1.14.0 to 1.16.0
- b1aec38 Fix :memory: database connection pool issue (bd-b121)
- 39840f6 Fix GH #210: bd init --no-db now creates metadata.json and config.yaml
- a0eb190 Fix SQLite file:// URI scheme to prevent query params in filename (bd-c54b)
- 3343351 Fix epic hierarchy display in bd show command
- 22311b9 Fix symlink path resolution in findDatabaseInTree
- cecec99 Fix: bd init --no-db now sets no-db: true in config.yaml
- fc2a9e1 Implement bd comment alias for bd comments add (bd-d3f0)
- a58f5b4 Merge wasm-port-bd-44d0: Add npm package with native binaries
- b4cb636 Switch from hex to Base36 encoding for issue IDs (GH #213)
- 1009f0b Sync issues to JSONL
- 3c87fdd Update CHANGELOG.md with correct 0.21.5 release notes
- 60bdccf Update beads.jsonl auto-sync
- 30eccde Update beads.jsonl with bd-c54b (SQLite filename bug)
- 9ce1d6c WIP: WASM port - switch to ncruces/go-sqlite3, add WASM stubs
- d5dde7c bd sync: 2025-11-02 21:58:16
- 3e193f2 bd sync: 2025-11-02 22:23:58
- fc9ad21 bd sync: 2025-11-02 23:36:47
- e7be0a2 bd sync: 2025-11-02 23:40:51
- add5599 bd sync: 2025-11-03 10:35:27
- f2baecf bd sync: 2025-11-03 10:49:27
- b102935 bd sync: 2025-11-03 12:04:01
- 3335cde bd sync: 2025-11-03 12:07:56
- e07e3a7 bd sync: 2025-11-03 12:30:28
- 99c03dd bd sync: 2025-11-03 19:14:00
- d2328f2 bd sync: 2025-11-03 19:56:41
- 0ad8a0e bd sync: 2025-11-03 20:54:29
- 21797db bd sync: 2025-11-03 21:31:40
- 4e1e1f3 bd sync: 2025-11-03 22:23:29
- 7caab7a bd sync: 2025-11-03 22:40:18
- efed596 bd sync: 2025-11-04 00:37:56
- 2b16064 new design docs