saoudrizwan.claude-dev, display name: Cline), a JetBrains plugin, and a standalone CLI tool for macOS and Linux. Pick the installation method that matches your environment.
Before you install, create a free account at app.cline.bot. You can use it to authenticate without managing API keys, or bring your own keys from providers like Anthropic or OpenAI.
Install via VS Code
Open VS Code
Launch VS Code on your computer. Cline requires VS Code 1.84.0 or later. Check your version under Help → About if you’re unsure.
Open the Extensions view
Press
Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS), or click the Extensions icon in the Activity Bar on the left.Search for Cline
Type Cline in the search bar. Look for the extension published by saoudrizwan with the extension ID
saoudrizwan.claude-dev.Alternatively, open the extension directly on the VS Code Marketplace and click Install.Install the extension
Click Install. VS Code may show a dialog that says “Running extensions might…”. Click Allow to proceed.
Install via Cursor
Cursor uses the same extension marketplace as VS Code. The installation steps are identical.Move Cline to the AI pane (optional)
Cursor has a dedicated AI pane on the right. To dock Cline there:
- Open the Command Palette and search for Preferences: Open Settings (UI).
- Search for
workbench.activityBar.orientationand set it tovertical, then restart Cursor. - Click the Cursor cube icon to open the AI pane.
- Drag the Cline icon into the AI pane sidebar.
Install via JetBrains
Cline is available for all JetBrains IDEs including IntelliJ IDEA, PyCharm, WebStorm, GoLand, and Rider. It supports all core features: diff editing, terminal commands, multiple API providers, MCP servers, and Cline rules.Alternative: install from the JetBrains Marketplace website
Alternative: install from the JetBrains Marketplace website
- Go to the JetBrains Marketplace plugin page.
- Click Install to IDE and confirm in the dialog that appears in your IDE.
- Restart your IDE to complete the installation.
Alternative: manual installation from disk
Alternative: manual installation from disk
- Download the plugin
.zipfile from the JetBrains Marketplace. - In your IDE, go to Settings → Plugins, click the gear icon, and select Install Plugin from Disk.
- Select the downloaded
.zipfile and restart your IDE.
Terminal output differences in JetBrains
Terminal output differences in JetBrains
In VS Code, terminal output streams directly into the Cline chat. In JetBrains, output appears in collapsible Command Output sections inside the chat. Commands execute successfully in both — expand the section to see results.
Install via CLI
The Cline CLI lets you run AI coding agents directly in your terminal, without an IDE. It is useful for automated code reviews in CI/CD pipelines, multi-instance development, and shell workflow integration.Cline CLI supports macOS, Linux, and Windows (x64 and arm64). Requires Node.js 20 or later.
Check your Node.js version
The Cline CLI requires Node.js 20 or later.If you need to upgrade, download from nodejs.org or use nvm:
Install the Cline CLI
sudo, or configure npm to use a user-owned directory for global packages.Authenticate
Install for Zed or Neovim (via ACP)
Cline supports any editor that implements the Agent Client Protocol (ACP). This gives you full access to Cline’s capabilities — including Skills, Hooks, and MCP integrations — in editors beyond VS Code and JetBrains.Install Node.js 20+ and the Cline CLI
Follow steps 1 and 2 from the CLI installation above, then run
cline auth to authenticate.Troubleshooting
Can't find Cline in the marketplace
Can't find Cline in the marketplace
Make sure you are on the Marketplace tab (not Installed). Try searching for
saoudrizwan.claude-dev instead of just “Cline”. Verify your IDE is up to date — Cline requires VS Code 1.84.0 or later. If installation fails, restart your IDE and check your internet connection.Cline icon not appearing after installation
Cline icon not appearing after installation
Restart your IDE completely (File → Exit, then reopen). In VS Code or Cursor, open the Command Palette and run Cline: Open In New Tab. In JetBrains, check View → Tool Windows → Cline. If it is still missing, verify the extension is enabled in your Extensions or Plugins settings.
CLI: Node.js or permission errors
CLI: Node.js or permission errors
Run
node --version to confirm you have Node.js 20 or later. If you need to upgrade, use nvm: nvm install 22 && nvm use 22. For EACCES permission errors on npm install -g, either use sudo npm install -g cline or configure npm to install global packages in a user-owned directory.Extension installed but not responding
Extension installed but not responding
Disable and re-enable the extension in your IDE’s settings, then reload the window. Check the Developer Console (VS Code: Help → Toggle Developer Tools) or Event Log (JetBrains) for error messages. Also check that you have no conflicting extensions that may be interfering.
Next steps
Authorize with Cline
Connect an AI provider — sign in with the Cline account or add your own API key from Anthropic, OpenAI, OpenRouter, and more.
Your first project
Walk through building a todo app with Cline to learn the core workflow: tasks, approvals, and iteration.