Skip to main content
Tool Coding open-source active Below 8
Verified May 2026 Coding Editorial only, no paid placements

Cline

Active

Free open-source autonomous coding agent for VS Code and JetBrains. Plan/Act modes, MCP tool creation, full BYOK model choice.

Best plan Free (BYOK API costs) Open-source + cloud
Best for VS Code or JetBrains devs wanting autonomous agents without a subscription Coding
Watch Zero-setup plug-and-play users Check fit before switching
Pricing Free (BYOK API costs)
Launched 2024
Watchlist Cline

Save this page locally, then revisit it when pricing, score notes, or related news changes.

Decision badges Readiness signals
Active productOpen sourcePublic repo listedVerified this monthMonthly review cycleNiche or situational score
Fact ledger Verified fields
Company
cline
Category
Coding
Pricing model
Open source
Price range
Free (BYOK API costs)
Status
Active
Last verified
May 4, 2026
Open Source Or Local Yes — Cline is open source on GitHub and runs inside the developer IDE with BYOK model access. Cline GitHub repository
Best For Developers who want a local, extensible, model-flexible coding agent rather than a closed cloud coding environment. Cline docs
Watch Out For BYOK autonomy increases security responsibility; review permissions, MCP tools, model costs, and repo safety before broad rollout. Cline docs
Runtime Model Open-source autonomous coding agent in the IDE with plan/act workflows, model choice, terminal/browser/tool use, and MCP extensibility. Cline homepage
Docs Surface Docs cover installation, model providers, context, MCP tools, and operational usage patterns for developer workflows. Cline docs
Change timeline What moved recently
  1. Verified
    Core pricing and product facts checked May 4, 2026 | Monthly cadence
  2. Updated
    Editorial page changed May 4, 2026
  3. Price
    Extension - Free (MIT) Apr 15, 2026 | Verified unchanged. BYOK API costs remain the only spend.
  4. Price
    Extension - Free (MIT) Jul 1, 2024 | Launched as Claude Dev, renamed Cline for model-agnostic support
Knowledge graph Adjacent context
Company cline
Category Coding
Head-to-head comparisons
Best for
  • VS Code or JetBrains devs wanting autonomous agents without a subscription
  • BYOK users already paying for API access
  • Teams building custom MCP tools
  • Privacy-sensitive workflows via local models
Not ideal for
  • Zero-setup plug-and-play users
  • Beginners needing hand-holding
  • Teams requiring centralized cloud dashboards

A free open-source AI coding agent for VS Code and JetBrains, formerly known as Claude Dev. Runs autonomously inside the IDE: reads the codebase, writes and edits files, runs terminal commands, controls a browser, and builds custom MCP tools with approval gates at each step.

The extension itself costs nothing. Bring your own API key for Claude Opus 4.7, OpenAI frontier models, Gemini 3.1 Pro, or a local model via Ollama.

System Verdict

Pick Cline if you want a capable autonomous agent inside VS Code or JetBrains with no subscription and full model choice. Plan mode shows the approach before any code is written; Act mode executes with explicit approval at every significant step.

60,300+ GitHub stars and 5M+ installs. Reported enterprise use at Samsung, Salesforce, Oracle, Amazon, and Microsoft.

Skip it for zero-setup usage or centralized team dashboards. Cursor bundles a model subscription and more polished UX. GitHub Copilot has the lowest setup friction for individuals.

Who pays what: Extension is free. API costs land on your provider bill. Light use on Haiku 4.5 or a local model can run under $5/month; heavy Opus 4.7 use can reach $20-$50/month on frontier-heavy sessions.

Key Facts

LicenseMIT, open source
Primary IDEVS Code · JetBrains (IntelliJ, PyCharm, WebStorm) · CLI
ModesPlan (read-only planning) · Act (execution with approval gates)
BYOK providersAnthropic · OpenAI · Google · AWS Bedrock · Azure OpenAI · GCP Vertex · OpenRouter · Cerebras · Groq
Local modelsLM Studio · Ollama · any OpenAI-compatible API
MCP supportFirst-class, runtime MCP server creation
Terminal executionYes, with Proceed While Running for non-blocking tasks
Browser automationYes, via Claude Computer Use
CheckpointsWorkspace snapshots at each significant step
GitHub stars60,300+ · 5M+ installs

