BREAKING  Cline raises $32M Seed + Series A to bring agentic coding to the enterprise 2.7M+ developers have installed the open-source agent Fortune 500 users include Samsung & SAP Fastest-growing AI open-source project — GitHub 2025 Octoverse Built at a hackathon 10 days after Claude 3.5 Sonnet shipped Apache 2.0 · bring your own model · client-side by design BREAKING  Cline raises $32M Seed + Series A to bring agentic coding to the enterprise 2.7M+ developers have installed the open-source agent Fortune 500 users include Samsung & SAP Fastest-growing AI open-source project — GitHub 2025 Octoverse Built at a hackathon 10 days after Claude 3.5 Sonnet shipped Apache 2.0 · bring your own model · client-side by design
Company Dossier · Developer Tools · AI
Cline logo - the open-source AI coding agent

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

Cline.

The open-source AI coding agent that reads your codebase, plans the work, and edits across files - then stops and asks before it acts.

2.7M+Developers
$32MRaised
64k+GitHub Stars
Apache 2.0License
YesPress Profile Filed: San Francisco, CA Category — Company / AI

A coding agent whose main feature is asking permission

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

Four things, one approval at a time

Describe the task in plain language

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.

Review the plan before anything changes

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.

Watch it edit, run, and self-correct

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.

Extend it to your standards

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.

The differences that actually matter

No lock-in

Bring your own model

Claude, GPT, Gemini, Ollama and 10+ providers. You choose the model, you pay the provider directly, no middleman markup on tokens.

Client-side

Runs on your machine

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.

Human-in-the-loop

Approval at every step

Every file edit and command needs your explicit yes. The agent is autonomous in the work, not in the authority.

Cost transparency

Watch every token

Full visibility into spend as the agent works. You always know what a task is costing you before it runs away with your budget.

Open source

Apache 2.0, auditable

The whole agent is readable and forkable. SOC 2 and GDPR-aligned controls make it a defensible choice in regulated environments.

Form factors

Extension, SDK, or CLI

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.

Growth, in bars

Relative scale of a few reported figures. Bars are illustrative, not to a single axis.

Developer installs2.7M+ (8M+ reported by 2026)
GitHub stars64k+
Funding raised$32M
Team size~36 people

$32M, and a turn toward the enterprise

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

Emergence Capital Pace Capital 1984 Ventures Essence VC Cox Exponential Jared Friedman (YC) Eric Simons (Bolt.new) Logan Kilpatrick Addy Osmani Theo Browne

"Full visibility into spend, and the freedom to use the best model available."

— The Cline thesis

Who's behind it

Founder & CEO

Saoud Rizwan

Built 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.

Head of AI

Nik Pash

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.

From hackathon to standard

2024 · JUNE

Claude Dev is born

Saoud Rizwan builds the first version at an Anthropic hackathon, days after Claude 3.5 Sonnet launches.

2024 · OCTOBER

Renamed Cline

The project drops the single-model name and adoption accelerates across editors.

2025 · JULY

$32M raised, Cline Teams launches

Seed and Series A led by Emergence Capital and Pace Capital fund the enterprise platform.

2025

Octoverse recognition

Named the fastest-growing AI open-source project in GitHub's 2025 Octoverse report.

2026

8M+ installs

Cline expands across SDK, IDE extension, and CLI form factors with 64k+ GitHub stars.

FAQ

Is Cline free and open source?
Yes. The core agent is open source under the Apache 2.0 license with no licensing fees. You only pay for model API usage if you use a paid provider; local models via Ollama are free.
Which AI models does Cline support?
Cline is model-agnostic. It works with Claude, OpenAI GPT models, Google Gemini, local models through Ollama, and 10+ other providers - you bring your own key.
Who created Cline?
Cline was created by Saoud Rizwan, who built the first version in June 2024. Nik Pash serves as Head of AI. The company is based in San Francisco.
How is Cline different from GitHub Copilot or Cursor?
Cline is open source and client-side, runs in your existing editor, requires human approval at each step, and does not lock you into a single model or vendor - which appeals to security- and compliance-conscious teams.
What is Cline Teams?
Cline Teams is the enterprise offering launched in 2025, adding organization management, centralized billing, and usage tracking on top of the open-source agent for large software teams.