Homebrew tap for gsd-wired — GSD workflow orchestration for Claude Code backed by a beads graph engine.
brew tap The-Artificer-of-Ciphers-LLC/gsdw
brew install gsdw-ccgsdw version
gsdw doctor| Platform | Architecture | Status |
|---|---|---|
| macOS | arm64 (Apple Silicon) | ✅ Signed + Notarized |
| macOS | amd64 (Intel) | ✅ Signed + Notarized |
Linux users: install via go install or download binaries from GitHub Releases.
go install github.com/The-Artificer-of-Ciphers-LLC/gsd-wired/cmd/gsdw@latestdocker pull ghcr.io/the-artificer-of-ciphers-llc/gsdw:latestThe cask runs xattr -dr com.apple.quarantine automatically during installation. If you installed manually or the quarantine flag persists:
xattr -dr com.apple.quarantine $(which gsdw)Ensure /opt/homebrew/bin (Apple Silicon) or /usr/local/bin (Intel) is in your PATH:
echo $PATH | tr ":" "
" | grep -E "homebrew |local"gsd-wired requires bd (beads) and dolt. Run gsdw check-deps after installation to verify all dependencies are present.