What is Cline Kanban?
Cline Kanban is a terminal-launched kanban board that runs in your browser. Each task card gets its own git worktree and terminal, so you can run multiple coding agents in parallel without merge conflicts. You create tasks, assign them to agents, review diffs, leave inline comments, and ship commits or PRs — all from one interface. It runs locally, requires no account or setup, and works out of the box from any git repository.How It Works
- Run
clinefrom the root of any git repo — a local web server opens in your browser - Create task cards manually or ask the sidebar chat agent to break work into tasks
- Hit play on a card — Kanban creates an ephemeral worktree and starts an agent
- Monitor progress — each card shows the agent’s latest message or tool call
- Review diffs — click a card to see all changes, leave inline comments to steer the agent
- Ship it — hit Commit or Open PR, then trash the card to clean up the worktree
Key Capabilities
Parallel Execution
Each task runs in its own git worktree with its own terminal. Multiple agents work simultaneously without stepping on each other.
Unified Task Board
Create, triage, link, and monitor all agent tasks from a single browser-based kanban board.
Works With Existing Agents
Compatible with CLI agents you already use — Cline, Claude Code, and Codex. Kanban uses experimental features that bypass permissions and runtime hooks for more agent autonomy.
Links
- GitHub Repository — source code, issues, and feature requests
- npm Package — version history and package details
- Cline App — account management
- Discord #kanban — feedback and discussion
Next Steps
Getting Started
Install Kanban and launch your first board.
Core Workflow
The full workflow from creating tasks to shipping PRs.
Features
Worktrees, auto-commit, task linking, diff viewer, git interface, and more.

