DEV Community

Cover image for Install Claude Code on Windows with scoop
0xkoji
0xkoji

Posted on

Install Claude Code on Windows with scoop

install git via scoop

scoop install git
Enter fullscreen mode Exit fullscreen mode

set path

setx CLAUDE_CODE_GIT_BASH_PATH "%USERPROFILE%\scoop\apps\git\current\usr\bin\bash.exe"
Enter fullscreen mode Exit fullscreen mode

install Claude Code

irm https://claude.ai/install.ps1 | iex
Enter fullscreen mode Exit fullscreen mode

https://code.claude.com/docs/en/setup#windows-powershell

Then restart Terminal app and run the following command.

claude --version
2.1.15 (Claude Code)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)