Documentation Index
Fetch the complete documentation index at: https://docs.cline.bot/llms.txt
Use this file to discover all available pages before exploring further.
Choose Your Install Path
- IDE Extension — VS Code, Cursor, JetBrains, Windsurf, VSCodium, Antigravity
- CLI — terminal workflows
- Kanban (preview) — easily manage through multiple agents through a kanban board
- SDK — build with
@cline/sdk
IDE Extension
Use this if you want Cline inside your editor UI.
Open Extensions
Press Ctrl/Cmd + Shift + X.
Search for Cline
Type Cline.
Install
Click Install on the Cline extension.
Open Cline
Use the Cline activity bar icon, or run Cline: Open In New Tab from Command Palette.
Windsurf and VSCodium use Open VSX. The install flow is the same.
Open Plugins Marketplace
Settings → Plugins → Marketplace.
Install Cline
Search Cline, click Install, then restart the IDE.
Open Cline
View → Tool Windows → Cline.
Alternative: install from the JetBrains Marketplace.
CLI
Use this if you want Cline in terminal workflows (interactive + automation).
Install Node.js
Install Node.js 20+ (22 recommended).
Run Cline
cline
# or
cline "your task"
More details: CLI Installation & Setup
Kanban
Use this if you want task-board workflows with agent execution.
Install Node.js
Install Node.js 18+.
More details: Kanban
SDK
Use this if you are building your own app/agent on top of Cline.
Create project
mkdir my-agent && cd my-agent
npm init -y
Build and run
Browse SDK examples to run your first agent.
Start here: SDK Examples
Need Help?