For non-technical recruiters · ~20 minutes

Claude Code Installation for Dummies

Go from nothing installed to your first real command, where Claude learns what you recruit and builds your setup files for you. No coding experience needed, just follow each step and copy-paste where shown.

Free. Works on Mac and Windows.

Watch first

The whole install, start to finish.

Before you begin

No coding experience needed.

One quick install, then you are talking to Claude on your own machine. Take it slowly, it is just copy and paste.

What you'll end up with

  • Claude Code running on your computer
  • Claude that knows your recruitment business
  • Your CLAUDE.md and context files, built for you
  • A base ready to follow every RecruiterGTM tutorial

The window you'll use

Terminal (Mac) and PowerShell (Windows) are just text windows where you type a command instead of clicking a button. You paste one install command into that window and Claude Code sets itself up. That's all you need to know.

How to read this guide

Follow only the line for your computer where you see 🍎 MAC or ⊞ WIN. Dark boxes are commands to copy and paste. Green boxes show what success looks like.

What you need: a Mac on macOS 13 (Ventura) or newer (Apple Silicon or Intel), or a Windows 10 or 11 PC (build 1809 or newer), with 4GB+ RAM and an internet connection. The install command is the same on every version, nothing changes on an older or newer machine.
The install

From zero to Claude that knows your business.

Open your command window

A text window with a blinking cursor. This is where you'll paste the install command.

🍎 MAC Press Cmd + Space, type Terminal, press Enter.
⊞ WIN Click the Start menu, type PowerShell, press Enter.
Terminal
you@computer ~ %

This is all that opens, a blinking cursor waiting for you to type. Windows looks a little different, but every command below is identical.

Install Claude Code

One command installs everything, no separate downloads and no Node.js needed. Paste the line for your computer and press Enter.

🍎 MAC Paste this into Terminal:
Terminal
you@computer ~ % curl -fsSL https://claude.ai/install.sh | bash
⊞ WIN Paste this into PowerShell:
PowerShell
PS C:\Users\you> irm https://claude.ai/install.ps1 | iex

When it finishes, check it worked by typing this and pressing Enter:

Terminal
you@computer ~ % claude --version 2.1.211 (Claude Code)
Checkpoint: a version number means Claude Code is installed. You'll need a paid Claude plan to sign in, I recommend Claude Max for the usage headroom so you're not hitting limits mid-task. Pro works to start, but Max is what I run, sign up at claude.com/pricing.

Prefer the npm route? npm install -g @anthropic-ai/claude-code works too, but it needs Node.js 22+ installed first. The command above is the simpler path and keeps itself updated automatically.

Make a project folder

Give Claude a folder to work in. Easiest way, make it yourself on the Desktop, no command needed.

  • Right-click an empty spot on your Desktop → New Folder → name it Claude Code

Then, back in your terminal, move into that folder by typing this and pressing Enter:

Terminal
you@computer ~ % cd "Desktop/Claude Code" you@computer Claude Code %

The quotes matter because the folder name has a space. See how the prompt now ends with Claude Code? That means you're inside the folder.

Launch Claude Code

Now start Claude inside that folder. Type one word and press Enter.

Terminal
you@computer Claude Code % claude ✻ Welcome to Claude Code Your assistant is ready. Type what you want in plain English.
First time: it may ask you to sign in. Follow the prompt, then you're in.

Run your first real command

Now the good part. Turn on Plan Mode, tell Claude what you do, and let it build your setup files for you.

Press Shift + Tab until you see Plan Mode at the bottom. In Plan Mode, Claude shows you a plan and waits for your approval before it creates anything.

Paste into Claude Code
I'm a recruiter. Here is what I do: [your niche, the roles you fill, the clients you serve, the tools you use].

Set this project up so you understand my business. Create these files:
- CLAUDE.md — who I am, what I recruit, how I work, my tone of voice
- context/niche.md — the roles, industries and seniority I focus on
- context/clients.md — the kind of clients I serve and target
- context/tools.md — the tools I use (ATS, CRM, outreach)

Show me the plan first, then build the files once I approve.

What Claude will build for you:

Your project
Claude Code/
├── CLAUDE.md          ← who you are, how you work
└── context/
    ├── niche.md       ← roles + industries you focus on
    ├── clients.md     ← who you serve and target
    └── tools.md       ← your ATS, CRM, outreach stack
You're set up: Claude shows a plan, read it, approve it, and it writes your CLAUDE.md and context files. From now on Claude reads these every time, so it always knows your business. 🎉

Optional: use it inside an IDE (the setup in my videos)

An IDE is just a nicer window for your files and your terminal, this is what you'll see me using in my tutorials. Pick either one below. Both are free and built on the same base, so Claude Code works the same in each.

  • Download VS Code (code.visualstudio.com) or Google Antigravity (search "Google Antigravity"), either works, pick one
  • Open it, then open your project folder: File → Open Folder → the Claude Code folder on the Desktop
  • Open the Extensions panel, search Claude Code, and click Install
  • Open the built-in terminal and run claude, it connects to the extension automatically, the same Claude Code in a clean window
Optional: everything works in your normal Terminal too. An IDE just makes following my videos easier on the eyes.

That's the whole install. From here, every RecruiterGTM tutorial just works, Claude already knows you. When you want it acting across your tools, type /mcp inside Claude Code to connect Gmail, your CRM, LinkedIn outreach and more.

Next: build your first agent →

Last verified August 2026. For the latest keystrokes, see code.claude.com/docs.

If something goes wrong

Common questions.

What you seeWhat to do
"command not found: claude"The install didn't finish, or the window was open before you installed it. Close the window, reopen it, and run claude --version again. If it persists, paste the install command once more.
"permission denied" 🍎 MACClose and reopen Terminal, then run the command again. If it still blocks, your Mac may pop up an "Install" button for developer tools, click it and wait.
PowerShell blocks a command ⊞ WINRun this once, then retry: Set-ExecutionPolicy -Scope Process RemoteSigned
I'm stuckTell Claude Code what you were doing and paste the exact message you saw. It can walk you through the fix. Or message us.

Keeping it updated: Claude Code keeps itself current. If it ever needs an update, it tells you the one command to run.

Want us to setup Claude Code and AI Agents for you?

Skip the setup entirely. We install your Claude AI ops layer and the agents that run your desk, inside the RecruiterGTM community.