pkg.soopen package index

brew / 順位 4000

git-sizer を Homebrew, apk, apt, MacPorts, Nix, pacman, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install git-sizer

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install git-sizer

MacPorts ports tree · devel/git-sizer/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add git-sizer

Alpine Linux edge package indexes · git-sizer · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install git-sizer

Debian stable package indexes · git-sizer · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#git-sizer

nixpkgs package indexes · pkgs/by-name/gi/git-sizer/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S git-sizer

Arch Linux sync databases · git-sizer · ソース: geo.mirror.pkgbuild.com

Windows

Scoop確認済み · 92%
scoop install main/git-sizer

Scoop official bucket manifest trees · bucket/git-sizer.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id GitHub.git-sizer -e

Windows Package Manager source index · GitHub.git-sizer · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Compute various size metrics for a Git repository

コマンドとエイリアス

  • git-sizer

履歴

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

git-sizer is a GitHub-authored command-line analyzer that measures repository size and shape, then flags characteristics that make Git operations slow, expensive, or inconvenient.

プロジェクトの歴史

The GitHub repository began in early 2018 and published v1.0.0 in March 2018. The README presents the tool as a practical diagnostic for repositories that have outgrown Git's comfortable operating range, with checks for large object sets, huge blobs, many references, deep histories, giant trees, long paths, and unusual tag or merge structures.

The project evolved as a Go utility that shells out to Git and reports both human-readable tables and machine-readable JSON. Later releases continued to refine the metric set and output behavior while keeping the core purpose stable: make repository bloat visible before it turns into slow clones, fetches, repacks, garbage collection, and history traversal.

採用の歴史

git-sizer has stronger ecosystem reach than most small Git extensions because it comes from the GitHub organization and is packaged across Homebrew, Chocolatey, Debian, Ubuntu, Arch, MacPorts, Nix, Scoop, and winget. That spread reflects its role as an operations tool for maintainers, enterprise source-control teams, and migration projects rather than a daily porcelain command for every developer.

使われ方

Practitioners run git-sizer inside a full, non-shallow clone to get concern-ranked metrics, often using --verbose for a complete inventory or --json for automation. The output points maintainers toward remedies such as removing generated files, moving binary assets to Git LFS or git-annex, pruning excess refs, splitting subprojects, or reshaping directories.

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

Package maintainers care about git-sizer because source archives, fetch times, build farms, mirrors, and monorepo migrations all suffer when repository topology gets pathological. It gives a repeatable vocabulary for discussing repository health without requiring a custom Git forensics script.

タイムライン

  • 2018: GitHub repository and initial implementation appeared.
  • 2018: v1.0.0 release published.
  • 2021: v1.4.0 and v1.5.0 releases expanded the maintained release line.

Related projects

  • The README points users toward Git LFS and git-annex for large assets and toward Git's own maintenance commands when interpreting the cost of repository size.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
git-sizer実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版1.5.0
マネージャ更新日2026-07-27
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:git-sizer
バージョン1.5.0
パッケージマネージャHomebrew
ホームページhttps://github.com/github/git-sizer
リポジトリhttps://github.com/github/git-sizer
最終更新2026-07-27T14:57:49+02:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Debian apt95%

git-sizer 1.5.0-3+b12

compute various size metrics for a Git repository

https://github.com/github/git-sizer

sudo apt install git-sizer
  • Section: devel
  • Architecture: amd64
  • Source Package: git-sizer
  • 1 依存関係
  • normalized package name match
  • 一致条件: Git Sizer
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-sizer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

git-sizer

nix profile install nixpkgs#git-sizer
  • normalized package name match
  • 一致条件: Git Sizer
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-sizer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

git-sizer 1.5.0-3build1

compute various size metrics for a Git repository

https://github.com/github/git-sizer

sudo apt install git-sizer
  • Section: universe/devel
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Git Sizer
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-sizer from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-sizer 1.5.0-r40

Compute various size metrics for a Git repository

https://github.com/github/git-sizer

sudo apk add git-sizer
  • License: MIT
  • Architecture: x86_64
  • Source Package: git-sizer
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Git Sizer
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-sizer from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

git-sizer 1.5.0-3

Compute various size metrics for a Git repository

https://github.com/github/git-sizer

sudo pacman -S git-sizer
  • License: MIT
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Git Sizer
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: git-sizer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

git-sizer

sudo port install git-sizer
  • normalized package name match
  • 一致条件: Git Sizer
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/git-sizer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/git-sizer

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

GitHub.git-sizer

winget install --id GitHub.git-sizer -e
  • normalized package name match
  • 一致条件: Git Sizer
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: GitHub.git-sizer from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

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

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

使用ソース

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