Claude Code
Claude Code is Anthropic's agentic coding tool. Official docs say it reads your codebase, edits files, runs commands, and hooks into the rest of the toolchain. It is no longer "just a CLI": the same product now ships in the terminal, VS Code, JetBrains, a desktop app, the browser, and the Claude mobile apps. Most surfaces need a Claude subscription or an Anthropic Console account. The terminal CLI and VS Code also accept third-party providers.
Key Features
- Repo-native loop: Explore, edit, run tests, and commit from one agent session.
- Four official surfaces: Native install or Homebrew/WinGet for the CLI; IDE extensions; Desktop with git-isolated parallel sessions; web/cloud with
--cloudand--teleport. - Project memory:
CLAUDE.md, auto memory, skills, subagents, hooks, plugins, and MCP live under.claude/and~/.claude/. - Remote and mobile: Continue a local session from the phone or browser with Remote Control. Web sessions can open a GitHub repo and return a PR.
- Teams of agents: Subagents, agent view, worktrees, ultrareview, GitHub Actions, and scheduled routines are first-party, not unofficial add-ons.
Use Cases
- Day-to-day repo work in a local checkout when you want the model to run the tools you already have.
- PR review and security scans with official plugins and
/code-review ultra. - Cloud handoff when you start on a laptop and finish from the phone.
Pricing
Claude Code is bundled with Claude consumer and Console plans, not sold as a separate SKU on the public pricing page (accessed 2026-08-17). That page lists Free plus paid seats whose visible prices include $17, $20, $100, and $200 depending on plan and billing. Use claude.com/pricing and the in-product upgrade screen for the live number. API/Console usage is metered separately if you point the CLI at an API key or a third-party provider.
Getting Started
- Install the CLI with
curl -fsSL https://claude.ai/install.sh | bashon macOS/Linux/WSL, or the PowerShell/CMD scripts on Windows. Homebrew (brew install --cask claude-code) andwinget install Anthropic.ClaudeCodealso work but do not auto-update. cdinto a repo and start Claude Code. Prefer a Claude login unless you have a Console or third-party setup.- Add a
CLAUDE.mdand only then turn on Agent-style permissions. - Read the overview before you enable computer use or cloud routines.
Frequently Asked Questions
Is it only a terminal tool?
No. Docs list terminal, IDE, desktop, browser, and mobile. The CLI is still the full-featured local surface.
Do I need Claude Pro?
Most surfaces need a Claude subscription or Console. Confirm the current plan matrix on claude.com/pricing.
How is it different from Cursor?
Cursor is an editor. Claude Code is Anthropic's agent that can sit in the terminal, an IDE, or the cloud and operate your repo.
Alternatives
- Codex CLI: OpenAI's terminal agent, billed through ChatGPT plans.
- Cursor: Editor-native agent if you do not want a separate CLI.
- Continue: Open-source VS Code/JetBrains agent after the Cursor acquisition.
Tips
- Use native install if you want background updates. Homebrew and WinGet need a manual upgrade.
- Keep hooks and MCP in
.claude/so the team shares the same permissions. - Recheck pricing whenever Anthropic ships a new Max or Team SKU.
Conclusion
Claude Code is the Anthropic-native way to let a model edit a real repository across CLI, IDE, desktop, and web. Start from the official overview, install the CLI, and treat skills, hooks, and cloud handoff as part of the product, not extras.
Comments
No comments yet. Be the first to comment!
Related Tools
Command Code
commandcode.ai
AI coding agent from Command Code AI that learns your coding taste with taste-1, then ships, reviews, and refactors in your style from the terminal.
T3 Code
t3.codes
Open-source agent harness control surface for Claude Code, Codex, Cursor, Grok Build, and OpenCode with desktop, web, and mobile apps.
Claude Skills
code.claude.com/docs/en/skills
Claude Code skills are SKILL.md packages that extend the agent on demand. Custom slash commands merged into skills; follows the Agent Skills standard.
Related Insights
Claude Code's Next Frontier: Not Code, But Your Local Obsidian Knowledge Base
Explore how Obsidian + Claude Code transforms from a knowledge management tool into your private AI assistant. Complete guide including obsidian-skills, Claudian plugin, Claudesidian template, and best practices for achieving both data privacy and AI capabilities.
Claudesidian: Transform Obsidian into an AI-Powered Second Brain
Discover Claudesidian, an open-source project that perfectly integrates Obsidian with Claude Code. Built-in PARA method, custom commands, and automated workflows for a complete idea-to-implementation solution.
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.