Gallery

4 items

Cline video thumbnail
VIDEO
Cline screenshot 2
2
Cline screenshot 3
3
Cline screenshot 4
4

About Cline

Cline is the world's leading open-source AI coding agent, built by Cline Bot Inc. and founded in October 2024 by Saoud Rizwan in Sacramento, California. Starting as a solo hackathon project that became one of the most rapidly adopted developer tools in history, Cline reached 2.7M developers within its first year, 5M+ installations by early 2026, and 8M+ developers and 67,000+ GitHub stars by mid-2026 — making it the #1 open-source coding agent by both stars and active use. The company raised $32M total: an undisclosed seed round in November 2024 and a $27M Series A led by Emergence Capital and Pace Capital in July 2025 at a $110M valuation, with additional backing from 1984 Ventures and Essence Venture Capital.

Cline's defining principle is radical transparency. While competitors like Cursor and Windsurf charge opaque subscriptions with hidden model routing, Cline shows every token consumed and every dollar spent per request, charges users directly at provider API rates with zero markup, and publishes its entire codebase under Apache 2.0. Cline works across VS Code, Cursor, Windsurf, JetBrains (early access), Zed, and Neovim via ACP mode, and as a standalone CLI installable with `npm i -g cline`. It supports every major LLM provider — Anthropic, OpenAI, Google, AWS Bedrock, Azure, GCP Vertex, Ollama, DeepSeek, xAI, Mistral, Cerebras, OpenRouter, and any OpenAI-compatible endpoint — with no vendor lock-in.

