🌐
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 ...
🌐
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 - ... To set up Claude Code on Windows, you will need to configure the Windows Subsystem for Linux (WSL), install Node.js and npm, and link your Anthropic account. Below is a step-by-step guide to get started on Microsoft Windows (on iOS and Linux ...
🌐
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 - We'll guide you through each phase with clear instructions and troubleshooting tips. Open a PowerShell prompt as an Administrator (we recommend using Windows Terminal): ... Important: It is recommended to reboot your machine after this initial ...
🌐
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! 🚀

🌐
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)”)
Find elsewhere
🌐
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.
🌐
wen aidev
wenaidev.com › blog › en › claude-code-windows-install-cursor-integration
Claude Code Introduction + Windows Installation and Debugging Guide: Integration with Cursor | wen aidev | AI網站開發
May 30, 2025 - Type wsl in PowerShell to enter the WSL environment. ... In WSL, type claude to start. The first time you enter, a login screen will appear, guiding you to link your Claude account.
🌐
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:
🌐
Substack
vincenzopirozzi.substack.com › p › installing-claude-code-cli-on-windows
🚀 Installing Claude Code CLI on Windows 11: A Complete Setup Guide
August 21, 2025 - Open PowerShell and execute the following command: ... This will automatically download and install the latest version of Claude Code CLI. If successful, you should see an output similar to this: Claude Code successfully installed!
🌐
Claude
claude.ai › public › artifacts › d5297b60-4c2c-4378-879b-31cc75abdc98
Complete Claude Code Installation Guide for Windows | Claude
# Install Claude Code globally npm install -g @anthropic-ai/claude-code # Verify installation claude --version ... Follow the authentication prompts to connect your account. ... # Test basic commands /help # Test AI interaction /ask "What is ...
🌐
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.
🌐
JHB Software
jhb.software › articles › setup claude code inside cursor with wsl on windows
Setup Claude Code Inside Cursor with WSL on Windows - JHB Software Articles
June 22, 2025 - To fix this, we'll install Claude Code in WSL (Windows Subsystem for Linux) and connect it to Cursor via its IDE integration. Claude requires a POSIX shell, so you must install WSL on your Windows machine. For this: Open PowerShell as Administrator.