Prerequisites
- Node.js 18 or higher — check with
node --version - A git repository — Kanban must be run from the root of a git repo
Installation
Install Cline CLI globally via npm:First Launch
- Open your terminal and
cdto the root of any git repository - Run
cline - Your browser opens to the Kanban board
Onboarding
On your first launch, Kanban walks you through a short setup:- Pick a project directory — a directory picker opens so you can select (or confirm) the repository you want to work in
- Choose your agent — select which coding agent to use for tasks (Cline, Claude Code, or Codex)
Creating Your First Task
Once the board is open:- Create a card — click the add button to create a new task card
- Write a task description — describe what you want the agent to do
- Hit play — Kanban creates an ephemeral git worktree for the task and starts an agent in its own terminal
Next Steps
Core Workflow
Learn the full workflow: create → link → start → review → ship.
Features
Explore worktrees, auto-commit, task linking, the diff viewer, and more.

