🌐
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)
🌐
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 "".

Discussions

How to Install and Use Claude Code, Maybe the Best AI Coding Tool Right Now?
I think better comparison would be something like aider. How does it compare with it? More on reddit.com
🌐 r/ChatGPTCoding
37
61
February 26, 2025
but how to install on windows
but how to install on windows there is video how to install but only on linux https://www.youtube.com/watch?v=-9I8SQfBRTU More on github.com
🌐 github.com
12
February 26, 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
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
🌐
Claude
claude.ai › public › artifacts › 8ad38c46-8b37-4f75-99ab-6f695ccac6f4
Complete Guide: Installing Claude Code on Windows 10
Claude Code doesn't work directly ... administrator" Click "Yes" when Windows asks for permission · In the black command window, type this exactly: wsl --install ·...
🌐
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 ...
🌐
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.
🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
3 days ago - Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.. Latest version: 2.0.75, last published: 2 days ago. Start using @anthropic-ai/claude-code in your project by running ...
      » npm install @anthropic-ai/claude-code
    
Published   Dec 20, 2025
Version   2.0.75
Author   Anthropic
🌐
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.
🌐
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 - Before installation, ensure your environment aligns with Claude Codes system requirements. The CLI supports macOS (10.15+), Linux (Ubuntu 20.04+/Debian 10+, Alpine for native builds), and Windows 10+ (via WSL or Git Bash).
Find elsewhere
🌐
ClaudeLog
claudelog.com › home › install
Install Claude Code | ClaudeLog
November 11, 2025 - Claude Code now supports native Windows installation via PowerShell or CMD (see Option 1 above).
🌐
Z
docs.z.ai › devpack › tool › claude
Claude Code - Overview - Z.AI DEVELOPER DOCUMENT
If you are not familiar with npm but have Cursor, you can enter the command in Cursor, and Cursor will guide you through the installation of Claude Code. ... Note: If you encounter permission issues during installation, try using sudo (MacOS/Linux) or running the command prompt as an administrator (Windows) to re-execute the installation command.
🌐
Medium
medium.com › @lvalics_37568 › setting-up-claude-code-on-windows-macos-449eed161e10
Setting up Claude Code on Windows & macOS | by Valics Lehel | Medium
June 20, 2025 - Note: I assume you’re comfortable with basic command-line work — even if you prefer point-and-click tools. ... Reboot when prompted, then choose Ubuntu 22.04 LTS from the Microsoft Store. ... curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash source ~/.bashrc nvm install --lts nvm use --lts ... The first run opens a browser tab. Sign in with Claude Pro ($20/mo) or Claude Max ($100/mo), or paste an Anthropic Console API key. Tip: keep Windows-side Git for GUI apps like GitHub Desktop, but run Claude Code inside WSL so paths and permissions stay Linux-friendly.
🌐
Claude
claude.ai › public › artifacts › d5297b60-4c2c-4378-879b-31cc75abdc98
Complete Claude Code Installation Guide for Windows | Claude
# Install Node.js from Ubuntu ... >> ~/.bashrc source ~/.bashrc ... # Install Claude Code globally npm install -g @anthropic-ai/claude-code # Verify installation claude --version...
🌐
Reddit
reddit.com › r/chatgptcoding › how to install and use claude code, maybe the best ai coding tool right now?
r/ChatGPTCoding on Reddit: How to Install and Use Claude Code, Maybe the Best AI Coding Tool Right Now?
February 26, 2025 -

Hey everyone,

Since Claude Code has been around for a while now and many of us are already familiar with Claude Sonnet 3.7, I wanted to share a quick step-by-step guide for those who haven’t had time to explore it yet.

This guide sums up everything you need to know about Claude Code, including:

  • How to install and set it up

  • The benefits and when to use it

  • A demo of its capabilities in action

  • Some Claude Code essential commands

I think Claude Code is a better alternative to coding assistants like Cursor and Bolt, especially for developers who want an AI that really understands the entire codebase instead of just suggesting lines.

https://medium.com/p/how-to-install-and-use-claude-code-the-new-agentic-coding-tool-d03fd7f677bc?source=social.tw

🌐
GitHub
github.com › anthropics › claude-code › issues › 151
but how to install on windows · Issue #151 · anthropics/claude-code
February 26, 2025 - You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. ... but how to install on windows there is video how to install but only on linux https://www.youtube.com/watch?v=-9I8SQfBRTU
Published   Feb 26, 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.
🌐
Medium
jewelhuq.medium.com › install-wsl-claude-code-on-windows-complete-guide-2025-873bd4a29478
Install WSL & Claude Code on Windows — Complete Guide 2025 | by Md Mazaharul Huq | Medium
July 23, 2025 - Step-by-step tutorial to enable WSL on Windows, isolate Node.js with NVM, install Anthropic’s Claude Code CLI, and start coding with AI in your terminal.
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
1 month ago - See Claude Code in action—from concept to commit in one seamless workflow. ... Super powerful terminal integration. Works with all your CLI tools alongside any IDE.