Integrations / Claude Code / Installation
Install Claude Code
Claude Code is an AI coding assistant that understands your entire codebase across multiple files and tools.
Prerequisites
- Purchased redemption code at https://ccdan.live
- Redeemed and obtained API Key at https://ai.ccdan.live
Terminal CLI
Full-featured CLI for using Claude Code directly in the terminal.
macOS / Linux / WSL:
curl -fsSL https://claude.ai/install.sh | bashWindows PowerShell:
irm https://claude.ai/install.ps1 | iexWindows CMD:
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmdWindows users need Git for Windows first. Native install auto-updates.
After install, complete Model Provider setup before launching.
VS Code / Cursor
Provides inline diffs, @-mentions, plan review, and conversation history in your editor.
Or search "Claude Code" in Extensions view (Cmd+Shift+X / Ctrl+Shift+X). After install, open Command Palette and select "Open in New Tab".
JetBrains IDE
Supports IntelliJ IDEA, PyCharm, WebStorm. Install the Claude Code plugin from JetBrains Marketplace, then restart the IDE.
Verify Installation
claude --version
# 输出版本号即安装成功Next Steps
After installation, go to Configure Model Provider to set up API access.