For both Mac and Windows
Install Claude Code
Five-ish minutes. Same Claude brain you've been using — but with hands on your keyboard. You'll need to be okay opening a "terminal" once. After that, it's all just typing.
On a Mac
- Open Terminal. Hit
Cmd + Space, type Terminal, hit return. A small black window opens. Don't panic — this is the keyboard for the next step. - Paste this and hit return:
It downloads the installer and sets things up. Takes about 60 seconds.curl -fsSL https://claude.ai/install.sh | bash - Close the Terminal window. Open a fresh one. (This makes it notice the new install.)
- Type
claudeand hit return. It'll ask you to sign in — a browser window opens, click "Allow," done. - You're in. Type a sentence. Watch what happens.
On Windows
- Open PowerShell. Hit the Windows key, type PowerShell, click it. (Not "PowerShell as Administrator" — just regular.)
- Paste this and hit Enter:
irm downloads, iex runs it. Same idea as the Mac line, just Windows-flavored.irm https://claude.ai/install.ps1 | iex - Close PowerShell. Open a fresh window.
- Type
claudeand hit Enter. Sign in when prompted. Done.
Backup: install with npm (any OS)
If the script installs above don't work, and you already have Node.js, this works on Mac, Windows, and Linux:
npm install -g @anthropic-ai/claude-code Then run claude from any terminal.
Your first 10 minutes
-
Make a folder for projects. Mac/Linux:
mkdir ~/projects && cd ~/projects. Windows:mkdir $HOME\projects; cd $HOME\projects. - Type
claudeand hit return. - Ask it something real. "Build me a one-page website that lists my favorite recipes, with photos. I'll provide three to start."
- Let it work. Approve when it asks. Watch the files appear.
Where to go for help
- Official Claude Code docs — the actual reference.
-
Inside Claude Code, type
/helpany time to see what commands are available. -
Type
/feedbackto report a bug or quirk. - Text me. Seriously — that's the fastest path.