🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Install, authenticate, and start using Claude Code on your development machine. ... Operating Systems: macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10+ (with WSL 1, WSL 2, or Git for Windows)
🌐
Claude
claude.ai › public › artifacts › 8ad38c46-8b37-4f75-99ab-6f695ccac6f4
Complete Guide: Installing Claude Code on Windows 10
Claude Code doesn't work directly on Windows - it needs something called WSL (Windows Subsystem for Linux)
🌐
Claude
claude.ai › public › artifacts › 03a4aa0c-67b2-427f-838e-63770900bf1d
Claude Code Installation Guide for Windows 11
Rather than creating a separate Windows version, Anthropic chose to leverage Microsoft's Windows Subsystem for Linux (WSL2), which lets you run a real Linux environment inside Windows. This approach ensures Claude Code works exactly the same way across all platforms and gets all the same updates and features.
🌐
Reddit
reddit.com › r/claudeai › "claude code is not supported on windows." wtf
r/ClaudeAI on Reddit: "Claude Code is not supported on Windows." WTF
April 1, 2025 -

"Claude Code is not supported on Windows."
npm error Claude Code requires macOS or Linux to run properly.

After getting an email from Anthropic today I tried to install Claude Code and got this error.
I was also skeptical that is would spend a lot of tokens. Is this true? Does it not run a PC?

Does anyone have a reliable good IDE I can use to vibe code?

I've tried Windsurf and Cursor with very mixed results. I was hopeful that an MCP might help also but they seem very flaky on PCs. All the demos of them that work are on Macs.

Does anyone have any suggestions.

Thank you.

🌐
Medium
medium.com › ai-insights-cobet › comprehensive-guide-to-setting-up-claude-code-on-windows-using-wsl-d3a3f3b5a128
Comprehensive Guide to Setting Up Claude Code on Windows Using WSL | by azhar | azhar labs | Medium
March 27, 2025 - Setting up Claude Code, Anthropic’s AI-driven coding assistant, on a Windows system involves leveraging the Windows Subsystem for Linux (WSL). This approach ensures compatibility and a seamless development experience.
🌐
GitHub
github.com › somersby10ml › win-claude-code
GitHub - somersby10ml/win-claude-code: Claude Code for Windows: No WSL. No Docker. Just code.
Claude Code meets Windows. No more "WSL required" errors, just pure productivity. # Install Claude Code globally npm install -g @anthropic-ai/claude-code --ignore-scripts # Run it npx win-claude-code@latest · That's it. 🎉 · Bypasses bash dependency checks - No more terminal detection fails ... Want to use Unix commands? Install Git for Windows and win-claude-code will automatically detect it:
Starred by 224 users
Forked by 20 users
Languages   JavaScript
🌐
ClaudeLog
claudelog.com › home › install
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
For detailed model comparison and selection guidance, see our Complete Model Comparison Guide. ... Claude Code now supports native Windows installation via PowerShell or CMD (see Option 1 above).
🌐
Medium
medium.com › @WalterSchaerer › from-zero-to-prompting-setting-up-claude-code-on-your-windows-machine-710a32785bee
From Zero to Prompting: Setting Up Claude Code on Your Windows Machine | by Walter Schärer | Medium
July 18, 2025 - Below is a step-by-step guide to get started on Microsoft Windows (on iOS and Linux Claude Code runs natively, you don’t need the WSL step). To begin, enable WSL by opening your Windows PowerShell (cmd) as administrator and running the command ... This will install Ubuntu by default and may require a system restart. After restarting, a terminal window will prompt you to set a username and password for your Linux distribution.
🌐
Claude
claude.ai › public › artifacts › d5297b60-4c2c-4378-879b-31cc75abdc98
Complete Claude Code Installation Guide for Windows | Claude
Install Claude Code on Windows with WSL2 - complete step-by-step guide with troubleshooting. Built with Claude AI at claude.ai
Find elsewhere
🌐
Reddit
reddit.com › r/claudeai › made claude code work natively on windows
r/ClaudeAI on Reddit: Made Claude Code work natively on Windows
July 7, 2025 -

