Claude
code.claude.com › docs › en › quickstart
Quickstart - Claude Code Docs
Windows PowerShell: Copy · Ask AI · irm https://claude.ai/install.ps1 | iex · Windows CMD: Copy · Ask AI · curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd · Copy · Ask AI · brew install --cask ...
Videos
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! 🚀
Top answer 1 of 5
15
Nice work. It works but a bit buggy, I'm seeing freezing when it launches. And commands dont work like /doctor /migrate-installation etc. And its not reading my env vars. It is much slower, but I see you have that listed under Known Issues.. Also, this is the same amount of work as setting up WSL except now I dont have a cool terminal like Oh My Zsh as my default shell.
2 of 5
3
omg finally, take my upvote
Smartscope
smartscope.blog › en › generative-ai › claude › claude-code-windows-native-installation
Claude Code Windows Install: No WSL Required (3min PowerShell Setup) - SmartScope
Native Windows Claude Code installation in 3min. No WSL, runs in PowerShell. Auto Node.js/Git setup, clipboard image paste fix. Step-by-step guide 2025.
Medium
gommans.co.uk › claude-code-on-powershell-355cc5490431
Claude code on PowerShell. How to type “claude” in PowerShell to… | by Nick Gommans | Medium
April 22, 2025 - While exploring Claude code this week (in beta) I thought I would share some of the setup snags I encountered setting up on Windows the way I want (invoking from Powershell). The general getting started is here: Claude Code overview — Anthropic ... Claude’s instructions for wsl (Windows Subsystem for Linux) are fairly straight-forward though gloss over packages and paths which will be the focus of this article. You need wsl and we can check we have it installed and a running container like this (for installation, consider sources like: Install WSL | Microsoft Learn):
ClaudeLog
claudelog.com › home › install
Install Claude Code | ClaudeLog
To monitor your usage and costs, consider the cc-usage add-on. 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). This provides the best experience for Windows users with: ... # In Windows: %USERPROFILE%\.wslconfig [wsl2] memory=8GB # Limit WSL2 memory usage processors=4 # Limit CPU cores swap=2GB # Set swap size localhostForwarding=true
Reddit
reddit.com › r/claudeai › the new windows-native claude code; can you call `claude`?
The new Windows-native Claude Code; can you call `claude`? : r/ClaudeAI
July 21, 2025 - You probably won't want to type ... .zshrc for powershell/pwsh if you haven't used it before-- I hadn't): Set-Alias -Name claude -Value "C:\Users\{you}\.claude\local\node_modules\.bin\claude.ps1" Restart pwsh and you should be able to call the local installation of CC too with ...
Medium
drlee.io › let-claude-code-write-your-next-app-in-minutes-yes-on-windows-7e40a5e29db6
Let Claude Code Write Your Next App in Minutes (Yes, on Windows) | by Dr. Ernesto Lee | Nov, 2025 | Medium
November 15, 2025 - Let me walk you through the exact process I used last Tuesday to get Claude Code running on my Windows 11 machine in under 5 minutes. Before installing anything, confirm you have the essentials. Open PowerShell as Administrator (Right-click Start menu, choose “Windows PowerShell (Admin)”)
Eesel AI
eesel.ai › blog › install-claude-code
A complete guide to install Claude Code in 2025 - eesel AI
An overview of how to install Claude Code, a powerful AI assistant for your terminal. This guide covers everything from system requirements and step-by-step installation instructions for macOS, Linux, and Windows (WSL), to pricing, common use cases, and limitations.
The AI Agent Factory
ai-native.panaversity.org › part 2: ai tool landscape › chapter 5: claude code: your first general agent › installing and authenticating claude code
Installing and Authenticating Claude Code | The AI Agent Factory
Claude Code automatically checks for updates and prompts you to install them. To disable auto-updates (useful for corporate environments or version pinning): ... Add to your shell profile (~/.bashrc, ~/.zshrc, etc.) to make permanent. ... Add to your PowerShell profile ($PROFILE) to make permanent. ... Use this command if you encounter issues during installation or authentication. In AI-native development, terminal comfort is a skill multiplier.
Claude
claude.ai › public › artifacts › 5a119e06-02a1-4810-8681-ac7b1cf28e3e
Complete Claude Code Installation Guide for Windows 10
With Node.js configured and billing active, install Claude Code globally. ... Set up Claude Code for first-time use and establish authentication with Anthropic services. ... # Start with specific model claude --model claude-sonnet-4-20250514 # Balanced performance claude --model claude-3-5-haiku-20241022 # Cost-effective for simple tasks claude --model claude-opus-4-20250514 # Maximum capability · Create project configuration: Create a CLAUDE.md file in your project root with:
Claude
claude.ai › public › artifacts › 03a4aa0c-67b2-427f-838e-63770900bf1d
Claude Code Installation Guide for Windows 11
You can also use the keyboard shortcut Windows+X followed by pressing A. When prompted by User Account Control asking "Do you want to allow this app to make changes to your device?", click "Yes". Once PowerShell opens with administrator privileges, you'll see "Administrator: Windows PowerShell" in the title bar. The prompt will typically show something like PS C:\\Windows\\system32>. Now run the following command: ... This command does several things automatically: it enables the required Windows features (Virtual Machine Platform and Windows Subsystem for Linux), downloads and installs the WSL2 kernel update, sets WSL2 as the default version, and installs Ubuntu as the default Linux distribution.