🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
Claude Code is an agentic coding ... on Github. Learn more in the official documentation. Install Claude Code: npm install -g @anthropic-ai/claude-code ·...
      » npm install @anthropic-ai/claude-code
    
Published   Dec 20, 2025
Version   2.0.75
Author   Anthropic
🌐
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.
brew install --cask claude-code · Windows: irm https://claude.ai/install.ps1 | iex · NPM: npm install -g @anthropic-ai/claude-code · NOTE: If installing with NPM, you also need to install Node.js 18+ Navigate to your project directory and ...
Starred by 47.7K users
Forked by 3.3K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
GitHub
github.com › musistudio › claude-code-router
GitHub - musistudio/claude-code-router: Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic.
First, ensure you have Claude Code installed: npm install -g @anthropic-ai/claude-code · Then, install Claude Code Router: npm install -g @musistudio/claude-code-router · Create and configure your ~/.claude-code-router/config.json file.
Starred by 23.8K users
Forked by 1.9K users
Languages   TypeScript 95.4% | JavaScript 2.9% | CSS 1.6%
🌐
GitHub
gist.github.com › gregpriday › b86139e9428dd8f18edcb931659047b3
Install Claude Code · GitHub
Install Claude Code · Raw · setup-claude-code.sh · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Uninstall Claude Code · Native installation · Homebrew installation · NPM installation · Clean up configuration files (optional) Administration · Copy page · Install, authenticate, and start using Claude Code on your development machine. Copy page · Operating Systems: macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10+ (with WSL 1, WSL 2, or Git for Windows) Hardware: 4 GB+ RAM ·
🌐
GitHub
github.com › anthropics › claude-code › blob › main › plugins › README.md
claude-code/plugins/README.md at main · anthropics/claude-code
Install Claude Code globally: npm install -g @anthropic-ai/claude-code · Navigate to your project and run Claude Code: claude · Use the /plugin command to install plugins from marketplaces, or configure them in your project's .claude/settings.json.
Author   anthropics
🌐
npm
npmjs.com › package › @jdrhyne › claude-code-github
@jdrhyne/claude-code-github - npm
# Install and run with npx (recommended) npx @jdrhyne/claude-code-github@latest # Or install globally npm install -g @jdrhyne/claude-code-github
      » npm install @jdrhyne/claude-code-github
    
Published   Jun 26, 2025
Version   2.2.0
Author   JD Rhyne
🌐
Eesel AI
eesel.ai › blog › npm-install-claude-code
A guide to `npm install claude-code`: Features, limitations, and alternatives - eesel AI
Learn how `npm install claude-code` works and explore its powerful features. We'll also cover the hidden costs and limitations of agentic coding tools and suggest a more integrated approach.
🌐
GitHub
github.com › ruvnet › claude-flow › wiki › Installation-Guide
Installation Guide · ruvnet/claude-flow Wiki · GitHub
# 1. Install Claude Code globally npm install -g @anthropic-ai/claude-code # 2.
Author   ruvnet
Find elsewhere
🌐
Tech Guides
spawnslair.org › home › uncategorized › claude code and github integration guide
Claude Code and GitHub Integration Guide - Tech Guides
3 weeks ago - This guide walks you through integrating Claude with GitHub on both Windows and Linux systems. ... Ensure npm is installed.
🌐
GitHub
github.com › anthropics › claude-code › blob › main › .devcontainer › Dockerfile
claude-code/.devcontainer/Dockerfile at main · anthropics/claude-code
RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION} · · # Copy and set up firewall script · COPY init-firewall.sh /usr/local/bin/ USER root · RUN chmod +x /usr/local/bin/init-firewall.sh && \ echo "node ALL=(root) NOPASSWD: ...
Author   anthropics
🌐
GitHub
github.com › anthropics › claude-agent-sdk-typescript
GitHub - anthropics/claude-agent-sdk-typescript
Create autonomous agents that can understand codebases, edit files, run commands, and execute complex workflows. Learn more in the official documentation. Install the Claude Agent SDK: npm install @anthropic-ai/claude-agent-sdk ·
Starred by 498 users
Forked by 52 users
🌐
GitHub
github.com › zebbern › claude-code-guide
GitHub - zebbern/claude-code-guide: Full guide on claude tips and tricks and how you can optimise your claude code the best & strive to find every command possible even hidden ones!
# Node.js 18+⭐️ /*Universal Method */ npm install -g @anthropic-ai/claude-code -------------------------------------------------------------------------------------------------------------------------------------------------------------...
Starred by 2.8K users
Forked by 244 users
🌐
GitHub
gist.github.com › AndrewAltimit › b6af33b2abfc42dfa9dcb149d9ed4f2e
Example of Claude Code Git Integration · GitHub
# Install GitHub CLI brew install gh # macOS # or sudo apt-get install gh # Ubuntu/Debian # Install Claude Code CLI npm install -g @anthropic-ai/claude-code # Ensure Node.js 22.16.0+ is available (via nvm) nvm install 22.16.0 nvm use 22.16.0
🌐
GitHub
github.com › anthropics › claude-code › issues › 125
Trying to npm install -g @anthropic-ai/claude-code on an AMD Ryzen based system · Issue #125 · anthropics/claude-code
February 26, 2025 - I have tried this on windows 11 powershell and also WSL2 / Ubunut. I have an AMD Ryzen based Windows 11 environment and when I try to: npm install -g @anthropic-ai/claude-code I get the following e...
Published   Feb 26, 2025
🌐
Reddit
reddit.com › r/claudeai › claude artifacts locally with npm package
r/ClaudeAI on Reddit: Claude Artifacts Locally with NPM package
August 2, 2024 -

I created an NPM package called claude-tools. Currently it is pretty simple but it allows you to setup an environment for claude artifacts code in one command. If anyone wants to help me develop it feel free to leave a pull request on the github. Hoping to make it a simple way to work with code generated by claude.

The github is: https://github.com/DevoidSloth/claude-tools

Its on NPM at: https://www.npmjs.com/package/claude-tools

Thanks, and let me know if there are any features you want me to add.

Edit:

This GitHub was a huge inspiration: https://github.com/Bklieger/Claude-React-Jumpstart

Edit: The recent update to shadcn broke a lot of this. I will fix it eventually.

🌐
ClaudeLog
claudelog.com › home › install
Install Claude Code | ClaudeLog
Claude Code supports the following operating systems: ... Note: The native installer does not require Node.js. Only the legacy npm installation method requires Node.js 18.0+.
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
⏺ Bash(cd /Users/claude-code/codebase && npm run test)… ... This refactoring will make it easier to add new permission request types in the future and maintain consistent behavior across all permission requests. ... Claude Code maps and explains entire codebases in a few seconds. It uses agentic search to understand project structure and dependencies without you having to manually select context files. Stop bouncing between tools. Claude Code integrates with GitHub, GitLab, and your command line tools to handle the entire workflow—reading issues, writing code, running tests, and submitting PRs—all from your terminal.