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 22, 2025
Version 2.0.76
Author Anthropic
Repository https://github.com/anthropics/claude-code
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.9K users
Forked by 1.9K users
Languages TypeScript 95.4% | JavaScript 2.9% | CSS 1.6%
Videos
10:11
Claude Code Tutorial #1 - Introduction & Setup - YouTube
08:15
Install Claude Code to GitHub (= INSTANT background agent) - YouTube
04:53
How to Get Started With Claude Code in 5 Minutes - YouTube
04:18
How to Install And Use Claude Code - YouTube
08:10
Getting Started With Claude Code: Introducing and Installing - YouTube
How to Install Claude Code (for beginners) - YouTube
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 48.2K users
Forked by 3.4K users
Languages Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
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 › 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 › 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 › 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 245 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
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.
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 error: npm error code EBADPLATFORM npm er...
Published Feb 26, 2025
GitHub
gist.github.com › krosenfeld-IDM › 03cf3a1aa7da5455ca4bf93b41e99309
Installing claude code and npm from command line · GitHub
Installing claude code and npm from command line. GitHub Gist: instantly share code, notes, and snippets.