work assistant
Claude Code is the program your assistant runs inside. This page gets it onto your PC, Windows or Mac. You do it once, by hand, about ten minutes of copy-and-paste. Nothing here is hidden.
1. Open PowerShell. Press Win + X and pick Terminal
(Windows 11) or Windows PowerShell (Windows 10). One check before you
paste: the line should start with PS. If it doesn't (just
C:\Users\you>), type powershell and press Enter.
2. Install Claude Code. Paste this one line. It installs for just your account, no admin rights, and keeps itself up to date after that.
irm https://claude.ai/install.ps1 | iex
If you get 'irm' is not recognized, you're in the old Command
Prompt, not PowerShell. Go back to step 1.
3. Install the two helpers the email piece needs, uv and Git. One line at a time:
winget install astral-sh.uv winget install Git.Git
If winget isn't recognised, install App Installer from the
Microsoft Store, reopen PowerShell, and try again.
1. Open Terminal. Press Cmd + Space, type Terminal, press Enter.
2. Install Claude Code:
curl -fsSL https://claude.ai/install.sh | bash
3. Install the helpers. uv first:
curl -LsSf https://astral.sh/uv/install.sh | sh
Then Git: type git --version. If the Mac offers to install
developer tools, accept it. That's Git. Nothing else to do.
Close the terminal window completely and open a fresh one. It only notices new tools in a window opened after they were installed. Then type:
claude --version
A version number means you're set.
Pro only has Sonnet now — the Opus model moved to the dearer Max plan. That's grand, but it needs two things checked once, because the original June pack assumed Opus:
/model sonnet
— run that in the pack folder so it isn't pinned to a model your plan doesn't include. Then make sure you've pulled the 2026-07-16 inbox doctoring v2 update from Updates — that's the version rebuilt to run properly on Sonnet. On the old June skills, Sonnet misbehaves (ignores the email connector, hands out wrong steps); on v2 it behaves itself.
On a Max plan? /model opus still gets you the stronger
model, and everything works the same.
You'll need a Claude Pro subscription from
claude.ai (Max also works — and is the plan
that gets you Opus, see above). Run claude in the pack
folder, pick the subscription option when it asks how to log in, and
follow 00 START HERE.md. At the end it drops a
Talk to my assistant launcher on your desktop, so you never have to find
a terminal again.
01 install-tools.bat in the
pack. It does the same job the slower way. Carry on from the
claude --version check in 00 START HERE.md.
On a locked-down work machine? Some company PCs block installs by policy. If a command is refused, that's IT, not you. Send Andrew the exact error and he'll find the route.