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, IDEs, desktop apps, and browsers.

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 Install (Recommended)

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 [Git for Windows](https://git-scm.com/downloads/win) to be installed first. Native installation updates automatically in the background.
brew install --cask claude-code
Homebrew installation does not update automatically. Run `brew upgrade claude-code` regularly to get the latest version.
winget install Anthropic.ClaudeCode
WinGet installation does not update automatically. Run `winget upgrade Anthropic.ClaudeCode` regularly to get the latest version.

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

VS Code / Cursor

Provides inline diffs, @-mentions, plan review, and conversation history directly in 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 selectable shared context.

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

Verify Installation

claude --version
# If the version number is displayed normally, the installation was successful

Update and Uninstall

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

# Uninstall
brew uninstall claude-code          # Homebrew
Modified at 2026-06-22 09:55:45
Previous
Overview
Next
Configure Model Providers
Built with