Old Node on your distro? If node --version prints below 20, install a newer one via nvm before running npm install -g.
Can't detect your system
Use one of the cards below. If you're on a Chromebook or phone, Claude Code won't run directly — you'd need a full desktop OS or a dev environment like GitHub Codespaces.
After install
You'll want a project folder. Pick a spot and make one:
mkdir C:\dev\MyFirstProject && cd C:\dev\MyFirstProject && claude
(On Mac/Linux: mkdir ~/dev/MyFirstProject && cd ~/dev/MyFirstProject && claude)
When the claude prompt comes up, try something small — "Create a file called hello.txt with the words 'hello world' in it." — and watch it work.
Then jump into the tutorials to build something real.