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
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.8K 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
08:10
Getting Started With Claude Code: Introducing and Installing - YouTube
How to Install Claude Code (for beginners) - YouTube
13:48
**UPDATED 2026** Claude Code Tutorial #1 - Intro & Setup - 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 47.7K users
Forked by 3.3K users
Languages Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
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
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
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.
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 › .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
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 › 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
Reddit
reddit.com › r/claudeai › claude artifacts locally with npm package
r/ClaudeAI on Reddit: Claude Artifacts Locally with NPM package
August 1, 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.
Top answer 1 of 3
1
Good work, I will give it a try.
2 of 3
1
Just an Update, I fixed the issue where not all commonly used Shadcn Components came pre-installed. Now their should be more. Lmk if I'm missing any big ones. Only downside is init time is much higher now. If anyone knows a better way to do this lmk.
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
GitHub
github.com › davila7 › claude-code-templates
GitHub - davila7/claude-code-templates: CLI tool for configuring and monitoring Claude Code
# Install a complete development stack npx claude-code-templates@latest --agent development-team/frontend-developer --command testing/generate-tests --mcp development/github-integration --yes # Browse and install interactively npx claude-code-templates@latest # Install specific components npx claude-code-templates@latest --agent development-tools/code-reviewer --yes npx claude-code-templates@latest --command performance/optimize-bundle --yes npx claude-code-templates@latest --setting performance/mcp-timeouts --yes npx claude-code-templates@latest --hook git/pre-commit-validation --yes npx claude-code-templates@latest --mcp database/postgresql-integration --yes
Starred by 13.2K users
Forked by 1.2K users
Languages Python 53.1% | JavaScript 24.8% | HTML 9.6% | TeX 8.3% | CSS 2.1% | Shell 1.4%