docs/kanban/getting-started.mdx
node --versionInstall Cline CLI globally via npm:
npm i -g cline
Then launch Kanban:
cline
cd to the root of any git repositoryclineOn your first launch, Kanban walks you through a short setup:
After onboarding, you land on the board and can start creating tasks immediately. No account creation, API keys, or configuration files required.
Once the board is open:
The card updates in real time, showing the agent's latest message or tool call so you can monitor progress from the board.
<Tip> You can also use the **sidebar chat** to create tasks. Open the chat and ask the agent to break down work into multiple task cards — it can create, link, and start tasks directly on the board. </Tip>