목차

, , , , ,

claude

Anthropic Claude Code CLI. Terminal에서 codebase를 분석하고 파일 수정, command 실행, Git workflow, MCP 및 agent 작업을 수행한다.

Summary

Installation

공식 문서는 native installer를 권장한다. 원격 설치 스크립트를 실행하기 전에 URL이 공식 claude.ai 도메인인지 확인한다.
# macOS / Linux / WSL: native installer (권장)
curl -fsSL https://claude.ai/install.sh | bash
 
# macOS: Homebrew stable channel
brew install --cask claude-code
 
# npm 대안: Node.js 18 이상, sudo 사용 금지
npm install -g @anthropic-ai/claude-code
 
# 설치 확인 및 진단
claude --version
claude doctor
# Windows PowerShell: native installer (권장)
irm https://claude.ai/install.ps1 | iex
 
# Windows Package Manager
winget install Anthropic.ClaudeCode
 
# 설치 확인 및 진단
claude --version
claude doctor

CLI

Help

claude --help

Command

Shortcut

Troubleshooting

See Also

History