Cline

by Cline

Open Source Self-Hostable Free Tier open-source

Open-source autonomous coding agent for VS Code with file editing, terminal commands, and bring-your-own-key model support. Cline (formerly Claude Dev) is an open-source AI coding agent that runs as a VS Code extension. It was first released in 2024 by Saoud Rizwan, is licensed Apache-2.

Key Facts

pricing

pricing facts about Cline
AttributeValueAs ofSource
License & pricing (June 2026)Free and open-source under Apache-2.0. Bring-your-own-key (pay model providers directly) by default; optional Cline-hosted pay-as-you-go inference credits (no subscription); Enterprise tier custom-priced with SSO, SLA, JetBrains extension.Jun 2026Cline pricing page
Real cost (API spend)The extension is free; real cost is model API spend. Active daily use on Claude Sonnet commonly runs about $5-30 per developer per day, varying with task volume and model choice.Jun 2026Cline pricing page

adoption

adoption facts about Cline
AttributeValueAs ofSource
Install baseMore than 1.5 million VS Code Marketplace installs by April 2026 and over 59,000 GitHub stars; among the most-installed agentic coding extensions, still growing as of June 2026.Jun 2026Cline GitHub repository

General

General facts about Cline
AttributeValueAs ofSource
PricingFree Apache-2.0 licensed extension; users pay model providers directly (BYOK)Jun 2026Cline
Install Base4.7M+ VS Code Marketplace installs as of July 2026Jul 2026VS Code Marketplace
Released2024 (originally released as Claude Dev)Apr 2026GitHub cline/cline
Key DifferentiatorOpen-source autonomous agent with human-in-the-loop checkpoints and MCP server supportJul 2026Cline official site

About Cline

Cline (formerly Claude Dev) is an open-source AI coding agent that runs as a VS Code extension. It was first released in 2024 by Saoud Rizwan, is licensed Apache-2.0 on GitHub at cline/cline, and passed 1.5 million VS Code Marketplace installs by April 2026 with more than 59,000 GitHub stars — among the most-installed agentic coding extensions.

The agent reads and edits files in the active workspace, runs terminal commands with explicit user approval, and works through multi-step tasks autonomously while pausing at human checkpoints. That human-in-the-loop approval model is Cline's defining trait: rather than applying changes silently, it proposes each file edit and command and waits for confirmation, which gives developers full visibility into what the agent is about to do.

flowchart TD
  A[Task described in VS Code] --> B[Cline plans the steps]
  B --> C{Proposes an edit or command}
  C --> D[Human reviews the diff/command]
  D -- Approve --> E[Cline applies it]
  D -- Reject/edit --> B
  E --> F{Task complete?}
  F -- No --> C
  F -- Yes --> G[Done, changes in workspace]

Cline is bring-your-own-key by default: developers connect their own Anthropic, OpenAI, OpenRouter, AWS Bedrock, Google Vertex, or Azure credentials and pay model providers directly, so the extension itself is free. As of 2026 Cline also offers an optional hosted path — pay-as-you-go AI-inference credits billed through Cline, with no subscription — for teams that prefer one bill over managing provider keys, plus an Enterprise tier (custom pricing) adding SSO, an SLA, dedicated support, and a JetBrains extension. The Model Context Protocol (MCP) framework lets Cline add custom tools for browsing, search, and external APIs. Cline suits developers who want transparency over every agent action and direct control of model spend; for active daily use on Claude Sonnet, real-world model cost commonly runs about $5-30 per day.

Editor's Note: We ran a head-to-head for a fintech client choosing between Cline and a subscription editor. Cline won on auditability — its approve-each-step model meant their senior engineers could veto risky terminal commands before they ran, which mattered for a regulated codebase. On spend, two developers using Claude Sonnet through their own Anthropic key cost roughly $24/day combined during an intensive sprint week, then dropped to near nothing on light weeks, which suited their variable workload better than a flat per-seat fee. The caveat: the approval prompts that make Cline safe also slow it down, so for low-risk boilerplate the developers switched to auto-approve to keep pace. — Rafal Fila, ShadowGen

Integrations (4)

AWS Bedrock native
Anthropic API native
OpenRouter native
VS Code native

Written & reviewed by Rafal Fila · Last updated: · Last verified:

Other AI Coding & Development Tools Tools

See How It Ranks

Questions About Cline

Learn More