Claude Code Deployment Guide
| Resource | URL |
|---|---|
| Official docs | Claude Code Quickstart |
Claude Code is Anthropic's coding tool for working inside local project folders from the terminal. The recommended install path is Native Install, then launch it with claude.
Windows
PowerShell:
powershell
irm https://claude.ai/install.ps1 | iexCMD:
bat
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmdWinGet:
powershell
winget install Anthropic.ClaudeCodeOn native Windows, Git for Windows is recommended so Claude Code can use common Bash tools; otherwise it falls back to PowerShell.
macOS
Official install script:
sh
curl -fsSL https://claude.ai/install.sh | bashHomebrew:
sh
brew install --cask claude-codeLinux / WSL
sh
curl -fsSL https://claude.ai/install.sh | bashVerify And Start
sh
claude --version
cd /path/to/your/project
claudeFollow the terminal prompts on first launch.