Cline
Open source coding agent for VS Code and JetBrains, with BYOK
Description
Cline is an open source coding agent that lives inside VS Code, JetBrains, and its own CLI. Its architecture is client-side: the tool itself is free and users connect their own key (Anthropic, OpenAI, Gemini, xAI, or open models) paying the inference provider directly. It has over 60,000 stars on GitHub and a very active community. It offers Plan/Act modes, terminal execution, Model Context Protocol (MCP) support, and the ability to deploy in your own infrastructure (VPC, on-prem, air-gapped) for regulated enterprises. In 2026 it's the reference for anyone who wants a coding agent with no provider lock-in and full control over data and costs.
Preview

Detailed Evaluation
Key strengths
100% open source with 60,000+ stars
Auditable code, a very active community, and constant contributions; one of the highest-traction open source vibe coding projects.
Bring Your Own Inference (BYOI/BYOK)
Plug in your Anthropic, OpenAI, Gemini, xAI, or open-model key without paying a middleman margin.
Plan and Act modes
Plan mode lets you design and approve the plan before execution, preventing the agent from modifying code without supervision.
MCP and terminal execution
Native Model Context Protocol support and direct command execution make it easy to integrate external tools.
On-prem and air-gapped deployment
Allows regulated companies to operate without code or prompts ever leaving their infrastructure.
Limitations to consider
Variable inference cost
Paying tokens directly, heavy use of Claude Opus or GPT-5 can end up more expensive than a flat subscription.
More technical initial setup
You need to handle API keys, pick a model, and understand the Plan/Act cycle, less friendly than managed tools.
Quality tied to the chosen model
With cheap models the result drops noticeably; the user must pick the right model for each task.
Enterprise offerings without public pricing
SSO, SLA, and dedicated support are negotiated case by case, with no price transparency.
Standout Feature
Cline is the only popular coding agent that combines genuine open source code, deep VS Code and JetBrains integration, full BYOK, and VPC/on-prem/air-gapped deployment options. No closed competitor offers that combination.
Comparison with Alternatives
Versus Cursor or Windsurf (closed subscription), Cline offers full freedom over model, code, and deployment. Versus Aider (pure CLI), it integrates better with the IDE and offers a more visual Plan/Act experience.
Ideal User
Developers and technical teams who value privacy, control, and flexibility over the convenience of a closed service, and who don't mind bringing their own API key.
Learning Curve
Installing the extension is trivial, but getting the most out of it (MCP, BYOK, Plan/Act) takes understanding the configuration well.
Best For
- Individual developers who want an agent without a subscription
- Teams concerned with privacy and data residency
- Regulated enterprises with on-prem or air-gapped deployments
- Users who want to freely choose their AI model
Not Ideal For
- People who prefer a managed product with no API key setup
- Users allergic to pay-as-you-go tokens
- Absolute beginners with no IDE experience