Why is this such a painfully annoying process, I've been at it for hours FFS Answer from Deleted User on reddit.com
🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Operating Systems: macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10+ (with WSL 1, WSL 2, or Git for Windows) ... Some users may be automatically migrated to an improved installation method. After the installation process completes, navigate to your project and start Claude Code: ... Claude Console: The default option. Connect through the Claude Console and complete the OAuth process. Requires active billing in the Anthropic console.
🌐
Claude
claude.ai › public › artifacts › 8ad38c46-8b37-4f75-99ab-6f695ccac6f4
Complete Guide: Installing Claude Code on Windows 10
You'll need to pay for Claude (either ... administrator" Click "Yes" when Windows asks for permission · In the black command window, type this exactly: wsl --install ·...
Discussions

How to use Claude Code in Vs Code in Windows via WSL
Why is this such a painfully annoying process, I've been at it for hours FFS More on reddit.com
🌐 r/ClaudeAI
22
51
May 25, 2025
Install claude code on windows without WSL
But does it run like it's supposed to? More on reddit.com
🌐 r/ClaudeAI
27
14
June 16, 2025
how to Claude Code on windows 11
why dont ask claude? it just works on wsl currently I think. More on reddit.com
🌐 r/ClaudeAI
32
0
June 6, 2025
This is how I managed to run Claude Code on Windows with proper IDE support
Just so you know: WSL has access to your file system too, no need to move or copy anything. Your drives are mount points, so for example if your project is in C:\devprojects\myproject, you can get there in WSL by navigating to /mnt/c/devprojects/myproject More on reddit.com
🌐 r/ClaudeAI
49
25
June 10, 2025
🌐
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. Below is a comprehensive guide to installing and configuring Claude Code ...
🌐
ClaudeLog
claudelog.com › home › install
Install Claude Code | ClaudeLog
November 11, 2025 - 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).
🌐
Claude
claude.ai › public › artifacts › 03a4aa0c-67b2-427f-838e-63770900bf1d
Claude Code Installation Guide for Windows 11
Just open the Microsoft Store app, search for "Windows Terminal", and click Install. Other compatible alternatives include ConEmu, Hyper, or even the integrated terminals in VS Code or other development environments, though these might require additional configuration.
🌐
Reddit
reddit.com › r/claudeai › how to use claude code in vs code in windows via wsl
r/ClaudeAI on Reddit: How to use Claude Code in Vs Code in Windows via WSL
May 25, 2025 -

What a title. Anyways, figured I'd make a quick little guide on how to do this.

Prerequisites:

  • VS Code

  • Git repository (not an actual requirement, just how I did it with my limited bash knowledge)

Steps

1. Open up PowerShell and install WSL with:

cmd
wsl --install

2. Set Ubuntu as default (important!):

cmd
wsl --set-default Ubuntu

3. Open a WSL terminal

Tip: check the upper left dropdown menu in Windows Terminal that will show various terminals available

