What You’ll Need:
- One of: VS Code, Cursor, Windsurf, Antigravity, a JetBrains IDE, or Node.js 20+ (for CLI)
- An internet connection (Cline connects to AI models in the cloud)
- ~2 minutes
1. Install
- VS Code / Cursor / Windsurf / Antigravity
- 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. Your account includes both free and paid models. Free models are labeled FREE in the model selector. For paid models, you can add credits in your account dashboard. You’re always in control of which model you use. Send any message to confirm you’re connected, then move on to building something.CLI users: Run
cline auth to authenticate from your terminal.3. Build Something
Now let’s have Cline write some code. Open any folder in your editor, then paste this:Not seeing file changes? You might be in Plan Mode, where Cline discusses the approach without modifying files. Look for the Plan/Act toggle at the bottom of the Cline panel and switch to Act to let Cline start writing code. Learn more about Plan & Act →
4. You’re All Set
Let’s recap what you just did:- Installed Cline in your editor
- Authenticated to connect to AI models
- Built working code: Cline wrote it, you approved it
What Else Can Cline Do?
The palindrome example is just the beginning. Here are some prompts to explore Cline’s full capabilities:Read my project and explain the architecture: Cline navigates and analyzes your codebaseFind and fix the bug in src/utils.ts: Cline reads files, proposes edits, and can run testsRun my test suite and fix any failures: Cline executes terminal commands and iterates on problemsOpen a browser and test my app at localhost:3000: Cline launches a browser and interacts with pagesSet up an MCP server for my database: Cline can connect to external tools and APIs
How does Cline work under the hood?
How does Cline work under the hood?
Cline runs entirely in your editor (or terminal). When you send a message, it goes to the AI model you’ve selected (like Claude, GPT-4, or Gemini). The model’s response is parsed into actions (file edits, terminal commands, browser interactions) which Cline presents to you for approval. Your code never passes through Cline’s servers. It goes directly from your machine to your chosen AI provider.
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

