Install Claude Code
Claude Code is an AI-powered coding assistant that understands your entire codebase and can work across multiple files and tools. It is available in the terminal, IDEs, desktop apps, and browsers.
Prerequisites
- OfoxAI API Key (sign up to get one — no Claude subscription required)
Terminal CLI
A fully featured CLI for using Claude Code directly in your terminal.
Native Install (Recommended)
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 requires Git for Windows to be installed first. The native install will auto-update in the background.
After installation, complete the Model Provider Configuration before starting.
VS Code / Cursor
Provides inline diffs, @-mentions, plan review, and conversation history directly in your editor.
Or search for “Claude Code” in the Extensions view (Cmd+Shift+X / Ctrl+Shift+X). After installation, open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P), type “Claude Code”, and select Open in New Tab.
JetBrains IDE
Supports IntelliJ IDEA, PyCharm, WebStorm, and more, with interactive diff viewing and selection context sharing.
Install the Claude Code plugin from the JetBrains Marketplace, then restart the IDE.
Verify Installation
claude --version
# A version number output indicates successful installationUpdate & Uninstall
# Native install auto-updates; for other methods, update manually:
brew upgrade claude-code # Homebrew
winget upgrade Anthropic.ClaudeCode # WinGet
# Uninstall
brew uninstall claude-code # HomebrewNext Steps
- Configure Model Provider — Use OfoxAI as the API provider
- CCometixLine Status Bar — Real-time display of Git status, model, and context usage
- Configure Skills — Extend Claude Code capabilities