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

How much do AI coding assistants cost in 2026?

As of June 2026, mainstream AI coding assistants cluster in two cost shapes. Per-seat subscriptions with included AI usage: GitHub Copilot Pro $10/month (Business $19/seat), Cursor Pro $20/month, and Claude Code and ChatGPT Codex bundled into Claude ($20+) and ChatGPT ($20+) subscriptions. Free, bring-your-own-model tools where you only pay API spend: Aider and Cline ($0 for the tool, roughly $5-30/day in model cost for active use). Replit Agent is credit-metered from $25/month. The 2026 catch is that most paid tiers moved to usage metering, so the sticker price is a floor, not a ceiling.

What are the best ChatGPT Codex alternatives in 2026?

As of April 2026, the leading ChatGPT Codex alternatives are Claude Code (terminal and IDE agent from Anthropic), Cursor (AI-first IDE with Composer), GitHub Copilot (Microsoft baseline with agent mode), Aider (open-source CLI for git-based edits), and Cline (open-source VS Code extension that pairs with any model provider).

Is Aider worth it in 2026? A detailed review

Aider scores 7.6/10 in 2026. The Apache 2.0 CLI pair programmer by Paul Gauthier supports Claude, GPT-4, DeepSeek, Gemini, and local Ollama models with Git auto-commits and a public code-edit benchmark.

Is Cline worth it in 2026? A detailed review

Cline scores 7.7/10 in 2026. The Apache-2.0 licensed VS Code agent, released in 2024 as Claude Dev, reached 1.5M+ installs by April 2026 and runs on bring-your-own-key Claude, GPT-4, or Bedrock credentials.

Learn More