Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CLAUDE_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ This is the native installer — no Node.js required, automatic updates built in
irm https://claude.ai/install.ps1 | iex
```

### Optional: npm Install For Node-Based Toolchains

If you already manage developer CLIs through Node, npm installation is also a valid path:

```bash
npm install -g @anthropic-ai/claude-code
```

Use this if global Node-based tools already feel normal on your machine. Do **not** use `sudo npm install -g`, and run `claude doctor` after install.

### Verify Installation

After installing, run:
Expand All @@ -52,12 +62,14 @@ claude doctor

When you run `claude` for the first time, it will ask you to authenticate. You have a few options:

1. **Claude Pro/Max Subscription** — log in with your claude.ai account. Your subscription includes Claude Code access. This is the simplest option for individual developers.
1. **Claude Pro/Max Subscription** — log in with your claude.ai account. A paid Claude plan includes Claude Code access. This is the simplest option for individual developers. The free Claude plan does not include Claude Code access.

2. **Anthropic Console (API Billing)** — connects to your Anthropic Console account at console.anthropic.com. You pay per usage based on API billing.

3. **Enterprise** — configure Claude Code to use Amazon Bedrock, Google Vertex AI, or Microsoft Foundry if your organization uses those.

For most individual users, the simplest starting point is a paid Claude.ai account or Anthropic Console.

---

## Starting Claude Code
Expand Down