🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
Install Claude Code: npm install -g @anthropic-ai/claude-code · Navigate to your project directory and run claude. We welcome your feedback. Use the /bug command to report issues directly within Claude Code, or file a GitHub issue.
      » npm install @anthropic-ai/claude-code
    
Published   Dec 22, 2025
Version   2.0.76
Author   Anthropic
🌐
npm
npmjs.com › package › @anthropic-ai › claude-agent-sdk
@anthropic-ai/claude-agent-sdk - npm
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 ·
      » npm install @anthropic-ai/claude-agent-sdk
    
Published   Dec 20, 2025
Version   0.1.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.
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 run claude.
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
docs.claude.com › en › docs › claude-code › setup
Set up Claude Code - Claude Code Docs
Ask AI · npm install -g @anthropic-ai/claude-code · Some users may be automatically migrated to an improved installation method. After the installation process completes, navigate to your project and start Claude Code: Copy · Ask AI · cd ...
🌐
npm
npmjs.com › package › claude-ai
claude-ai - npm
This is not the official Claude Code package. Latest version: 1.2.3, last published: 5 months ago. Start using claude-ai in your project by running `npm i claude-ai`. There are no other projects in the npm registry using claude-ai.
      » npm install claude-ai
    
Published   Jun 13, 2025
Version   1.2.3
🌐
Vibecodingwithfred
vibecodingwithfred.com › home › blog › claude code installation guide: using irm script, npm setup, and https://claude.ai/install.ps1 script
Claude Code Installation Guide: Using irm Script, npm Setup, and https://claude.ai/install.ps1 Script | Vibe Coding With Fred
1 month ago - If you prefer using npm (Node Package Manager), you can install Claude Code globally. This method requires Node.js 18 or higher. ... The -g flag installs the package globally, making claude available as a command anywhere in your terminal.
🌐
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.
🌐
npm
npmjs.com › package › @anthropic-ai › sdk
@anthropic-ai/sdk - npm
import Anthropic from 'npm:@anthropic-ai/sdk'; const httpClient = Deno.createHttpClient({ proxy: { url: 'http://localhost:8888' } }); const client = new Anthropic({ fetchOptions: { client: httpClient, }, }); We introduce beta features before ...
      » npm install @anthropic-ai/sdk
    
Published   Dec 06, 2025
Version   0.71.2
Author   Anthropic
Find elsewhere
🌐
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
🌐
Anthropic
anthropic.com › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
How Anthropic teams use Claude ... · BlogBlog · Use Claude Code where you work · Get Claude Code · curl -fsSL https://claude.ai/install.sh | bash ·...
🌐
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%
🌐
Steve Kinney
stevekinney.com › courses › ai-development › installing-claude-code
Installing and Setting Up Claude Code | Developing with AI Tools | Steve Kinney
... Install Node.js: If you don’t have Node.js 18+ or need to update, use your distribution’s package manager or Node Version Manager (nvm). Install Claude Code: Open your terminal and run the command: npm install -g @anthropic-ai/claude-code.
🌐
AI Free API
aifreeapi.com › en › posts › install-claude-code
How to Install Claude Code 2025: Complete Setup Guide for Windows, Mac & Linux (Fix All Errors) - npm Install, WSL Setup, API Keys & Cost Optimization Guide | AI Free API
January 28, 2025 - # Install globally sudo npm install -g @anthropic-ai/claude-code # Fix npm permissions if needed mkdir ~/.npm-global npm config set prefix '~/.npm-global' echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc source ~/.bashrc
🌐
Reddit
reddit.com › r/anthropic › claude artifacts locally with npm package
r/Anthropic on Reddit: Claude Artifacts Locally with NPM package
June 27, 2024 - 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: The recent update to shadcn broke a lot of this. I will fix it eventually. ... Nobody's responded to this post yet. Add your thoughts and get the conversation going. Built a directory of Claude Code agent prompts, copy/paste ready ... This is a Claude by Anthropic discussion subreddit to help you make a fully informed decision about how to use Claude and Claude Code to best effect for your own purposes.
🌐
Z
docs.z.ai › devpack › tool › claude
Claude Code - Overview - Z.AI DEVELOPER DOCUMENT
# Install Claude Code npm install -g @anthropic-ai/claude-code # Navigate to your project cd your-awesome-project # Complete claude
🌐
GitHub
github.com › anthropics › claude-code › issues › 10191
[BUG] @anthropic-ai/claude-code npm package missing sdk.mjs entry point · Issue #10191 · anthropics/claude-code
October 23, 2025 - The published npm package @anthropic-ai/[email protected] (and earlier versions) is missing its main entry point file, causing module resolution failures.
Published   Oct 23, 2025