1Install Claude Code (Three Platforms)
Claude Code is Anthropic's official terminal AI coding agent (CLI). It reads and modifies local codebases, runs commands, and performs Git operations. Connected through the PingAI gateway, a pk- key is all you need — no official Claude subscription required.
Native install (recommended, auto-updates in the background):
curl -fsSL https://claude.ai/install.sh | bash
Windows PowerShell:
irm https://claude.ai/install.ps1 | iex
npm (requires Node.js 22+):
npm install -g @anthropic-ai/claude-code
WinGet (Windows):
winget install Anthropic.ClaudeCode
Verify:
claude --version
On native Windows, install Git for Windows so Claude Code can use the Bash tool.