The agent uses a Plan/Act workflow: in Plan mode the agent drafts an approach and shows every proposed file edit and terminal command for human approval before execution. In Act mode with auto-approve, it runs autonomously. Cline can read and write files, execute bash commands, browse the web, use MCP tools (from Cline's own MCP Marketplace), coordinate multi-agent teams, connect to Slack/Discord/Linear/GitHub Actions, and run on cron schedules. The SDK exposes the agent core for building custom products. In January 2026, several Cline engineers joined OpenAI's Codex team — Cline confirmed there was no acquisition and the company remains fully independent and operational.

Key Features

  • Plan/Act mode — plan strategy first with full visibility into every proposed file change and terminal command, then execute with human approval or auto-approve for autopilot
  • Every model, no lock-in — Claude, GPT, Gemini, DeepSeek, Grok, Ollama/LM Studio, Mistral, Cerebras, OpenRouter, AWS Bedrock, Azure, GCP Vertex, or any OpenAI-compatible API
  • Full cost transparency — shows exact token usage and dollar cost per request; BYOK means you pay providers directly with zero markup or subscription fees
  • MCP Marketplace — connect to databases, APIs, infrastructure, and custom tools via Cline's own MCP marketplace and third-party MCP servers
  • Cline CLI 2.0 — terminal-native agent installable via npm, scriptable and composable, supporting parallel sessions, cron schedules, headless CI/CD, and pipe-based automation
  • Multi-agent teams and schedules — coordinator agents delegate to specialists; run recurring automations headlessly inside GitHub Actions, GitLab, Slack, Discord, or Linear
  • .clinerules and Skills — ship repo-specific agent rules covering coding standards, architecture conventions, and deployment workflows that the agent always follows
  • Cline SDK — embed the agent core in your own products, automations, and integrations via @cline/sdk on npm

Pros

  • Completely free and open source (Apache 2.0) — no seat fees, no subscriptions, no proprietary lock-in ever
  • 67K+ GitHub stars and 8M+ developers — largest open-source coding agent community by any measure
  • Full cost transparency at zero markup — the only major coding agent that shows exactly what you pay per request with no hidden pricing
  • Model-agnostic with 12+ provider integrations — switch any time without changing workflow or losing your setup
  • Plan/Act mode gives full human-in-the-loop control — approve every action or flip to autopilot when confidence is high
  • Trusted by engineers at Salesforce, Oracle, Amazon, Microsoft, eBay, Visa, IBM, and LG

Cons

  • BYOK means you manage your own LLM API keys and billing — can be confusing for non-technical users used to flat subscriptions
  • No built-in inline autocomplete (Tab completions) — Cline is an agent, not a code-completion tool like Copilot or Tabnine
  • JetBrains support is still Early Access — not as polished as the VS Code extension
  • Some engineers joining OpenAI's Codex team in January 2026 raised community concerns about long-term momentum (Cline confirmed no acquisition and remains independent)
  • Enterprise features (SSO, RBAC, JetBrains, SLA) require a custom sales contract — no self-serve team plan available

Pricing

Cline itself is free and open source — there are no seat fees or subscriptions for the core agent. You pay AI inference costs directly to your chosen LLM provider (Anthropic, OpenAI, Google, etc.) with a full per-request cost breakdown shown in the UI. Cline shows every token used and every dollar spent transparently.

ClinePass ($9.99/month) is an optional managed billing subscription that provides 2–5x more usage on popular open coding models compared to standard API rates, with one-click sign-in and no need to manage API keys yourself. It is not required — BYOK (bring your own key) is always available at zero markup.

Enterprise pricing is custom and adds JetBrains extension, SSO/OIDC/SCIM, SLA, centralized billing, RBAC, team management dashboard, authentication logs, limit inference providers, dedicated support, VPC deployments, OpenTelemetry, and advanced config management. Contact sales at cline.bot/contact-sales.

Claim Verified Creator Badge

Are you the founder of Cline? Display this listing's verified badge on your website to show your customers that your product has been vetted and listed on AI Central Resources.

FEATURED ONAI Central Resources
HTML Embed Code
<a href="https://www.aicentralresources.com/tool/cline" target="_blank" rel="noopener">
  <img src="https://www.aicentralresources.com/badges/featured-badge-dark.svg" alt="Featured on AICentralResources" width="200" height="54" style="border: none;" />
</a>

* Place this HTML snippet in your website's footer, landing page, or press section. This creates a search-friendly backlink directly to your verification page.

Frequently Asked Questions

Yes. Cline is completely free and open source under Apache 2.0. There are no seat fees or subscriptions for the core agent. You pay your chosen LLM provider (Anthropic, OpenAI, Google, etc.) directly for inference at their published API rates, with zero markup. ClinePass ($9.99/month) is an optional subscription for 2-5x discounted usage on popular models, but it is never required.

Plan mode lets you align with the agent on a strategy before any code is written. The agent drafts its approach and lists every proposed file edit and terminal command for your review and approval. Act mode then executes the plan. You can toggle auto-approve to let the agent run fully autonomously, or keep step-by-step approval for sensitive tasks. Every action creates a checkpoint with one-click undo.

In late January 2026, several Cline engineers joined OpenAI's Codex team, which was widely reported as an acqui-hire. Cline quickly clarified on January 30, 2026 that there was no transaction with OpenAI — the company was not acquired and remains fully independent and operational. The product, GitHub repo, and team continue as normal under CEO Saoud Rizwan.

Cline works in VS Code, VS Code Insiders, Cursor, Windsurf, JetBrains IDEs (Early Access — IntelliJ, PyCharm, WebStorm, GoLand), Zed, and Neovim via ACP mode. It also works as a standalone CLI (npm i -g cline) on macOS, Windows, and Linux for terminal and headless use.

Cline was founded in October 2024 by Saoud Rizwan in Sacramento, California. The company raised $32M total: an undisclosed seed round in November 2024, and a $27M Series A in July 2025 led by Emergence Capital and Pace Capital at a $110M valuation. Additional investors include 1984 Ventures and Essence Venture Capital.

Similar AI Tools to Cline

View all alternatives of Cline
Free
Aider

Aider

Free, open-source AI pair programming that lives in your terminal

0.0
4
Paid
Augment Code

Augment Code

AI coding agent with deep Context Engine for large enterprise codebases

0.0
2
Paid
Claude Code

Claude Code

Anthropic's agentic coding tool that lives in your terminal

0.0
Freemium
Cursor

Cursor

AI-native code editor with autonomous agents for building software

0.0
1
Freemium
GitHub Copilot

GitHub Copilot

AI pair programmer for code completion, chat, and autonomous coding agents

0.0
1
Freemium
OpenAI Codex

OpenAI Codex

OpenAI's autonomous coding agent for pull requests, refactors, and reviews

0.0
1