Fraud Blocker
Practical guide

Claude Code Installation and API Setup Guide

A practical Claude Code guide covering prerequisites, authentication and API setup, project workflows, permission checks, billing boundaries and common issues.

What is Claude Code?

The official AI coding agent by Anthropic — Terminal + IDE + Desktop + Web

AI-Powered Coding Assistant

Claude Code is Anthropic's official AI coding agent that reads your entire codebase, edits files across multiple locations, runs commands, and integrates with your development tools. Describe what you need in plain language, and Claude Code plans the approach, writes the code, and verifies the results.

"Built for developers — Work with Claude directly in your codebase. Build, debug, and ship from your terminal, IDE, Slack, or the web." — code.claude.com

Supported Platforms

PlatformDescriptionHow to Get
Terminal CLIFull-featured CLI for file editing, command executioncurl -fsSL https://claude.ai/install.sh | bash
VS Code / CursorIDE extension with inline diffs, @-mentions, Plan reviewSearch "Claude Code" in Extensions
JetBrains IDEPlugin for IntelliJ IDEA, PyCharm, WebStorm, etc.JetBrains Marketplace
Desktop AppStandalone app with visual diffs, parallel sessionscode.claude.com/download
Web BrowserNo local setup, code directly in your browserclaude.ai/code
iOS AppSubmit tasks on the goClaude on App Store
Slack@Claude with bug reports, get PRs backSlack App Marketplace

Subscription Plans & Pricing

PlanMonthlyModels IncludedUsage Multiplier
Pro$20/mo (annual $200 ≈ $16.67/mo)Claude Sonnet 4.65x free tier
Max 100$100/moSonnet 4.6 + limited Opus5x Pro limits
Max 200$200/moAll models + full Opus 4.620x Pro limits

API Pay-Per-Use

ModelInput ($/M tokens)Output ($/M tokens)
Claude Opus 4.5$5.00$25.00
Claude Sonnet 4.5$3.00$15.00
Claude Haiku 4.5$1.00$5.00

Need Claude Pro/Max without an international credit card? Get subscriptions and API top-up through Neuronicx with Alipay, WeChat Pay & more.

Install Claude Code in 30 Seconds

Based on official docs at docs.anthropic.com

1

Step 1: Check System Requirements

Requirements: macOS 13.0+, Ubuntu 20.04+, Debian 10+, Windows 10 1809+ (Git for Windows required). Minimum 4GB RAM. Supports Bash, Zsh, Fish, PowerShell.

2

Step 2: Install Claude Code

Native install (recommended, auto-updates): macOS/Linux/WSL run curl -fsSL https://claude.ai/install.sh | bash. Windows PowerShell run irm https://claude.ai/install.ps1 | iex. Also available via Homebrew, WinGet.

3

Step 3: Verify Installation

Run claude --version to check version. Run claude doctor to verify environment. See docs.anthropic.com/en/troubleshooting for issues.

4

Step 4: Sign In

Run claude auth login or just run claude — you'll be prompted to sign in via browser on first use. Requires Claude subscription (Pro/Max/Teams/Enterprise) or Anthropic Console account.

5

Step 5: Navigate to Project

Run cd your-project && claude to enter your project and start Claude Code. Consider running claude init to generate a CLAUDE.md file with project config.

6

Step 6: Start Coding

Type natural language instructions like "write tests for the auth module". Press Shift+Tab to toggle Plan Mode (research first, then code). Use claude -c to continue your last conversation.

Claude Code Install Commands

Copy & paste (source: docs.anthropic.com)

# macOS / Linux / WSL (recommended, auto-updates in background)
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

# Verify installation
claude --version
claude doctor

# Sign in and start
cd your-project
claude

Check Before You Act or Buy

Use the current listing, official documentation and actual account state

Confirm the Service Type

Distinguish a membership, API credits and software access before ordering.

Check Account Eligibility

Review the account region, current plan, sign-in method and applicable restrictions.

Review Current Terms

Confirm price, term, quota, delivery steps and available payment methods on the listing.

Confirm Support Scope

Use the listing, help center and order notes for the current support scope and hours.

Claude Code Interface & Workflows

Product showcase from code.claude.com

Claude Code Terminal CLI

Terminal CLI

Full-featured CLI for editing code and running commands

Claude Code Terminal CLI
VS Code Extension

VS Code Integration

Inline diffs, @-mentions, Plan mode, conversation history

Claude Code VS Code Extension
Claude Code Desktop App

Desktop App

Standalone app with visual diffs and parallel sessions

Claude Code Desktop App
Claude Code Web

Web Browser

No local setup needed, code directly in browser

Claude Code Web Browser
Git PR Automation

Git Integration

Auto-stage, commit, branch, and PR creation

Claude Code Git PR Automation
MCP Integration

MCP Protocol

Connect Google Drive, Jira, Slack, and custom tools

Claude Code MCP Integration

Video Tutorials

Learn Claude Code step by step

Claude Code Made Easy: Real Project Tutorial + Hidden Tips

Be a Pro at Claude Code in 9 Min — 31 Tips

Frequently Asked Questions

Common questions about Claude Code

Claude Code is Anthropic's official AI coding agent built for developers. Regular Claude chat is just a conversation interface, while Claude Code directly reads your codebase, edits files across multiple locations, runs terminal commands, operates Git, and creates PRs. Available in Terminal, VS Code, JetBrains, Desktop, Web, iOS, and Slack.
Use the Neuronicx platform for Claude Pro/Max subscriptions and API top-up. We currently accept USDT (TRC20) only. Visit /en/marketplace?category=ai-subscription.
macOS 13.0+, Ubuntu 20.04+, Debian 10+, Windows 10 1809+. Windows users need Git for Windows installed first. Native installer is recommended (auto-updates in background).
Included in Claude subscriptions: Pro $20/mo (Sonnet), Max $100/mo (with limited Opus), Max $200/mo (all models + 20x usage). API pay-per-use averages ~$6/day, with 90% of users below $12/day.
A markdown file in your project root that Claude Code reads at the start of every session. Sets coding standards, architecture decisions, preferred libraries, review checklists. Run claude init to auto-generate. Claude also builds auto memory across sessions.
Yes. Search "Claude Code" in the Extensions marketplace and install. Supports inline diffs, @-mentions, Plan review, and conversation history. Also supports JetBrains IDEs (IntelliJ, PyCharm, WebStorm, etc.).
Press Shift+Tab to toggle. Claude researches and validates the plan before writing code, avoiding blind implementation. Claude analyzes the codebase, creates a plan, and you confirm before execution. Ideal for complex features and large refactors.
Run claude doctor for auto-diagnosis. Check docs.anthropic.com/en/troubleshooting. Windows users: ensure Git for Windows is installed. You can also contact Neuronicx support for help.

Need to Check the Current Listing?

Tutorials explain a general workflow. Use the current listing for price, stock, eligibility, delivery time and support scope.

Third-party product names identify relevant listings and do not imply authorization, endorsement or partnership.

Direct answer

Before using Claude Code, check current official guidance for supported sign-in or API options, then verify the runtime, project permissions, cost and data handling. Never expose an API key in a code repository.

Third-party product names and trademarks identify relevant listings and remain the property of their respective owners. Unless a listing expressly states otherwise, no authorization, endorsement or partnership is implied.