Disclaimer: This project is an experiment in allowing Claude Opus 4.5 to write the entirety of the codebase.
AI task and agent orchestrator. A TUI for managing Claude agents and tasks using the Beads workflow.
- Node.js >= 18.0.0
- A project with a
.claudedirectory
npm install -g orkRun from within any project that has a .claude directory:
ork- Task Management - Create, update, and track tasks using the Beads system
- Agent Interface - View agent output, tool calls, and todo lists
- Command Runner - Execute commands from
.claude/commands - Session Logging - Track agent sessions and outputs
| Key | Action |
|---|---|
Tab |
Switch between screens |
↑/↓ |
Navigate lists |
Enter |
Select/confirm |
Esc |
Back/cancel |
q |
Quit |
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build
npm run build
# Run production build
npm startOrk uses Beads for task management. See the Beads documentation for workflow details.