Every data point above was verified against vendor documentation on 2026-04-17. See Sources.

What it actually is

An open-source VS Code and JetBrains extension that turns the IDE into an autonomous coding agent. Plan mode is read-only: Cline analyzes the task, explores the codebase, and proposes an approach without modifying anything. Act mode executes, with user approval required for every significant step.

Context commands scope what the agent sees: @file, @folder, @url, @problems. Terminal commands run in the integrated terminal with full output visibility. Browser automation runs through Claude’s Computer Use (clicks, scrolls, form fills, screenshots).

MCP support is first-class. Ask Cline to build a Jira MCP server and it creates, installs, and registers the server for you. Checkpoints snapshot the workspace so rollback to any prior state is one click.

BYOK is total. Any Anthropic, OpenAI, or Google API key works. AWS Bedrock, Azure OpenAI, GCP Vertex, OpenRouter, Cerebras, Groq, and any OpenAI-compatible endpoint route cleanly. Local models via LM Studio or Ollama cost nothing beyond hardware.

When to pick Cline

  • You want an autonomous coding agent without a monthly subscription. Extension is free, costs match API usage.
  • You already pay for API access. Route usage through your existing Anthropic, OpenAI, or Google account.
  • You need transparent approval gates. Every file edit and terminal command waits for explicit approval in Act mode.
  • You want custom MCP tools for your stack. Jira, AWS, private APIs: ask Cline to build the MCP server and it handles the rest.
  • Data residency matters. Pair Cline with a local Ollama model to keep code entirely on-device.

When to pick something else

  • Polished IDE with bundled models: Cursor at $20/mo. Less setup, more design polish.
  • Lightest-weight inline autocomplete: GitHub Copilot at $10/mo.
  • Terminal-first agentic runs: Claude Code CLI. Deeper agentic capability on complex multi-file tasks.
  • CLI-first open source with git-commit transparency: Aider. Free, BYOK, auto-commits every change.
  • Async ticket delegation: Devin. Hand a ticket off, review the PR.

Pricing

TierCostNotes
Cline extensionFreeMIT license · VS Code Marketplace · Open VSX
API costsUsage-basedVaries by model and session length
Local models$0Via LM Studio or Ollama

Typical session costs on BYOK (verified 2026-04-17):

ModelTypical sessionNotes
Claude Haiku 4.5Pennies to under $1Fastest, cheapest
Claude Opus 4.7$0.50-$5Best multi-file quality
OpenAI frontier models$0.50-$5Strong alternative
Gemini 3.1 Pro$0.02-$2Long context, lowest cost tier
Ollama (local)$0Hardware-bound quality

Costs verified 2026-04-17 via vendor API pricing pages. Light use can run under $5/month; heavy Opus 4.7 use can reach $20-$50/month.

Against the alternatives

ClineCursor ProClaude Code (Max 5x)
PriceFree + BYOK API$20/mo flat$100/mo flat
Form factorExtension in VS Code / JetBrainsVS Code forkTerminal CLI
Model choiceAny BYOK providerMostly bundledClaude-only
MCP supportRuntime build + installPartialMCP registry
Approval gatesPlan/Act · explicit per stepPartialTranscript-level
Best viewed asFree agentic IDE layerPolished default IDEStrongest CLI agent

