🌐
GitHub
github.com › anthropics › claude-code › issues › 60
Use directly in Windows 11 + Powershell · Issue #60 · anthropics/claude-code
January 25, 2025 - It looks like this weirdly only enabled for linux and mac environments, which doesn't make sense since npm and other tools are available on Windows. I'm not in the beta (yet), but this woul...
Published   Feb 25, 2025
🌐
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)
🌐
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
🌐
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. Benefits of Native Windows Version · No WSL required - Runs directly on Windows · Windows ...
🌐
Medium
gommans.co.uk › claude-code-on-powershell-355cc5490431
claude-code on PowerShell
April 22, 2025 - Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\Users\user> cd 'X:\src\project\' PS X:\src\project> claude ╭────────────────────────────────────────────╮ │ ✻ Welcome to Claude Code research preview!
🌐
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! 🚀

🌐
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 - Claude Code CLI is a powerful ... development environments. In this guide, we’ll cover how to install and configure Claude Code CLI on Windows 11, including setup inside PowerShell and CMD....
🌐
ClaudeLog
claudelog.com › home › install
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
Claude Code now supports native Windows installation via PowerShell or CMD (see Option 1 above).
🌐
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 ...
Find elsewhere
🌐
GitHub
gist.github.com › bjornmage › f4b136150f6904b812c1ece49e49d12e
Windows Claude Code · GitHub
This guide will walk you through ... everything natively on Windows without requiring WSL. This process uses PowerShell to automate the installation of all required tools....
🌐
Medium
medium.com › @reahtuoo310109 › how-to-customize-claude-code-statusline-on-windows-11-a-powershell-guide-f8a8b67d0071
How to Customize Claude Code StatusLine on Windows 11: A PowerShell Guide | by CabLate | Oct, 2025 | Medium
October 20, 2025 - # Claude Code Advanced StatusLine PowerShell Script for Windows 11 # Display model name in orange color using ANSI escape codes param() # Set PowerShell output encoding to UTF-8 [Console]::OutputEncoding = [System.Text.Encoding]::UTF8 # Read JSON input from stdin $jsonInput = "" try { $inputStream = [System.IO.StreamReader]::new([System.Console]::OpenStandardInput()) $jsonInput = $inputStream.ReadToEnd() $inputStream.Close() } catch { # Use default JSON if stdin read fails $jsonInput = '{"model":{"display_name":"Claude"}}' } try { # Parse JSON data $inputData = $jsonInput | ConvertFrom-Json #
🌐
GitHub
github.com › anthropics › claude-code › issues › 5723
Feature Request: Native Support for Windows Terminal and PowerShell in Claude Code (for Windows-Native Development) · Issue #5723 · anthropics/claude-code
August 14, 2025 - Summary Add native integration with Windows Terminal and PowerShell to support full-stack software development, automation, and system-level workflows on Windows. This includes scripting, compiling, debugging, and managing Windows-target...
Published   Aug 14, 2025
🌐
GitHub
github.com › anthropics › claude-code › issues › 3394
[BUG] running claude in powershell issue · Issue #3394 · anthropics/claude-code
July 12, 2025 - Environment Platform (select one): Anthropic API AWS Bedrock Google Vertex AI Other: Claude CLI version: 1.0.51 Operating System: windows 11 Terminal: Powershell Bug Description Steps to Reproduce Expected Behavior claude code runs perfe...
Published   Jul 12, 2025
🌐
Claude
claude.ai › public › artifacts › 03a4aa0c-67b2-427f-838e-63770900bf1d
Claude Code Installation Guide for Windows 11
The installation involves five distinct phases that must be completed in order. Think of this like building a house - you need the foundation (WSL2) before you can add the framework (Node.js) and finally the finishing touches (Claude Code itself). To open PowerShell as Administrator on Windows 11, you have several options.
🌐
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)”)
🌐
Claude
claude.ai › public › artifacts › 5a119e06-02a1-4810-8681-ac7b1cf28e3e
Complete Claude Code Installation Guide for Windows 10
# Run from PowerShell to restart WSL2 wsl --shutdown · Install Windows Terminal (recommended): Download from Microsoft Store or GitHub · Provides better WSL2 integration · Supports tabs and customizable profiles · Configure Ubuntu profile: Edit Windows Terminal settings (Ctrl+,): json · { "name": "Ubuntu WSL2", "source": "Windows.Terminal.Wsl", "startingDirectory": "//wsl$/Ubuntu/home/username/", "fontFace": "Cascadia Code PL", "fontSize": 11 } For optimal performance: Store active projects in WSL2 filesystem: ~/projects/ Use Windows filesystem sparingly: Only for files accessed by Windows applications ·
🌐
Reddit
reddit.com › r/claudecode › things i wish i knew when i first started using claude code (window users only)
Things I wish I knew when I first started using CLAUDE CODE (WINDOW USERS ONLY) : r/ClaudeCode
August 19, 2025 - What you are doing here is just installing claude in linux in windows. Which is an option, but like, this isn't a windows install. If you install claude natively in windows, it can actually see your windows filesystem, execute windows commands, write and run powershell scripts, etc.
🌐
Claude
claude.ai › public › artifacts › d5297b60-4c2c-4378-879b-31cc75abdc98
Complete Claude Code Installation Guide for Windows | Claude
# Check PATH is clean (no Windows paths) echo $PATH # Should only show Linux paths like: # /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ... # Install Node.js from Ubuntu repository sudo apt install -y nodejs npm # Verify installation node --version npm --version # Configure npm global directory mkdir ~/.npm-global npm config set prefix '~/.npm-global' echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc source ~/.bashrc ... # Install Claude Code globally npm install -g @anthropic-ai/claude-code # Verify installation claude --version