{"id":29806263,"url":"https://github.com/somersby10ml/win-claude-code","last_synced_at":"2025-07-28T14:08:01.332Z","repository":{"id":302897088,"uuid":"1013895439","full_name":"somersby10ml/win-claude-code","owner":"somersby10ml","description":"Claude Code for Windows: No WSL. No Docker. Just code.","archived":false,"fork":false,"pushed_at":"2025-07-11T16:58:43.000Z","size":82,"stargazers_count":116,"open_issues_count":5,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-11T18:41:48.966Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/somersby10ml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-04T16:42:55.000Z","updated_at":"2025-07-11T17:12:58.000Z","dependencies_parsed_at":"2025-07-04T17:06:34.805Z","dependency_job_id":"65a08d89-f9ef-4d14-a465-d37bce7ef773","html_url":"https://github.com/somersby10ml/win-claude-code","commit_stats":null,"previous_names":["somersby10ml/win-claude-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/somersby10ml/win-claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somersby10ml%2Fwin-claude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somersby10ml%2Fwin-claude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somersby10ml%2Fwin-claude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somersby10ml%2Fwin-claude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somersby10ml","download_url":"https://codeload.github.com/somersby10ml/win-claude-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somersby10ml%2Fwin-claude-code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267527835,"owners_count":24102019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-28T14:05:55.426Z","updated_at":"2025-07-28T14:08:01.318Z","avatar_url":"https://github.com/somersby10ml.png","language":"JavaScript","funding_links":[],"categories":["Tools \u0026 Utilities","其他工具与实用程序"],"sub_categories":[],"readme":"# Claude Code For Windows\n\n\u003e **No WSL. No Docker. Just Windows.**\n\n## 🌍 Languages / 언어 / 语言 / 言語 / Языки\n\n[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)\n\n[![npm version](https://img.shields.io/npm/v/win-claude-code.svg)](https://npmjs.com/package/win-claude-code)\n[![npm downloads](https://img.shields.io/npm/dm/win-claude-code.svg)](https://npmjs.com/package/win-claude-code)\n\nClaude Code meets Windows. No more \"WSL required\" errors, just pure productivity.\n\n![a.png](./images/a.png)\n\n## 🚀 Quick Start\n\n```bash\n# Install Claude Code globally\nnpm install -g @anthropic-ai/claude-code --ignore-scripts\n\n# Run it\nnpx win-claude-code@latest\n```\n\n**That's it.** 🎉\n\n## ✨ What This Does\n\n- **Bypasses bash dependency checks** - No more terminal detection fails\n- **Zero configuration** - Works out of the box\n- **Same Claude experience** - All features intact\n- **Unix commands support** - Automatically enables `grep`, `find`, `awk`, `sed` and more with Git Bash\n\n## 🛠️ Unix Commands (Optional)\n\nWant to use Unix commands? Install **Git for Windows** and win-claude-code will automatically detect it:\n\n1. Download from [git-scm.com/download/win](https://git-scm.com/download/win)\n2. Install with default options\n3. Run `npx win-claude-code` - Unix tools are automatically available!\n\nAvailable commands: `grep`, `find`, `awk`, `sed`, `curl`, `wget`, `tar`, `ssh`, and more.\n\n## 📋 Requirements\n\n- **Node.js** 22+\n- **Windows** 10/11\n- **Claude Code** (installed globally)\n- **Git for Windows** (optional - for Unix commands)\n\n## 🐛 Common Issues\n\n```bash\n# Claude Code not installed globally\n\"Claude Code package is not installed globally\"\n→ Run: npm install -g @anthropic-ai/claude-code --ignore-scripts\n\n# Unix commands not working\n\"grep is not recognized as an internal or external command\"\n→ Install Git for Windows: https://git-scm.com/download/win\n```\n\nFound bugs? [Report here](https://github.com/somersby10ml/win-claude-code/issues)\n\n## 📜 License\n\nMIT\n\n---\n\n**Made for developers who refuse to use WSL** 😎","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomersby10ml%2Fwin-claude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomersby10ml%2Fwin-claude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomersby10ml%2Fwin-claude-code/lists"}