Failure modes

  • API costs are on you. No built-in usage caps or guardrails. Heavy frontier-model sessions can compound quickly.
  • VS Code gets priority over JetBrains and CLI. JetBrains and the CLI exist but lag the VS Code extension on feature parity.
  • No bundled model subscription. Setup requires API keys, account configuration, and provider routing. Not plug-and-play.
  • Autonomous execution risk. Act mode with broad permissions makes real changes fast. Plan mode mitigates this but adds friction.
  • Open-source moat is low. Architecture is public. Any IDE maker can replicate the approach.
  • Context limits on very large repos. Context management commands help. Monorepos still need careful scoping.
  • No team dashboard or audit log. Cline is a local extension. No shared workspace, centralized logs, or team-wide policy.
  • Browser automation depends on Computer Use. Requires a Claude model and is still evolving. Flakier than core coding flows.

Methodology

This page was produced by the aipedia.wiki editorial pipeline, an automated system that ingests vendor documentation, verifies pricing and model details against primary sources, and generates the editorial analysis you are reading. No individual human wrote this review. Scoring follows the four-dimension rubric at /about/scoring/ (Utility × Value × Moat × Longevity, unweighted average). Last verified 2026-04-17 against cline.bot, Cline docs, the Cline GitHub repo, and the VS Code Marketplace listing.

FAQ

Is Cline free? The extension is free and MIT-licensed. You pay only for the API calls to your chosen provider. A local Ollama model brings total cost to zero.

What was Cline called before? It launched as Claude Dev in mid-2024. Renamed to Cline to reflect model-agnostic support for Claude, OpenAI frontier models, Gemini 3.1 Pro, and local models.

How does Plan mode work? Plan mode is read-only. Cline analyzes the codebase and task, then generates a step-by-step plan for your review. No code is written until you approve and switch to Act mode.

Can Cline run fully offline? Yes. Configure Cline with a local Ollama or LM Studio model. Code stays on-device; no API calls leave your machine.

What is MCP and why does it matter here? Model Context Protocol is an open standard for extending AI agents with custom tools. In Cline you can ask for a Jira or AWS MCP server and the agent will build, install, and register it automatically.

Cline vs Cursor, which should I pick? Cursor is a polished VS Code fork with a bundled model subscription and less setup work. Cline is a free extension with full BYOK flexibility and transparent Plan/Act approval gates. Pick Cursor for out-of-the-box polish; pick Cline to minimize fixed costs and keep model choice open.

Sources

Share LinkedIn
Was this review helpful?
Embed this score on your site Free. Links back.
Cline editorial score badge
<a href="https://aipedia.wiki/tools/cline/" target="_blank" rel="noopener"><img src="https://aipedia.wiki/badges/cline.svg" alt="Cline on aipedia.wiki" width="260" height="72" /></a>
[![Cline on aipedia.wiki](https://aipedia.wiki/badges/cline.svg)](https://aipedia.wiki/tools/cline/)

Badge value auto-updates if the editorial score changes. Attribution via the link is required.

Cite this page For journalists, researchers, and bloggers
According to aipedia.wiki Editorial at aipedia.wiki (https://aipedia.wiki/tools/cline/)
aipedia.wiki Editorial. (2026). Cline — Editorial Review. aipedia.wiki. Retrieved May 8, 2026, from https://aipedia.wiki/tools/cline/
aipedia.wiki Editorial. "Cline — Editorial Review." aipedia.wiki, 2026, https://aipedia.wiki/tools/cline/. Accessed May 8, 2026.
aipedia.wiki Editorial. 2026. "Cline — Editorial Review." aipedia.wiki. https://aipedia.wiki/tools/cline/.
@misc{cline-editorial-review-2026, author = {{aipedia.wiki Editorial}}, title = {Cline — Editorial Review}, year = {2026}, publisher = {aipedia.wiki}, url = {https://aipedia.wiki/tools/cline/}, note = {Accessed: 2026-05-08} }
Spotted an error or want to share your experience with Cline?

Every tool page is re-verified on a recurring cycle, and corrections land faster when readers flag them directly. If you spot a stale fact, a missing capability, or have used Cline and want to share what worked or didn't, the editorial desk reviews every message sent through this form.

Email editorial@aipedia.wiki
Report outdated info Help us keep this page accurate