The Cline mark: two watchful eyes on a terminal-shaped head. A coding agent designed to look you in the eye before it touches your code.
San Francisco · Founded 2024
The open-source AI coding agent that reads your codebase, plans the work, and edits across files - then stops and asks before it acts.
There is a certain type of AI product that wants you to sit back, relax, and let it handle everything. Cline is not quite that product. It is an AI coding agent - it will read your repository, figure out which of your seven hundred files needs to change, rewrite them, run your build, notice the compiler is unhappy, and fix its own mistakes. That part is very automated. But at each meaningful step it pauses and waits for a human to say yes. This is either a limitation or the entire point, depending on whether the codebase in question is a weekend project or a bank.
Cline started, appropriately, as a fast reaction to a new model. In June 2024, roughly ten days after Anthropic released Claude 3.5 Sonnet, a developer named Saoud Rizwan was at an Anthropic-organized hackathon reading the model card - the documentation describing what the model could do - and built a small tool that let Claude act as an agent inside VS Code. He called it Claude Dev. By October 2024 it had a new name, Cline, and a rapidly growing pile of installs. The renaming was tidy foreshadowing: the product was model-agnostic, and naming it after one model would have undersold the whole idea.
The idea is that a coding agent should be open, transparent, and yours. Open, as in Apache 2.0 open source - you can read every line of what the agent does. Transparent, as in you see each file edit and terminal command before it happens, and you watch exactly how many tokens (and dollars) each step costs. Yours, as in the software runs client-side on your machine and talks to whichever model you point it at - Claude, GPT, Gemini, or a local model running through Ollama on your own hardware, which costs nothing at all.
That last part matters more than it sounds. A lot of AI coding tools are SaaS products that pick the model for you, mark up the tokens, and keep your code on their servers. Cline's pitch is essentially the negative of each of those: no lock-in, no markup, no code leaving your laptop unless you send it. For an individual developer this is a nice-to-have. For a regulated enterprise with a compliance team and a list of things that absolutely cannot happen, it is closer to a requirement.
"AI Coding, Open Source and Uncompromised." — Cline's own description of itself
Tell Cline what you want - "add OAuth login," "refactor this module," "build this feature from scratch." It reads your project structure and maps out the relationships between files first.
Plan mode aligns on strategy up front. You see the intended approach and approve it before a single line is written. Then Act mode executes.
Cline makes coordinated multi-file edits, runs bash commands with live terminal feedback, and drives a real browser via Puppeteer. It catches linter and compiler errors and fixes them as it goes.
Add MCP servers, wire in Slack, Linear, GitHub Actions and CI/CD, and encode house rules in .clinerules so the agent follows your conventions, not generic defaults.
Claude, GPT, Gemini, Ollama and 10+ providers. You choose the model, you pay the provider directly, no middleman markup on tokens.
Cline lives inside your editor and executes locally. Your code doesn't sit on someone else's servers by default - a big deal for privacy-strict teams.
Every file edit and command needs your explicit yes. The agent is autonomous in the work, not in the authority.
Full visibility into spend as the agent works. You always know what a task is costing you before it runs away with your budget.
The whole agent is readable and forkable. SOC 2 and GDPR-aligned controls make it a defensible choice in regulated environments.
Use it as a VS Code / IDE extension, embed it via SDK, or run it from the command line - the same agent, wherever your workflow lives.
Relative scale of a few reported figures. Bars are illustrative, not to a single axis.
On July 31, 2025, Cline announced $32M in combined Seed and Series A funding, led by Emergence Capital and Pace Capital. The round paid for something specific: Cline Teams, an enterprise platform that layers organization management, centralized billing, and usage tracking on top of the free open-source agent. The open-core logic is clean - give the tool away, win the developers, then sell the administrative scaffolding that big companies need to deploy it at scale.
Investors & backers
"Full visibility into spend, and the freedom to use the best model available."
— The Cline thesisBuilt the first version - then called Claude Dev - at an Anthropic hackathon in June 2024. The VS Code Marketplace still lists the original author id saoudrizwan.claude-dev.
Leads AI strategy at Cline. Previously worked on machine learning, including image search and knowledge-graph work, before joining to push the agent's capabilities forward.
Saoud Rizwan builds the first version at an Anthropic hackathon, days after Claude 3.5 Sonnet launches.
The project drops the single-model name and adoption accelerates across editors.
Seed and Series A led by Emergence Capital and Pace Capital fund the enterprise platform.
Named the fastest-growing AI open-source project in GitHub's 2025 Octoverse report.
Cline expands across SDK, IDE extension, and CLI form factors with 64k+ GitHub stars.
Pass it along
Watch & listen: Latent Space podcast with Saoud Rizwan & Nik Pash · "Hard-Won Lessons from Building Effective AI Coding Agents" — Nik Pash (YouTube)