Icon

Claude Code

Claude Code is an agentic coding tool by Anthropic that lives in your terminal, helping developers turn ideas into code faster by building features, debugging, navigating codebases, and automating tedious tasks.
Latest: 2.1.167 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 25/15140
Also monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: ProprietaryInstaller: npm packageSilent: YesWinget: Available
Silent install
npm install -g @anthropic-ai/claude-code

Version & Lifecycle

0
Current: 2.1.167 N-2: 2.1.161 Avg cadence: Every 1 day

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • May 2, 2026
0

Claude Code enterprise install and update-control note

For managed Claude Code deployments, document the installer channel and update policy explicitly. The official npm path is npm install -g @anthropic-ai/claude-code and requires Node.js 18 or later, but Anthropic notes that the npm package installs the same native claude binary through per-platform optional dependencies rather than running the CLI through Node.

If you distribute Claude Code through your own software channel, control background updates in Claude Code settings instead of relying only on package detection. Set DISABLE_AUTOUPDATER=1 in the settings env block to stop the background update check; use DISABLE_UPDATES when you need to block manual claude update and claude install paths as well. For enterprise enforcement, place those values in managed settings such as managed-settings.json so user/project settings cannot override the policy.

Command-line note • March 5, 2026
0

ClaudeCode – Command-line note

For enterprise deployment of ClaudeCode on Windows, execute the native installer silently via elevated PowerShell with irm https://claude.ai/install.ps1 | iex, which downloads and runs the script without UI prompts or user interaction. Ensure Git for Windows is pre-installed (using default options including PATH addition) as a prerequisite, since Claude Code requires it for Git Bash integration. Post-install, verify claude availability by adding %USERPROFILE%.localbin to user PATH if needed, then restart terminals.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

ClaudeCodeanthropic ClaudeCode

Packaging Notes

0

Requires Node.js 18 or newer

Notes

0

Claude Code integrates with GitHub, GitLab, and supports multi-file edits and complex workflows. It is designed as a flexible, low-level tool providing close to raw model access.