https://github.com/somersby10ml/win-claude-code
Claude Code for Windows: No WSL. No Docker. Just code.
https://github.com/somersby10ml/win-claude-code
Last synced: 2 months ago
JSON representation
Claude Code for Windows: No WSL. No Docker. Just code.
- Host: GitHub
- URL: https://github.com/somersby10ml/win-claude-code
- Owner: somersby10ml
- License: mit
- Created: 2025-07-04T16:42:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T16:58:43.000Z (3 months ago)
- Last Synced: 2025-07-11T18:41:48.966Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 116
- Watchers: 4
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-claude-code - win-claude-code - claude-code) | Windows 版 Claude Code:无需 WSL,无需 Docker | Windows 原生支持| (其他工具与实用程序)
- awesome-claude-code - **win-claude-code**
README
# Claude Code For Windows
> **No WSL. No Docker. Just Windows.**
## 🌍 Languages / 언어 / 语言 / 言語 / Языки
[English](README.md) | [한국어](docs/languages/README.ko.md) | [中文](docs/languages/README.zh.md) | [日本語](docs/languages/README.ja.md) | [Русский](docs/languages/README.ru.md) | [Español](docs/languages/README.es.md) | [Français](docs/languages/README.fr.md) | [Deutsch](docs/languages/README.de.md)
[](https://npmjs.com/package/win-claude-code)
[](https://npmjs.com/package/win-claude-code)Claude Code meets Windows. No more "WSL required" errors, just pure productivity.

## 🚀 Quick Start
```bash
# 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`, `sed` and more with Git Bash## 🛠️ Unix Commands (Optional)
Want to use Unix commands? Install **Git for Windows** and win-claude-code will automatically detect it:
1. Download from [git-scm.com/download/win](https://git-scm.com/download/win)
2. Install with default options
3. 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
```bash
# 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](https://github.com/somersby10ml/win-claude-code/issues)
## 📜 License
MIT
---
**Made for developers who refuse to use WSL** 😎