by Codeium — The AI-first IDE built around deep codebase awareness
Windsurf is a full IDE (based on VS Code) where every feature is designed around AI. Its standout feature is Cascade — an agentic AI that understands your entire codebase, not just the current file, and can autonomously plan and execute multi-step tasks.
Go to codeium.com/windsurf → click Download. Available for macOS (Apple Silicon + Intel), Windows, and Linux.
Launch Windsurf → click "Sign in with Codeium" → create a free account. No credit card needed for the free tier.
File → Open Folder → select your project. Windsurf indexes your entire codebase in the background — this gives Cascade full context.
Press Cmd+L (Mac) or Ctrl+L (Windows) to open the Cascade panel on the right.
Start typing and let Supercomplete finish your thought. Accept with Tab.
Open Cascade (Cmd+L) and type a high-level task:
Cascade reads your existing files, proposes a plan, writes the changes, and runs your tests — all without you writing a single line.
Cascade traces through your actual files and gives a specific answer with file references — no need to grep the codebase yourself.