beads v0.46.0
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.
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
- b7358f1 feat(types): add custom type support to beads config (bd-649s)
- a70c3a8 feat: extract Gas Town types from beads core (bd-i54l)
Bug Fixes
- 8528fca fix(gate): handle workflow name hints in gh:run gate discovery (bd-m8ew)
Others
- 4440f9e refactor(gate): consolidate numeric ID check and improve workflow matching