Open-source desktop app to run, serve and fine-tune text, image, video and audio models entirely on your own machine.
Summary
An open-source coding agent for VS Code and JetBrains that plans before it edits and asks before it acts.
Screenshots
Description
Cline is an autonomous coding agent that lives inside your editor. Its defining choice is transparency: every file edit, terminal command, and browser action is proposed and shown as a diff before anything happens, so you approve changes rather than discover them.
How it works
- Plan and Act modes. Plan mode explores the codebase and proposes an approach with no write access; Act mode carries it out. Separating the two prevents the common failure where an agent starts editing before it understands the problem.
- Bring your own model. Cline is model-agnostic — point it at any major provider, an OpenAI-compatible endpoint, or a local model. You pay the provider directly rather than a per-seat markup.
- MCP support. Connect Model Context Protocol servers to give the agent access to your database, issue tracker, browser, or internal APIs, and let it install new ones on request.
- Terminal and browser control. It runs commands, reads the output, and can drive a headless browser to check its own work on a running app.
- Checkpoints. Snapshots of the workspace let you roll back to any point in a task.
Why teams pick it
It is fully open source, works in both VS Code and JetBrains IDEs, and keeps costs visible and controllable because you supply the model. Good for developers who want agentic speed without giving up review discipline.
Reviews
Similar App Suggestions
Spotify's vendor-neutral workspace for running dozens of Claude Code, Codex and Gemini CLI sessions in parallel with shared context.
A coding agent tuned for latency: routes easy work to fast models, pulls only the code it needs, and fans out tool calls in parallel.
Run agent evals and private benchmarks in sandboxed cloud environments — compare Claude Code, Codex, Cursor and Copilot on the same real tasks.
An open-source proxy that sits between your coding agent and the model, compressing tool schemas, file reads and stale history to cut token bills.