🌐
Claude
code.claude.com › docs › fr › setup
Configurer Claude Code - Claude Code Docs
Claude Code installé via Homebrew se mettra à jour automatiquement en dehors du répertoire brew sauf s’il est explicitement désactivé avec la variable d’environnement DISABLE_AUTOUPDATER (voir la section Mises à jour automatiques). Windows PowerShell :
🌐
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
Discussions

Made Claude Code work natively on Windows
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. More on reddit.com
🌐 r/ClaudeAI
47
148
July 7, 2025
Feature Request: Native Support for Windows Terminal and PowerShell in Claude Code (for Windows-Native Development)
Feature Request: Native Support for Windows Terminal and PowerShell in Claude Code (for Windows-Native Development)#5723 More on github.com
🌐 github.com
3
August 14, 2025
Use directly in Windows 11 + Powershell
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... More on github.com
🌐 github.com
4
February 25, 2025
Things I wish I knew when I first started using CLAUDE CODE (WINDOW USERS ONLY)
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. The steps are: Install git (you need this for git bash which claude uses, non optional) Install nodejs (download and run the windows installer) Install powershell 7 (search for powershell in the windows store app and run it, the built in version sucks) Open a powershell terminal npm install -g u/anthropic-ai/claude-code go to directory with your project and run 'claude' in claude code, make this the first command you say: You are running natively in a windows environment via git bash. You can execute powershell 7 commands and access the windows API through "pwsh", and outside of ls / find / grep style commands, you should use powershell via pwsh to execute any commands you need on this system. Do a "hello world" with pwsh to prove it works. And that's it. Now you can do actual windows development and administration. Need it to install visual studio and compile a C# app? just ask it to. Need to change system preferences? ask it to make powershell scripts to do this. Not only is this more lightweight than your solution, it has much much more access to your system and will make automation much easier for you. More on reddit.com
🌐 r/ClaudeCode
32
11
August 19, 2025
🌐
Medium
gommans.co.uk › claude-code-on-powershell-355cc5490431
claude-code on PowerShell
April 22, 2025 - 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! 🚀

🌐
ClaudeLog
claudelog.com › home › install
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
November 11, 2025 - Claude Code now supports native Windows installation via PowerShell or CMD (see Option 1 above).
🌐
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
🌐
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
🌐
GitHub
github.com › anthropics › claude-code › issues › 60
Use directly in Windows 11 + Powershell · Issue #60 · anthropics/claude-code
February 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
🌐
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.
🌐
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 - This comprehensive guide walks Windows users through the complete process of installing Claude Code using WSL. It covers system requirements, pre-installation setup, detailed step-by-step instructions, troubleshooting common issues, and best practices for maximizing productivity.
🌐
Claude
claude.ai › public › artifacts › 5a119e06-02a1-4810-8681-ac7b1cf28e3e
Complete Claude Code Installation Guide for Windows 10
WSL2 provides the Linux environment necessary for Claude Code to function properly. Open PowerShell as Administrator: Right-click the Start button · Select "Windows PowerShell (Admin)" Click "Yes" if prompted by User Account Control · Install WSL2: powershell ·
🌐
Thomaspowell
thomaspowell.com › 2025 › 07 › 05 › claude-is-great-for-writing-powershell-i-dont-want-to-think-about-how-to-write
Claude is great for writing Powershell I don’t want to think about how to write - Code, Strings, and Keys
July 6, 2025 - Claude (and ChatGPT) are useful for writing scripts in vaguely familiar scripting languages that I would otherwise spend [much more time] trying to piece together the correct syntax to write. And I can often get a reasonable first pass from a prompt on my phone, depending on how complicated the needs are. And regardless of the quality of the code, it’s generally closer to idiomatic code than if I pieced it together myself (again, for languages I’m familiar with but not expert in).
🌐
Vlad Talks Tech
vladtalkstech.com › home › claude ai for it professionals: using claude ai to work with scripts
Claude AI for IT Professionals: Using Claude AI to Work With Scripts
October 4, 2024 - Explaining PowerShell Scripts: Claude can analyze and explain existing PowerShell scripts, detailing what each part does and providing a summary of the script’s function, which is helpful for IT administrators who inherit scripts they don’t ...
🌐
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 › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
October 29, 2025 - Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Starred by 48.2K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
Cline
docs.cline.bot › provider-config › claude-code
Claude Code - Cline
When you use Claude Code with Cline, here’s what happens behind the scenes: Cline wraps the Claude Code CLI to handle your requests. Each time you send a message, Cline starts a new claude process, sends your conversation, and streams the response back. The AI reasoning comes from Claude Code, but all the actual file editing, terminal commands, and other tools are handled by Cline.