# git-pkgs を Homebrew, Nix, scoop でインストール

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

## インストール

```sh
sudo av install brew:git-pkgs
```

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

### macOS

- Homebrew (100%):

```sh
brew install git-pkgs
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-pkgs
```

  証拠: nixpkgs package indexes: pkgs/by-name/gi/git-pkgs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/git-pkgs
```

  証拠: Scoop official bucket manifest trees: bucket/git-pkgs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:git-pkgs
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.18.2
- **ソース概要:** Track package dependencies across git history
- **ホームページ:** <https://git-pkgs.dev>
- **リポジトリ:** <https://github.com/git-pkgs/git-pkgs>
- **最終更新:** 2026-07-27T16:47:23+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- git-pkgs (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.18.2
## プロジェクトの歴史と使われ方

git-pkgs is a Git subcommand for indexing dependency changes across repository history into SQLite, so teams can ask when packages were added, changed, removed, or linked to vulnerability and license events.

### プロジェクトの歴史

The project began as a Ruby implementation by Andrew Nesbitt and was later rewritten in Go under the git-pkgs organization. Both READMEs describe the same core idea: lockfiles and manifests show dependency state, but a queryable Git-history database explains how that state came to exist.

The Go repository began in January 2026 and kept the Git-subcommand interface while broadening the command set around vulnerability history, SBOM export, licenses, package-manager operations, changelog lookup, plugin support, structured help output, and CI actions.

### 採用の歴史

git-pkgs fits the supply-chain tooling ecosystem around OSV, Package URLs, CycloneDX, SPDX, and ecosyste.ms. Its package-manager coverage in the input includes Homebrew, Nix, and Scoop, and the README documents GitHub Actions workflows for dependency diffs, vulnerability reports, and license checks in pull requests.

### 使われ方

Practitioners run git pkgs init inside a repository to build .git/pkgs.sqlite3, then use subcommands such as list, history, blame, diff, stale, vulns, licenses, sbom, and changelog. The tool is designed to work offline for Git-history queries and to use external services only for enrichment such as vulnerabilities, registry metadata, and changelogs.

Security and platform teams use it to explain who introduced a dependency or vulnerability, compare branches semantically instead of reading lockfile noise, generate SBOMs, and add CI checks that focus reviewers on dependency changes.

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

git-pkgs is notable because it treats dependency manifests as historical data rather than only static files. Its support for many package managers, Package URLs, OSV, ecosyste.ms, and SBOM formats makes it a package-nerd tool for answering provenance and maintenance questions across language ecosystems from inside ordinary Git workflows.

### タイムライン

- 2026: Original Ruby repository tagged v0.1.0.
- 2026: Go rewrite repository began under github.com/git-pkgs/git-pkgs.
- 2026: v0.9.0 tag published for the Go implementation.
- 2026: v0.17.0 tag published after additions around package-management and supply-chain workflows.

### Related projects

- The original Ruby repository is github.com/andrew/git-pkgs.
- git-pkgs/actions provides reusable GitHub Actions for CI use.
- ecosyste.ms and OSV provide registry and vulnerability data used by enrichment commands.

### ソース

- <https://git-pkgs.dev>
- <https://github.com/andrew/git-pkgs>
- <https://github.com/git-pkgs/actions>
- <https://github.com/git-pkgs/git-pkgs>


## セキュリティノート

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


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

- Nix - git-pkgs: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-pkgs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/git-pkgs: normalized package name match | Scoop official bucket manifest trees: bucket/git-pkgs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/git-pkgs.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-pkgs.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
