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 :
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
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
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
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
Videos
08:35
Claude Code on Windows - EASY Setup & Cursor Integration ...
05:07
How to Install & Run Claude Code on Windows - YouTube
05:00
Installing and using Claude code on Windows - YouTube
14:44
Claude Code Tutorial for Beginners - YouTube
09:24
How to Use Claude Code for FREE! (Full Guide + No Limits) - YouTube
LinkedIn
fr.linkedin.com › pulse › installer-claude-code-dans-vs-sous-windows-avec-wsl-ne-gariépy-jz8bc
Installer Claude Code dans VS Code sous Windows avec ...
We cannot provide a description for this page right now
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
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 › 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
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).
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.