Just shipped win-claude-code - a wrapper that lets you run Anthropic's Claude Code directly on Windows without WSL.

npm install -g anthropic-ai/claude-code --ignore-scripts
npx win-claude-code@latest

That's it. Works with PowerShell, CMD, Windows Terminal - whatever you prefer.

Built this because I got tired of WSL setup just to use Claude Code. Figured other Windows devs might find it useful too.

GitHub: https://github.com/somersby10ml/win-claude-code

Would love feedback if anyone tries it out! 🚀

🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Claude Code works with the Opus 4.5, Sonnet 4.5, and Haiku 4.5 models. Enterprise users can run Claude Code using models in existing Amazon Bedrock or Google Cloud Vertex AI instances. Claude Code works on macOS, Linux, and Windows...
🌐
Medium
medium.com › @eriktuck › install-claude-code-on-windows-d684ad9f3ef0
Definitive Guide to Installing Claude Code on Windows | by Erik Anderson | Medium
April 11, 2025 - To use Claude Code with Windows, you’ll need to enable WSL on your machine, install Node.js, install Python (if you haven’t already), install Claude Code, and set up a billing account.
🌐
Reddit
reddit.com › r/claudeai › this is how i managed to run claude code on windows with proper ide support
r/ClaudeAI on Reddit: This is how I managed to run Claude Code on Windows with proper IDE support
June 10, 2025 -

Hello,

I was struggling to get Claude Code working on Windows with my .NET projects while maintaining proper IDE support. The core problem is that Claude Code requires WSL to run on Windows. If you copy your project files into a WSL folder, you lose crucial IDE integration.

Here's the correct way to do it without copying your code into a WSL folder (if you weren't already aware, like me!):

  1. Open your favorite IDE and your project.

  2. Open the terminal within your IDE.

  3. Navigate to your project directory (e.g., C:\MyProject).

  4. Type the following command: wsl claude

Enjoy!

🌐
Synapticlabs
blog.synapticlabs.ai › claude-code-for-windows
Claude Code for Windows
June 16, 2025 - A comprehensive guide transforming Windows users into AI-powered developers using Claude Code, WSL, and Ubuntu.
🌐
iTechs Online
itecsonline.com › post › how-to-install-claude-code-on-windows
How To Install Claude Code on Windows: Complete Guide 2025 | Blog // ITECS
July 30, 2025 - Developed by Anthropic, this innovative tool understands your entire codebase and accelerates development through natural language interactions. While Claude Code doesn't natively support Windows, this comprehensive guide will show you exactly ...
🌐
Smartscope
smartscope.blog › en › generative-ai › claude › claude-code-windows-native-installation
Claude Code Windows Install: No WSL Required (3min PowerShell Setup) - SmartScope
Claude Code released a native Windows version in 2025! While WSL (Windows Subsystem for Linux) was previously required, it now runs directly in PowerShell, greatly improving convenience for Windows users.
🌐
Reddit
reddit.com › r/claudecode › claude code is now working natively on windows — and no one’s talking about it?! 😳🔥
r/ClaudeCode on Reddit: Claude Code is now working natively on Windows — and no one’s talking about it?! 😳🔥
July 12, 2025 -

Wait hold up…

Did Claude just silently drop native Windows support for Claude Code?

I swear I spent hours earlier messing with WSL, Ubuntu, terminal configs… just to get Claude running.

But today? Just booted up the project on Windows like a regular dev — and boom, Claude Code is working straight out of the box. No Linux layer, no weird hacks, no tears.

No announcement. No tweet. No "hey Windows folks, we got you now." Just casually fixing one of the biggest pain points for Windows users like it’s no big deal.

💻 Windows users, rise up. 🙏 Thank you Claude team (Cursor/Anthropic/whoever made this happen). 🫡 Respect for shipping useful stuff quietly while the rest of AI Twitter argues over prompt engineering.

If you've been holding off on Claude Code because you're on Windows — now’s the time.