Windows用 Claude Code

July 10, 2025 · View on GitHub

WSL不要。Docker不要。純粋なWindows。

🌍 言語選択

English | 한국어 | 中文 | 日本語 | Русский | Español | Français | Deutsch

npm version npm downloads

Claude CodeがWindowsと出会いました。「WSLが必要です」エラーはもうありません。純粋な生産性だけが残りました。

a.png

🚀 クイックスタート

# Claude Codeをグローバルインストール
npm install -g @anthropic-ai/claude-code --ignore-scripts

# 実行
npx win-claude-code@latest

以上です。 🎉

✨ 機能

  • bash依存関係チェックをバイパス - ターミナル検出失敗なし
  • 設定不要 - すぐに動作
  • 同じClaude体験 - 全機能そのまま
  • Unixコマンドサポート - Git Bashで grepfindawksed などを自動有効化

🛠️ Unixコマンド(オプション)

Unixコマンドを使いたいですか?Git for Windowsをインストールすると、win-claude-codeが自動検出します:

  1. git-scm.com/download/winからダウンロード
  2. デフォルトオプションでインストール
  3. npx win-claude-codeを実行 - Unixツールが自動的に利用可能になります!

利用可能コマンド:grepfindawksedcurlwgettarsshなど。

📋 システム要件

  • Node.js 22+
  • Windows 10/11
  • Claude Code(グローバルインストール済み)
  • Git for Windows(オプション - Unixコマンド用)

🐛 よくある問題

# Claude Codeがグローバルインストールされていない
"Claude Code package is not installed globally"
 実行: npm install -g @anthropic-ai/claude-code --ignore-scripts

# Unixコマンドが動作しない
"grep is not recognized as an internal or external command"
 Git for Windowsをインストール: https://git-scm.com/download/win

バグを見つけましたか?こちらで報告してください

📜 ライセンス

MIT


WSLの使用を拒否する開発者のために作られました 😎