Win Claude Code banner
somersby10ml somersby10ml

Win Claude Code

DevOps community intermediate

Description

> **No WSL. No Docker. Just Windows.**

Installation

Terminal
claude install-skill https://github.com/somersby10ml/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

# 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

    undefined

🛠️ Unix Commands (Optional)

Want to use Unix commands? Install **Git for Windows** and win-claude-code will automatically detect it:

    undefined

Available commands: `grep`, `find`, `awk`, `sed`, `curl`, `wget`, `tar`, `ssh`, and more.

📋 Requirements

    undefined

🐛 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

...