A web GUI for the beads issue tracker.
- List & Board views — switch between a filterable list with a detail pane and a Kanban board
- Full CRUD — create, edit, claim, and close issues without leaving the browser
- Rich filtering — filter by status, type, priority, or full-text search
- Issue detail pane — inline view of description, labels, children, and comments
- Real-time updates — changes made via
bdCLI reflect instantly via SSE - Themes — auto light/dark (default), light, dark, dracula, synthwave, and hacker
- Node.js 22+
bdinstalled and in yourPATH
npm install -g @mrkrstphr/beadeeRun from a directory that contains a beads project (.beads/):
beadeeOr:
npx @mrkrstphr/beadee --open-p, --port <n> Port to listen on (default: OS picks a free port)
-H, --host <h> Host to bind to (default: 127.0.0.1)
-o, --open Open browser automatically after start
-v, --version Print version and exit
-h, --help Show this help
MIT

