How to install gastownhall/beads. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
gastownhall/beads Installation Guide
How to install gastownhall/beads. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for gastownhall/beads. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i gastownhall/beadsor
Install via npx
npx @hexmos/ipm i gastownhall/beadsPrerequisites
Go
programming languageVersion: >=1.18
Node.js
runtimenpm
package managerHomebrew
package managerVersion: >=3.0.0
git
version control systemManual Installation Methods
Manual installation instructions. How to install from GitHub source.
macOS / Linux (Homebrew)
brew install beadsNode.js users (npm)
npm install -g @beads/bdInstall script (All Platforms)
curl -fsSL https://raw.githubusercontent.com/gastownhall/beads/main/scripts/install.sh | bashWindows 11
curl -fsSL https://raw.githubusercontent.com/gastownhall/beads/main/scripts/install.sh | bashArch Linux AUR
yay -S beadsGo Install
go install github.com/gastownhall/beads@latestBuild from Source (Contributors Only)
git clone https://github.com/gastownhall/beads.git
cd beads
make installPost Installation Steps
- bd init
- cd your-project
- echo "Use 'bd' for task tracking" >> AGENTS.md
