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.
Install via VS Code
Open VS Code
Open the Extensions view
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
saoudrizwan.claude-dev.Alternatively, open the extension directly on the VS Code Marketplace and click Install.Install the extension
Open Cline
Ctrl+Shift+P / Cmd+Shift+P) and run Cline: Open In New Tab.If the icon is not visible after installation, restart VS Code completely.Install via Cursor
Cursor uses the same extension marketplace as VS Code. The installation steps are identical.Open Cursor
Open Extensions
Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS).Search and install
Move Cline to the AI pane (optional)
- 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.Open your JetBrains IDE
Open Settings
Ctrl+Alt+S (Windows/Linux) or Cmd+, (macOS) to open Settings.Navigate to the Marketplace
Install Cline
Restart and open Cline
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
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.Check your Node.js version
Install the Cline CLI
sudo, or configure npm to use a user-owned directory for global packages.Authenticate
Start a session
cline to start an interactive session, or pass a task directly for headless execution: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
cline auth to authenticate.Configure your editor
- Zed
- Neovim (agentic.nvim)
Cmd+, or Ctrl+,) and add the following to your settings.json:Troubleshooting
Can't find Cline in the marketplace
Can't find Cline in the marketplace
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
CLI: Node.js or permission errors
CLI: Node.js or permission errors
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