Automic VaultAutomic Vault

cask

claude-code を Homebrew Cask でインストール

claude-code のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

エージェント安全性

エージェント安全性の回答

claude-code is an AI coding agent with local file and command access potential.

認証情報アクセス

May access project files, model credentials, and local tool configs exposed to the session.

リモート変更

Can drive tools that mutate Git, cloud, package, or deployment state.

公開/成果物リスク

Can generate code and execute release or deployment commands.

推奨コントロール

Run under containment and gate sensitive host tool actions.

エージェント利用ガイダンス

Limit workspace scope; require approval before secret exposure, publishing, or remote writes.

インストール

追加のインストールコマンド

macOS

Homebrew Cask確認済み · 100%
brew install --cask claude-code

local Homebrew cask metadata

概要

パッケージ概要

Terminal-based AI coding assistant

コマンドとエイリアス

  • claude

履歴

プロジェクトの歴史と使われ方

Claude Code is Anthropic's agentic coding tool for the terminal and related developer surfaces. Official docs describe it as a coding assistant that reads a codebase, edits files, runs commands, integrates with development tools, and works across terminal, IDE, desktop, browser, and automation surfaces.

プロジェクトの歴史

Anthropic introduced Claude Code on February 24, 2025 alongside Claude 3.7 Sonnet, calling it a limited research preview for delegating substantial engineering tasks to Claude directly from a terminal. The npm registry records the `@anthropic-ai/claude-code` package as created the same day.

The project later shifted away from npm as the preferred install path. The official GitHub README now says npm installation is deprecated and points users to native installers, Homebrew, WinGet, and setup documentation. Official docs describe Claude Code as available through terminal, VS Code, JetBrains, desktop, web, GitHub/GitLab CI, Slack, and other workflow surfaces.

採用の歴史

Official distribution broadened from the original npm package to native install scripts for macOS, Linux, WSL, and Windows, Homebrew casks, WinGet, and Linux package managers including apt, dnf, and apk. Homebrew's `claude-code` cask tracks the stable channel, while docs mention `claude-code@latest` for the latest channel.

The npm registry remains a useful historical source: it records 448 package versions and published version 2.1.196 by June 2026. Homebrew cask metadata records the cask binary artifact as `claude`, with cask zap paths covering Claude cache, config, local state, and `.claude` directories.

使われ方

The CLI is launched as `claude` from a project directory. Official docs highlight workflows such as building features, fixing bugs, writing tests, resolving merge conflicts, updating dependencies, creating commits and pull requests, connecting tools through MCP, customizing with CLAUDE.md, skills, and hooks, and piping command output into the CLI.

Claude Code stores settings in user and project scopes: `~/.claude/settings.json`, `.claude/settings.json`, and `.claude/settings.local.json`; it stores other configuration in `~/.claude.json` and project MCP servers in `.mcp.json`. These files became a configuration surface for many companion tools in this batch.

パッケージ好きにとっての重要性

Claude Code is package-nerd significant because it rapidly turned an AI coding assistant into a multi-channel developer toolchain package: npm for early installs, native auto-updating binaries, Homebrew casks, WinGet manifests, Linux packages, IDE extensions, and CI actions all point at the same underlying agent.

It also created a secondary package ecosystem. Tools such as Claude Code Router, Claude Code Templates, claude-cmd, claude-hooks, and Claude Squad exist because Claude Code exposes configurable files, commands, hooks, MCP servers, worktrees, and terminal workflows that can be wrapped, routed, templated, or orchestrated.

タイムライン

  • 2025-02-24: Anthropic announces Claude Code as a limited research preview with Claude 3.7 Sonnet.
  • 2025-02-24: npm registry records creation of `@anthropic-ai/claude-code`.
  • 2026: Official README marks npm installation deprecated in favor of native install, Homebrew, and WinGet.
  • 2026-06: npm registry records published version 2.1.196 after 448 published versions.

Related projects

  • Claude 3.7 Sonnet is the model announcement alongside Claude Code's public research preview.
  • Model Context Protocol is documented by Claude Code as the way to connect external tools and data sources.
  • Claude Code Router, Claude Code Templates, claude-cmd, claude-hooks, and Claude Squad are related companion packages in this batch.
  • Anthropic's VS Code, JetBrains, desktop, web, Slack, GitHub Actions, and GitLab CI/CD integrations are official adjacent surfaces.

セキュリティ状態

保護ツール対応はまだ見つかっていません

claude-code に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.claude/settings.json.claude/settings.json.claude/settings.local.json~/.claude.json.mcp.json
Windows
%USERPROFILE%\.claude\settings.json.claude\settings.json.claude\settings.local.json%USERPROFILE%\.claude.json.mcp.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Linux
~/.claude/.credentials.json
Windows
%USERPROFILE%\.claude\.credentials.json

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
claudeバイナリHomebrew cask バイナリclaude

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版2.1.211
マネージャ更新日2026-07-24
ローカルデータOK
上流not checked
検出された最新未検出

https://claude.com/product/claude-code

インストールメタデータ

パッケージメタデータ

パッケージキーcask:claude-code
バージョン2.1.211
パッケージマネージャHomebrew Cask
パッケージマネージャページhttps://formulae.brew.sh/cask/claude-code
ホームページhttps://claude.com/product/claude-code
上流ドキュメントhttps://claude.com/product/claude-code
ソースアーカイブhttps://downloads.claude.ai/claude-code-releases/2.1.212/darwin-arm64/claude
最終更新2026-07-24T19:07:33Z
Pulseupdated
SHA-25609ecba2ab2df9b6ee5b0695e26f65dea60fb3b6af3d3542ee09f466838d1e574
ダウンロード URLhttps://downloads.claude.ai/claude-code-releases/2.1.211/darwin-arm64/claude
Bottle未記録
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew cask API
Taphomebrew/cask
Full Tokenclaude-code
Names
  • Claude Code
Artifacts
Deprecatedno
Disabledno

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

claude-code

nix profile install nixpkgs#claude-code
  • normalized package name match
  • 一致条件: Claude Code
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cl/claude-code/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

claude-code

sudo port install claude-code
  • normalized package name match
  • 一致条件: Claude Code
MacPorts ports tree · api.github.com · MacPorts ports tree: llm/claude-code/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

claude-code

choco install claude-code
  • normalized package name match
  • 一致条件: Claude Code
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: claude-code from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','chocolatey-preinstaller-checks.extension'
Scoop95%

main/claude-code

scoop install main/claude-code
  • normalized package name match
  • 一致条件: Claude Code
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/claude-code.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Anthropic.ClaudeCode

winget install --id Anthropic.ClaudeCode -e
  • normalized package name match
  • 一致条件: Claude Code
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Anthropic.ClaudeCode from https://cdn.winget.microsoft.com/cache/source.msix
winget95%

ronghuaxueleng.ClaudeCodeConfigManager.CLI

winget install --id ronghuaxueleng.ClaudeCodeConfigManager.CLI -e
  • normalized package name match
  • 一致条件: Claude Code
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: ronghuaxueleng.ClaudeCodeConfigManager.CLI from https://cdn.winget.microsoft.com/cache/source.msix
Scoop92%

extras/claude

scoop install extras/claude
  • installed executable or alias match
  • 一致条件: Claude
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/claude.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
winget92%

Anthropic.Claude

winget install --id Anthropic.Claude -e
  • installed executable or alias match
  • 一致条件: Claude
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Anthropic.Claude from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment