Claude Code For Windows
July 10, 2025 · View on GitHub
No WSL. No Docker. Just Windows.
🌍 Languages / 언어 / 语言 / 言語 / Языки
English | 한국어 | 中文 | 日本語 | Русский | Español | Français | Deutsch
Claude Code meets Windows. No more "WSL required" errors, just pure productivity.

🚀 Quick Start
# Install Claude Code globally
npm install -g @anthropic-ai/claude-code --ignore-scripts
# Run it
npx win-claude-code@latest
That's it. 🎉
✨ What This Does
- Bypasses bash dependency checks - No more terminal detection fails
- Zero configuration - Works out of the box
- Same Claude experience - All features intact
- Unix commands support - Automatically enables
grep,find,awk,sedand more with Git Bash
🛠️ Unix Commands (Optional)
Want to use Unix commands? Install Git for Windows and win-claude-code will automatically detect it:
- Download from git-scm.com/download/win
- Install with default options
- Run
npx win-claude-code- Unix tools are automatically available!
Available commands: grep, find, awk, sed, curl, wget, tar, ssh, and more.
📋 Requirements
- Node.js 22+
- Windows 10/11
- Claude Code (installed globally)
- Git for Windows (optional - for Unix commands)
🐛 Common Issues
# Claude Code not installed globally
"Claude Code package is not installed globally"
→ Run: npm install -g @anthropic-ai/claude-code --ignore-scripts
# Unix commands not working
"grep is not recognized as an internal or external command"
→ Install Git for Windows: https://git-scm.com/download/win
Found bugs? Report here
📜 License
MIT
Made for developers who refuse to use WSL 😎