Mac
Press Command + Space, type Terminal, press Enter. A window with a blinking cursor opens. That is it.
Claude Code, Codex, and Hermes are AI builders: they run on your computer and create real files, websites, and tools. Pick one. Each section below tells you exactly how to open the terminal and exactly what to paste. If anything fails, raise your hand or use the Hermes track, do not lose ten minutes fighting an install.
Press Command + Space, type Terminal, press Enter. A window with a blinking cursor opens. That is it.
Press the Windows key, type PowerShell, press Enter. A blue or black window with a blinking cursor opens. That is it.
Copy a command with the button or Ctrl/Cmd+C, click in the terminal window, paste with Cmd+V (Mac) or right-click or Ctrl+V (Windows), then press Enter.
See above. Mac uses Terminal, Windows uses PowerShell.
Mac:
curl -fsSL https://claude.ai/install.sh | bash
Windows (PowerShell):
irm https://claude.ai/install.ps1 | iex
Wait until it finishes. It can take a minute or two.
claude
It will ask you to log in with your Claude account in the browser. Log in, come back to the terminal, and you are ready.
Here is my project brief: [paste your brief] Make a plan for the smallest version we can finish today. Don't ask me questions, just make it work. Fix any errors you run into.
Same as above.
Mac and Windows (needs Node.js; if this fails, ask a helper or switch to Hermes):
npm install -g @openai/codex
codex
It will ask you to sign in with your ChatGPT account. Sign in and you are ready.
Here is my project brief: [paste your brief] Make a plan for the smallest version we can finish today. Don't ask me questions, just make it work. Fix any errors you run into.
Hermes is the workshop fallback for anyone whose install fails or who has no paid AI account. It runs through the workshop itself, so your pod keeps moving.
Open the Hermes setup page and follow it with a helper.
Helpers are in the room for exactly this. An install problem is normal, not a failure.
If one tool will not install in ten minutes, switch to another option or the Hermes track. The goal is building, not installing.
Once you are in, the full workshop guide has prompts, pod roles, and demo prep.