HomeTokenhotAPI DocumentTools
language
language
  • 中文
  • English
HomeTokenhotAPI DocumentTools
language
language
  • 中文
  • English
  1. Claude
  • navigation
  • OpenClaw
  • hermes
  • Gemini CLI
  • OpenCode
  • Cherry Studio
  • CC-Switch
  • Claude
    • Overview
    • Install Claude Code
    • Configure Model Providers
    • CCometixLine Status Bar Plugin
    • Skills Configuration
  • Codex
    • Codex CLI Installation
    • Configure Model Providers
  1. Claude

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 can be used in the terminal, IDE, desktop app, and browser.

Prerequisites

  • Tokenhot API Key (available upon registration, no Claude subscription required)

Terminal CLI

A fully-featured CLI for using Claude Code directly in the terminal.

Native installation:
macOS / Linux / WSL:

curl -fsSL https://claude.ai/install.sh | bash    

Windows PowerShell:

irm https://claude.ai/install.ps1 | iex

Windows CMD:

curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
Windows requires installing [Git for Windows](https://git-scm.com/downloads/win) first. Native installation will automatically update in the background.
brew install --cask claude-code
Homebrew installation does not auto-update. Run `brew upgrade claude-code` periodically to get the latest version.
winget install Anthropic.ClaudeCode
WinGet installation does not auto-update. Run `winget upgrade Anthropic.ClaudeCode` periodically to get the latest version.

After installation, please complete the Model Provider Configuration before starting to use it.

VS Code / Cursor

Provides inline diffs, @-mentions, plan reviews, and conversation history directly within the editor.

  • Install for VS Code
  • Install for Cursor

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 selective context sharing.

Install the Claude Code plugin from the JetBrains Marketplace, then restart your IDE.

Verify Installation

claude --version
# Outputting a version number indicates successful installation

Update & Uninstall

# Native installation auto-updates; other methods require manual updates:
brew upgrade claude-code          # Homebrew
winget upgrade Anthropic.ClaudeCode  # WinGet

# Uninstall
brew uninstall claude-code   # Homebrew
Modified at 2026-05-29 02:58:02
Previous
Overview
Next
Configure Model Providers
Built with