Claude Code Official Documentation Released: Multi-Platform Support without Enforced AGENTS.md Sparks Debate

Anthropic has published full Claude Code documentation covering terminal, IDE, desktop, and web deployments without mandating AGENTS.md.

Core Event: Full Documentation Released, Multi-Platform Support Finalized

In late August 2024, Anthropic officially published the complete Claude Code technical documentation at docs.anthropic.com, marking the tool’s transition into a stable release stage. Claude Code is an AI-powered agentic coding assistant capable of reading codebases, editing files, executing commands, and integrating with development tools.

Key facts:

  • Release status: Full documentation live at docs.anthropic.com/en/docs/claude-code
  • Supported platforms: Terminal CLI (recommended), VS Code, JetBrains suite, Web (claude.ai/code)
  • Installation methods: Native (curl/PowerShell), Homebrew, WinGet, apt/dnf/apk
  • Pricing: Terminal CLI and IDE extensions support third-party providers; desktop and web editions require paid subscription
  • No AGENTS.md enforcement: The documentation makes no mention of requiring the AGENTS.md format, reflecting Anthropic’s open approach to standard compatibility

The documentation page also exposes /docs/llms.txt for fetching the complete index, enabling programmatic navigation.

Installation Details and Technical Specifications

The documentation provides comprehensive cross-platform installation instructions with notable distinctions between recommended and alternative paths:

  • macOS/Linux/WSL: curl -fsSL https://claude.ai/install.sh | bash for automated installation with background updates
  • Windows PowerShell: irm https://claude.ai/install.ps1 | iex for installation
  • Windows CMD: Users must distinguish between curl and PowerShell modes, with environment identification guidance
  • Homebrew: Two casks available: claude-code (stable, ~1 week滞后) and claude-code@latest (immediate releases)
  • Linux distributions: apt/dnf/apk support across Debian/Ubuntu, Fedora, RHEL, and Alpine
  • JetBrains IDEs: CLI must be installed separately first; plugin via Marketplace provides interactive diff viewing

Special note: Git for Windows is recommended for Bash tool support; fallback shell is PowerShell when unavailable.

Counterintuitive Data Point: Free CLI vs. Paid Desktop

A notable discrepancy lies in cost structure: the Terminal CLI and IDE extensions explicitly support third-party providers, suggesting potential free or heterogeneous model integration pathways. Meanwhile, desktop and web services mandate “A paid subscription is required”.

This implies developers prioritizing terminal/IDE workflows may achieve lower operational costs than those relying solely on official GUI offerings. Document language suggests Anthropic is cultivating developer ecosystem via open CLI layer while monetizing polished GUI experiences.

No API rate limits, pricing tiers, or model weight openness details are provided.

Installation MethodUpdate MechanismFree TierNotes
Native (curl/pwsh)Automatic backgroundUnknownRecommended
HomebrewManual upgradeUnknownLagging stable
WinGetManual upgradeUnknownPeriodic run
apt/dnf/apkDistro-specificUnknownAlpine supported
JetBrains pluginCLI-dependentUnknownCLI required first
Desktop AppNativeSubscriptionPaid only
WebBrowser cacheSubscriptionclaude.ai/code

##落地建议 (Practical Recommendations)

** ideal for immediate experimentation**:

  • Developers preferring terminal and VS Code: Simple installation, third-model support, automatic updates
  • Teams collaborating on projects: AGENTS.md is optional; team conventions can be deployed via CLAUDE.md
  • Users needing multi-tasking: Supports parallel multiple agents with “background agents” and “lead agent” coordination

Consider waiting:

  • Non-subscribers seeking GUI workflows: Desktop explicitly requires paid subscription; Web same limitation
  • Enterprises heavily committed to AGENTS.md as mandatory: No enforcement mentioned; proceed only if compatibility issues resolve

No trial period or free quota policies are documented.

Final Note

The full documentation release signals Claude Code’s technical maturity. Its deliberate omission of AGENTS.md as mandatory reflects Anthropic’s pragmatic ecosystem strategy—respecting community standards while preserving custom flexibility, thereby accommodating diverse team collaboration patterns.