by Anthropic - terminal-native agentic coding assistant
Claude Code is Anthropic's terminal-native AI coding tool. Unlike editor plugins, it runs directly in your shell - giving it full access to your filesystem, git history, terminal output, and the ability to run commands. It is the most powerful option for agentic tasks: give it a goal and it autonomously reads files, writes code, runs tests, and iterates.
npm install -g @anthropic-ai/claude-code
cd my-project
claudeCreate a CLAUDE.md file in your project root. Claude Code reads it automatically every session:
The current tool is highlighted. There is no single winner - pick by how you like to work.
| Tool | Type | Pricing | Best for | Models / AI |
|---|---|---|---|---|
| GitHub Copilot | IDE extension | Free tier; Pro ~$10/mo | AI in your existing editor | GPT-5.5, Claude Sonnet 4.6, Gemini 3.5 |
| Cursor | AI IDE (VS Code fork) | Hobby free; Pro $20/mo | All-round AI editor + agent | GPT-5.5, Claude Opus 4.8 / Sonnet 4.6 |
| Windsurf | AI IDE (VS Code fork) | Free tier; paid plans | Agentic flows (Cascade) | Frontier models + own |
| Google Antigravity | Agent-first IDE | Free public preview | Autonomous build + browser test | Gemini 3.5 |
| Claude Code (CLI)(this page) | Terminal agent | Claude sub or API | Agentic coding in the terminal | Claude Opus 4.8 / Sonnet 4.6 / Haiku 4.5 |
| VS Code + AI ext | Editor + extensions | Free options exist | Keep VS Code, add AI | Depends on extension |
Pricing and model support change often. Verified June 2026 - confirm on each tool's official site.
Go deeper on the skills this tool is for:
Links open the official sites. Pricing and features change often - always confirm there. (Verified June 2026.)