Before You Begin: You only need one of the following installed:
- VS Code, Cursor, or Windsurf (any recent version)
- JetBrains IDE (IntelliJ, PyCharm, WebStorm, etc.)
- CLI only? Just need Node.js 20+
1. Install
- VS Code / Cursor / Windsurf
- JetBrains
- CLI
Open Extensions (
Cmd+Shift+X on Mac, Ctrl+Shift+X on Windows/Linux), search Cline, click Install.2. Authenticate
Click the Cline icon in your editor’s sidebar, then click Sign Up. You’ll authenticate at app.cline.bot and return to your editor ready to go. Authenticating gives you access to multiple AI models without managing separate API keys.CLI users: Run
cline auth to authenticate from your terminal.3. Verify Your Connection
Before building anything, let’s make sure Cline is working. Send any message, even just:4. Build Something
Now let’s have Cline write some code. Open any folder in your editor, then paste this:5. You’re All Set
Let’s recap what you just did:- Installed Cline in your editor
- Authenticated to connect to AI models
- Verified your connection with a quick ping
- Built working code: Cline wrote it, you approved it
Next Steps
- What is Cline?: Understand Cline’s full capabilities and how it works
- Build Your First Project: Hands-on tutorial building a complete todo app
- Select Your Model: Connect Claude, GPT-4, Gemini, DeepSeek, or local models
- Core Workflows: Learn the patterns you’ll use daily with Cline

