# Installer git-pkgs avec Homebrew, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-pkgs pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:git-pkgs
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/git-pkgs>
- **Version:** 0.18.2
- **Résumé source:** Track package dependencies across git history
- **Page d'accueil:** <https://git-pkgs.dev>
- **Dépôt:** <https://github.com/git-pkgs/git-pkgs>
- **Docs amont:** <https://git-pkgs.dev>
- **Licence:** MIT
- **Archive source:** <https://github.com/git-pkgs/git-pkgs/archive/refs/tags/v0.18.2.tar.gz>
- **Dernière mise à jour:** 2026-07-27T16:47:23+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- git-pkgs (cli)
- git-pkgs (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.18.2
- gestionnaire mis à jour: 2026-07-27
- données locales: OK
- dépôt amont: https://github.com/git-pkgs/git-pkgs
- dernière version détectée: v0.18.2 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour git-pkgs. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** git-pkgs
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [psc-package](https://pkg.so/fr/brew/psc-package/) - Shares pkgdb curated category or tags: cli, dependencies, developer-tools, git.
- [gh](https://pkg.so/fr/brew/gh/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [pnpm](https://pkg.so/fr/brew/pnpm/) - Shares pkgdb curated category or tags: cli, dependencies, developer-tools.
- [libgit2](https://pkg.so/fr/brew/libgit2/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [glab](https://pkg.so/fr/brew/glab/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-lfs](https://pkg.so/fr/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [lazygit](https://pkg.so/fr/brew/lazygit/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [bat](https://pkg.so/fr/brew/bat/) - Shares pkgdb curated category or tags: cli, developer-tools, git.
- [git-filter-repo](https://pkg.so/fr/brew/git-filter-repo/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, git, history.
- [git-revise](https://pkg.so/fr/brew/git-revise/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, git, history.
- [git-series](https://pkg.so/fr/brew/git-series/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, git, track.

## 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)


## Sources

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