Quickstart
Complete walkthrough from installation to your first Agent task.
Step 1: Install the VS Code Extension
Search for Cooder in the VS Code Marketplace, or install directly:
→ Install Cooder on VS Code Marketplace
After installation, make sure GitHub Copilot is installed and enabled — Cooder works through Copilot Chat.
Step 2: Create an Account
- Open your mobile browser and visit cooder.co
- Click Sign Up in the top right and register with your email
- Verify your email, then sign in
GitHub login is also supported for one-click sign-in.
Step 3: Add a Device (Pairing)
- In VS Code, open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Run Cooder: Generate Connection Token
- Copy the displayed Relay URL and Token
- In the Cooder app, tap Add Device, paste the Relay URL and Token
- Once your device appears in the list, pairing is complete ✓
QR Code Pairing
In the Cooder app, select Scan QR Code and scan the QR code displayed in VS Code. One step, done.
Note: Both PWA and native clients require camera permission for QR login, device pairing, and payment flows.
Step 4: Start Your First Task from Your Phone
In the Cooder app, tap your paired device to enter the device view
Tap + to create a new Agent session
In the input box at the bottom, describe what you want the AI to do:
implement user login with email/password and GitHub OAuthTap Send — the VS Code extension receives the instruction and starts executing immediately
Step 5: Watch the Logs in Real Time
After sending, the session view streams the Agent's execution live:
- Tool call records: which files were read, created, or modified
- Reasoning output: the AI's analysis and decision-making
- Progress status: current round number, completion, or errors
You can send follow-up instructions anytime (e.g., "also add rate limiting") and the Agent responds in real time. Once complete, a done marker appears — head back to VS Code to review the diff.
Quick FAQ
Q: Where do I download the app?
- Android APK: Download cooder-latest.apk — install directly (allow unknown sources when prompted).
- Windows: Download cooder-setup.exe
- Web (PWA): Visit cooder.co — works in any mobile browser, add to home screen. Recommended for iOS users.
Q: Do I need to set up a Relay Server?
No. Cooder provides a public Relay service — just sign up and use it.
Q: Can I interrupt the Agent mid-task?
Yes. Tap Pause or Stop in the session view. The command is relayed to the VS Code extension in real time, and the Agent responds after completing its current step.
Next: Agent Control
