Cline Desktop: Parallel Agents, No IDE Required Cline shipped Cline Desktop this week, a standalone open-source coding agent app for macOS (generally available) and Windows (beta) that runs without an IDE and supports parallel agent sessions, cron-style job scheduling, and session import from Claude Code or OpenAI Codex. The app supports over 300 models via bring-your-own-key or ClinePass at $9.99/month ($1.99 for the first month), and its Marketplace bundles 6,500+ skills and MCP server integrations; Cline says its coding agent is used by over 11 million developers. Cline, the open-source coding agent used by over 11 million developers, shipped a standalone desktop app this week — and it changes what an AI coding tool can be. The extension that lived in your VS Code sidebar now runs without VS Code. You get parallel agent sessions, cron-style job scheduling, and the ability to import an in-progress Claude Code or Codex session and continue it with a completely different model. No starting over. No lock-in. The IDE Is No Longer the Hub For the past two years, the coding agent lived wherever your editor lived. VS Code, JetBrains, Cursor — the agent was a sidebar passenger. Cline Desktop flips that https://cline.bot/blog/cline-desktop-an-open-source-app-for-open-weight-models . It’s a native app on macOS generally available and Windows beta that runs independently. You don’t open it inside an IDE; it runs alongside one, or without one entirely. That’s not a UI convenience. It’s a statement about what AI coding tools are becoming: not assistants that sit in your workspace, but services that operate on your codebase. The scheduling feature makes this explicit — you can tell Cline Desktop to run a PR review every morning at 8 AM and it will, running as a background hub process that persists across restarts, no terminal left open. Session Import: The Anti-Lock-In Feature The feature most developers will care about first is session import https://docs.cline.bot/usage/cline-desktop . You can bring in an in-progress conversation from Claude Code, OpenAI Codex, or other supported agents and continue exactly where you left off — but with any model you choose. DeepSeek V4.1-Flash instead of Claude. Qwen3.7-Max instead of GPT-5. The context carries over; the billing does not. This solves a real friction point. Developers often start a task with a frontier model for fast iteration and want to hand off execution to something cheaper once the approach is clear. Previously, that meant re-explaining your entire codebase. Now it means an import and a model switch. Parallel Sessions Without Context Bleeding Cline Desktop gives you a genuine multi-agent workspace. Run multiple sessions simultaneously — one implementing a feature, another researching an API, another updating documentation — and each session keeps its own context. The research agent does not drift because the coding agent is confused about a library. This is what parallel agents should mean, and most tools don’t deliver it cleanly. The workspace model here is closer to a project management tool than an IDE plugin. Sessions are named, organized, and persistent. You switch between them the way you switch between browser tabs, not the way you juggle terminal windows. Scheduled Jobs: From Tool to Service The scheduling feature is the most forward-looking addition. Set a prompt, pick a workspace, choose your model, define a schedule — Cline runs it. The suggested automations include morning PR review, nightly repository security scan, and weekly documentation update. The SDK-level hub architecture makes them reliable background processes, not features that require a running frontend. This is the trajectory the space is heading toward: you stop thinking of AI coding agents as tools you prompt and start treating them as services that work while you sleep. Cline Desktop is the first open-source tool to build this in by default. 300+ Models, Open-Weight First Cline Desktop supports over 300 models via bring-your-own-key or through ClinePass https://cline.bot/cline-pass $9.99/month, $1.99 for the first month , which gives discounted access to open-weight models including DeepSeek V4.1-Flash, Kimi K3, Qwen3.7-Max, MiMo V2.5, and others. The Marketplace bundles 6,500+ skills and MCP server integrations — and skills are plain SKILL.md files that also work in Claude Code, Cursor, and Codex CLI, so nothing you install is Cline-exclusive. The open-weight emphasis matters for cost. Running capable AI coding on DeepSeek V4.1-Flash via ClinePass costs a fraction of a Cursor Pro subscription or direct Claude API access. For teams doing high-volume agentic work, that gap compounds quickly. Where It Stands Cursor remains the fastest for in-flow, line-level editing. Claude Code remains the most capable autonomous terminal agent. But Cline Desktop is now the only open-source option with native parallel sessions, cross-agent session import, and cron-style scheduling — built on Apache 2.0, with no IDE dependency and 300+ model options. For teams that need flexibility over brand affiliation, that combination is hard to ignore. The repo has 61,000+ GitHub stars https://github.com/cline/cline and the desktop app is available now at cline.bot https://runtimewire.com/article/cline-launches-desktop-coding-agent-open-weight-models .