4. Install Claude Code in the WSL terminal (if you have issues, please refer to Anthropic's guide):

bash
npx u/anthropic-ai/claude-code

5. Make a directory for your projects:

bash
mkdir coolProjects && cd coolProjects

6. Clone your project (optional):

bash
git clone https://github.com/yourrepo.git

7. Open VS Code

8. Install the official WSL extension

9. Press F1

10. Type "WSL"

IMPORTANT

11. Select "WSL: Connect to WSL using Distro"

Choose Ubuntu.

From here you can now open a folder within VS Code.

How do you know it worked? Check the bottom left corner of VS Code - it should say "WSL: Ubuntu" and your Claude Code extension should be enabled!

Troubleshooting

If you get Alpine Linux errors or "libstdc++ required" messages: This usually happens if you have Docker Desktop installed and it became your default WSL distribution instead of Ubuntu. Run wsl --list --verbose to check, and if docker-desktop-data has an asterisk (*), run wsl --set-default Ubuntu to fix it. That's why step 2 is so important!

Hope this is helpful!

🌐
Reddit
reddit.com › r/claudeai › install claude code on windows without wsl
r/ClaudeAI on Reddit: Install claude code on windows without WSL
June 16, 2025 -

Step 1: Open cmd

Open cmd as administrator

Step 2: Set NPM configuration, telling npm to ignore executing scripts in packages during installation (e.g., preinstall, postinstall, etc.)

setx NPM_CONFIG_IGNORE_SCRIPTS true

$env:NPM_CONFIG_IGNORE_SCRIPTS = “true”

Step 3: Configure the SHELL environment variable

setx SHELL "C:\Program Files\Git\bin\bash.exe"

Step 4: Install Claude Code

npm install -g @anthropic-ai/claude-code

Step 5: Add to Environment Variables

Add this line to your environment variables: C:\Users\y.xie\.npm-global

Step 6: Restart the development environment

Restart CMD or your IDE (e.g., VS Code, IntelliJ IDEA), then log in to your Claude Code account or configure the API directly within the application to start using it.

Supplementary Notes

  • Ensure Git for Windows is installed, with the path being C:\Program Files\Git\bin\bash.exe.

  • If the Git installation path is different, please adjust the SHELL environment variable path accordingly.

  • The path C:\Users\y.xie\.npm-global should also be added based on your actual path.

  • It is recommended to set these variables permanently to avoid having to reconfigure after each restart.

  • Later, if you want to uninstall and revert the changes from Step Two and Step Three, just execute setx NPM_CONFIG_IGNORE_SCRIPTS false and setx SHELL "".

Find elsewhere
🌐
Substack
designwithai.substack.com › p › how-to-install-claude-code
How to install Claude Code - Design with AI
October 2, 2025 - Guide to installing Claude Code: Simple steps, troubleshooting tips, and solutions if you run into errors.
🌐
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. The article includes ...
🌐
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 - After I review those, it builds the complete solution, including testing and documentation, on its own. ... 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 ...
🌐
Bind AI IDE
blog.getbind.co › 2025 › 08 › 26 › how-to-install-claude-code-cli
How to Install Claude Code CLI – Bind AI IDE
August 27, 2025 - Most features run best on modern ... npm-based installations. Claude Code CLI offers two primary installation routes: npm and native binary....
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Claude Code for VS Code - Visual Studio Marketplace
Extension for Visual Studio Code - Claude Code for VS Code: Harness the power of Claude Code without leaving your IDE
🌐
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 - Complete tutorial on how to install Claude Code terminal tool on Windows system and how to integrate with Cursor IDE, handling Windows installation issues with WSL and /ide bugs.
🌐
Momen
momen.app › blogs › how-to-get-started-with-claude-code-for-developers-guide
How to Get Started with Claude Code for Developers
July 11, 2025 - Before you start, make sure your system meets the basic needs for claude code. You need a computer with a terminal. Most developers use Windows, macOS, or Linux. If you use Windows, you should install Windows Subsystem for Linux (WSL).
🌐
Reddit
reddit.com › r/claudeai › how to claude code on windows 11
r/ClaudeAI on Reddit: how to Claude Code on windows 11
June 6, 2025 -

I am really confused as to how to "vibe" on windows at the moment. can please someone explain how to do it on windows 11.
ATTM, I am copy pasting prompts around to visual studio 2022... please someone take time to explain to me how to use CC.

thank you.

🌐
Medium
drlee.io › the-dead-simple-way-to-run-claude-code-on-windows-git-bash-is-your-secret-weapon-401c733a61d2
The Dead-Simple Way to Run Claude Code on Windows (Git Bash Is Your Secret Weapon) | by Dr. Ernesto Lee | Nov, 2025 | Medium
November 16, 2025 - NPM (Node Package Manager) gives you the tool to install Claude Code globally on your system. Git for Windows includes Git Bash, the Unix-compatible terminal that makes everything work.