No bloat. Just Claude, Cursor, and the tools you actually reach for on a build day. One command, ~20 minutes, and you're shipping.
Note: Windows doesn't have a --light variant — this installs the full stack. Run PowerShell as Administrator.
The script asks for your Git details, then shows checkbox menus with sensible defaults. Everything useful is already checked — just press D to confirm and move on.
Press Cmd + Space, type Terminal, press Enter. Paste the command above and hit Enter.
The script asks for your name and email — use the same ones as your GitHub account. These configure Git and generate your SSH key.
A menu appears for each category. With --light, heavy tools are pre-unchecked. Use ↑/↓ to move, Space to toggle, D to confirm.
Everything installs automatically. Takes around 20 minutes on a good connection.
Open a fresh terminal, add your SSH key to GitHub, set your API keys, and start building. See the After Install section below.
The foundation is always installed. Everything else is shown in checkbox menus — sensible defaults already set.
These appear as unchecked in the menus. Use Space to toggle any back on before pressing D to confirm.
Drop the --light flag to run the complete interactive install — all tools, all menus, nothing pre-deselected.
Other flags: --yes auto-upgrades without prompting · --minimal installs languages + shell only · --skip-web skips JS toolchain.
Complete these steps after the script finishes.
Close the window and open a fresh one, or run source ~/.zshrc.
Run cat ~/.ssh/id_ed25519.pub, copy the output, and add it at github.com/settings/keys.
Add to ~/.extra (gitignored, auto-loaded):export ANTHROPIC_API_KEY='sk-ant-...'export OPENAI_API_KEY='sk-...'
Run claude or open cursor . in your project folder.
Ensures all system-level changes (animations, Dock, performance tweaks) take full effect.