Open Source
Set up Claude Code in one command
Stop spending 30 minutes installing tools. One command installs Git, Node.js, Claude Code, Vercel, Supabase, your IDE, and MCP servers.
Terminal
curl -fsSL https://danielthegoldman.com/claude-code/install.sh | bashThen run claude login to authenticate with your Anthropic account.
Recommended: Install the saas-toolkit plugin for 15 skills + 4 agents.
What it installs
10 tools, zero decisions
Git
Version control
Node.js v18+
JavaScript runtime
pnpm
Fast package manager
GitHub CLI
GitHub from terminal
Vercel CLI
Deploy to production
Supabase CLI
Database development
Antigravity IDE
Google's AI IDE (macOS)
Claude Code CLI
AI coding assistant
IDE Extension
VS Code / Antigravity
MCP Servers
Context7, Playwright, Memory
How it works
Built for real-world setups
Cross-platform
macOS (Homebrew), Linux (apt/dnf), Windows (winget). Auto-detects your OS.
Idempotent
Safe to run multiple times. Skips installed tools, shows their version.
Retry with backoff
Retries failed installs up to 3 times with exponential backoff.
Smart IDE detection
Finds VS Code, VS Code Insiders, Antigravity. Installs the extension automatically.
MCP servers
Configures Context7, Playwright, and Memory in your global Claude settings.
Zero config
One command, no prompts, no choices. Paste and wait.
$ curl -fsSL .../install.sh | bash
+================================================+
| Claude Code - One-Click Installer |
+================================================+
> Git
[ok] Git 2.51.0 - already installed, skipping
> Node.js
[..] Installing Node.js v18+...
[ok] Node.js v22.0.0 installed
> Vercel CLI
[ok] Vercel CLI 50.1.0 - already installed
> Supabase CLI
[..] Installing Supabase CLI...
[ok] Supabase CLI 2.75.0 installed
> Claude Code CLI
[..] Installing Claude Code CLI...
[ok] Claude Code 2.1.92 installed
+================================================+
| You're ready to use Claude Code! |
+================================================+
FAQ
Common questions
Do I need admin?
On macOS/Linux, no. On Windows, the script sets execution policy for your user - no admin required.
What if tools are already installed?
The installer detects them and skips. Shows the version so you know everything is current.
Apple Silicon support?
Yes. Handles the Homebrew PATH fix for M1/M2/M3/M4 automatically.
Do I need a Claude subscription?
Yes, Claude Pro or Max. The installer sets up tools, then you authenticate with claude login.
How do I uninstall?
macOS: brew uninstall + npm uninstall -g. Windows: winget uninstall + npm uninstall -g. One-liners in the README.
Antigravity on Windows?
Antigravity is macOS only. On Windows, the installer works with VS Code.
Ready to start?
One command. All your tools. Start building with AI in minutes.