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
Repository https://github.com/anthropics/claude-code
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 22, 2025
Version 0.1.76
Author Anthropic
Videos
npm
npmjs.com › package › claude-ai
claude-ai - npm
This is not the official Claude Code NPM package. The official package is @anthropic-ai/claude-code, available at https://www.npmjs.com/package/@anthropic-ai/claude-code.
» npm install claude-ai
Claude
code.claude.com › docs › en › 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 ...
Reddit
reddit.com › r/claudeai › claude codeoverview on npm is the most phenomenal thing in ai yet
r/ClaudeAI on Reddit: Claude codeoverview on npm is the most phenomenal thing in AI yet
May 2, 2025 -
read it here
have been using it for 10 mins... this will change the world!
Top answer 1 of 4
39
Did you use AI to write this post? First, there's no such thing as "codeoverview". It's just called "Claude Code". The npm package is @anthropic-ai/claude-code. The page you linked to is an overview of the Claude Code app. Second, it's not nearly as world -changing as you describe. It does what other AI code tools do, but with a more streamlined UI (and by UI I mean the command line interface it provides). You'll still get the same overall results you get with Aider, Cursor, etc. It's great for toy projects and bootstrapping, but not so much for large complex projects.
2 of 4
26
It's amazing, it's like being in the future, like having a glimpse at what coding tools will be like 6 months from now. It's also insanely expensive to use. I had days at over $70. I've since switched to using cursor's agent mode, which isn't as good, but getting closer day by day (and massively less expensive). And also sometimes roo.
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
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.4K users
Forked by 3.4K users
Languages Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
Reddit
reddit.com › r/anthropic › claude artifacts locally with npm package
r/Anthropic on Reddit: Claude Artifacts Locally with NPM package
June 26, 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.
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 513 users
Forked by 54 users
npm
npmjs.com › package › @anthropic-ai › sdk
@anthropic-ai/sdk - npm
import Anthropic from 'npm:@anthropic-ai/sdk'; const client = new Anthropic(); const response = await client.beta.messages.create({ max_tokens: 1024, model: 'claude-sonnet-4-5-20250929', messages: [ { role: 'user', content: [ { type: 'text', text: "What's 4242424242 * 4242424242?.", }, ], }, ], tools: [ { name: 'code_execution', type: 'code_execution_20250522', }, ], betas: ['code-execution-2025-05-22'], });
» npm install @anthropic-ai/sdk
Published Dec 06, 2025
Version 0.71.2
Author Anthropic
Ndurner
ndurner.github.io › claude-code
Claude Code | Nils Durner’s Blog
July 17, 2025 - Anthropic «Claude Code» is another AI-agent for AI-assisted coding (or “vibe-coding”). This competes with OpenAI Codex CLI in that it has a text-oriented user interface, but also integrates somewhat with Visual Studio Code: run it in the Terminal, and the changes it proposes are shown in the code pane as side-by-side diffs. The official setup instructions start off with installing it globally via npm...
GitHub
github.com › ruvnet › claude-flow › issues › 116
Documentation: Clarify Prerequisite and Setup for `@anthropic-ai/claude-code` · Issue #116 · ruvnet/claude-flow
July 5, 2025 - 1. **Install Claude Code:** ```bash npm install -g @anthropic-ai/claude-code ``` 2. **Authenticate:** Run the setup command and provide your Anthropic API key when prompted.
Published Jul 05, 2025
GitHub
github.com › ruvnet › claude-flow › issues › 202
Anthropic fixed their auto-update system for Claude Code · Issue #202 · ruvnet/claude-flow
July 10, 2025 - I learned of this news from a member of Anthropic Team (Alex Albert) ... We’re also introducing a new native installer for Claude Code using the Bun runtime. The new installer isn’t dependent on npm or node, and it offers a faster startup. ... If you’re new to Claude Code, or simply want to switch to the new native installer, you can try it out by running this command: curl -fsSL http://claude.ai/install.sh | bash
Published Jul 10, 2025