CLI (terminal)
The original. Type claude in any folder. Works on macOS, Linux, Windows (PowerShell or WSL).
Claude.ai is a chat. Claude Code is a coworker with hands. It reads files, edits them, runs commands, installs dependencies, runs the test suite, opens a browser, captures a screenshot, commits, opens a PR, ships. Same model, vastly more leverage.
The original. Type claude in any folder. Works on macOS, Linux, Windows (PowerShell or WSL).
Native Mac and Windows apps with a friendlier UI. Same engine, same context.
Cloud sandbox. Nothing to install. Great for ChromeOS, iPad, or trying it out.
VS Code, Cursor, JetBrains, Zed. Adds a panel that shares context with your editor.
Anthropic now ships a native installer that doesn't depend on Node. The npm path still works and is documented as the alternative.
curl -fsSL https://claude.ai/install.sh | bashirm https://claude.ai/install.ps1 | iexbrew install --cask claude-codewinget install Anthropic.ClaudeCodenpm install -g @anthropic-ai/claude-code
Requires Node 18+. Fine if you already have a Node toolchain — otherwise prefer the native installer.
Step-by-step beginner walk-throughs: /newby (Windows), /newby-mac (Mac), /newby-linux (Linux/Unix).
claude. First time, it opens the browser to log in./init to generate a CLAUDE.md file documenting the codebase. Claude reads this every session./help — list every command and skill loaded in this session./init — generate a CLAUDE.md for this codebase./clear — reset the conversation (and the context window)./cost — what this session has spent./review — review pending changes on the current branch./security-review — scan pending changes for OWASP-style vulnerabilities./loop <n>m <cmd> — run a command on a recurring interval./schedule — schedule a remote agent on a cron./exit — quit.Plugins extend this vocabulary — see /skills.
Anthropic and the community publish plugins that add slash commands, MCP servers, and skills. Examples bundled in Paul's setup:
/frontend-design. See /design.Build your own by dropping a SKILL.md into ~/.claude/skills/<name>/. Documented in /skills.