Back
Claude Code overview
webCredibility Rating
4/5
High(4)High quality. Established institution or organization with editorial oversight and accountability.
Rating inherited from publication venue: Anthropic
Official documentation for Anthropic's Claude Code product; relevant to discussions of agentic AI deployment, tool use, and the practical safety considerations of AI systems acting autonomously in developer environments.
Metadata
Importance: 35/100documentationreference
Summary
Claude Code is Anthropic's agentic coding assistant designed to work directly in developer terminals, capable of understanding codebases, writing and editing code, running tests, and executing multi-step software engineering tasks autonomously. It represents Anthropic's deployment of AI agents for real-world software development workflows.
Key Points
- •Claude Code is an agentic tool that operates in the terminal, enabling autonomous multi-step coding tasks like editing files, running tests, and managing git operations.
- •Designed to understand entire codebases contextually, allowing developers to delegate complex software engineering tasks rather than just single completions.
- •Represents a practical deployment of agentic AI capabilities, raising considerations around tool use, autonomy, and human oversight in software workflows.
- •Built by Anthropic as a direct product application of Claude models, bridging AI safety research and real-world developer tooling.
- •Supports iterative task completion with the ability to search codebases, run shell commands, and interact with development environments.
Cited by 1 page
| Page | Type | Quality |
|---|---|---|
| Anthropic | Organization | 74.0 |
Cached Content Preview
HTTP 200Fetched Apr 9, 202610 KB
Claude Code overview - Claude Code Docs Skip to main content Claude Code Docs home page English Search... ⌘ K Ask AI Search... Navigation Getting started Claude Code overview Getting started Build with Claude Code Deployment Administration Configuration Reference Agent SDK What's New Resources Getting started
Overview
Quickstart
Changelog
Core concepts
How Claude Code works
Extend Claude Code
Explore the .claude directory
Explore the context window
Use Claude Code
Store instructions and memories
Permission modes
Common workflows
Best practices
Platforms and integrations
Overview
Remote Control
Claude Code on the web
Claude Code on desktop
Chrome extension (beta)
Computer use (preview)
Visual Studio Code
JetBrains IDEs
Code review & CI/CD
Claude Code in Slack
On this page Get started
What you can do
Use Claude Code everywhere
Next steps
Claude Code is an AI-powered coding assistant that helps you build features, fix bugs, and automate development tasks. It understands your entire codebase and can work across multiple files and tools to get things done.
Get started
Choose your environment to get started. Most surfaces require a Claude subscription or Anthropic Console account. The Terminal CLI and VS Code also support third-party providers .
Terminal
VS Code
Desktop app
Web
JetBrains
The full-featured CLI for working with Claude Code directly in your terminal. Edit files, run commands, and manage your entire project from the command line. To install Claude Code, use one of the following methods: Native Install (Recommended)
Homebrew
WinGet
macOS, Linux, WSL: curl -fsSL https://claude.ai/install.sh | bash
Windows PowerShell: irm https: // claude.ai / install.ps1 | iex
Windows CMD: curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
If you see The token '&&' is not a valid statement separator , you’re in PowerShell, not CMD. Use the PowerShell command above instead. Your prompt shows PS C:\ when you’re in PowerShell. Windows requires Git for Windows . Install it first if you don’t have it. Native installations automatically update in the background to keep you on the latest version. brew install --cask claude-code
Homebrew installations do not auto-update. Run brew upgrade claude-code periodically to get the latest features and security fixes. winget install Anthropic.ClaudeCode
WinGet installations do not auto-update. Run winget upgrade Anthropic.ClaudeCode periodically to get the latest features and security fixes. Then start Claude Code in any project: cd your-project
claude
You’ll be prompted to log in on first use. That’s it! Continue with the Quickstart → See advanced setup for installation options, manual updates, or uninstallation instructions. Visit troubleshooting if you hit issues. The VS Code extension provides inline diffs, @-mentions, plan review, and conversation history directly in your
... (truncated, 10 KB total)Resource ID:
93109952a74302d8 | Stable ID: sid_qsELvGgXte