# go-size-analyzer を Homebrew, scoop, apk でインストール

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

## インストール

```sh
sudo av install brew:go-size-analyzer
```

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

### macOS

- Homebrew (100%):

```sh
brew install go-size-analyzer
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add gsa
```

  証拠: Alpine Linux edge package indexes: gsa from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/go-size-analyzer
```

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

## パッケージ情報

- **パッケージキー:** brew:go-size-analyzer
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/go-size-analyzer>
- **バージョン:** 1.13.0
- **ソース概要:** Analyzing the dependencies in compiled Golang binaries
- **ホームページ:** <https://gsa.zxilly.dev/>
- **リポジトリ:** <https://github.com/Zxilly/go-size-analyzer>
- **上流ドキュメント:** <https://github.com/Zxilly/go-size-analyzer#readme>
- **ライセンス:** AGPL-3.0-only
- **ソースアーカイブ:** <https://github.com/Zxilly/go-size-analyzer/archive/refs/tags/v1.13.0.tar.gz>
- **最終更新:** 2026-06-15T10:20:17-04:00
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- gsa (cli)
- gsa (エイリアス)

## ビルド依存関係

- go
- node
- pnpm

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.13.0
- マネージャ更新日: 2026-06-15
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/Zxilly/go-size-analyzer
- 検出された最新: v1.13.0 (最新)
## プロジェクトの歴史と使われ方

go-size-analyzer is a Go binary-size inspection tool distributed as the gsa command.

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

The GitHub repository was created in 2023 by Zxilly. Its README presents the tool as an analyzer for compiled Go binaries, with support for ELF, Mach-O, PE, and experimental WebAssembly binaries, plus package-level and section-level size breakdowns.

### 採用の歴史

The project fits a later phase of Go tooling culture in which teams inspect the cost of dependencies, runtime sections, and compiler changes after producing static command-line or server binaries. Its availability through Homebrew, Scoop, and APK packaging makes it usable outside a source checkout.

### 使われ方

Practitioners run gsa against a compiled Go binary, choose text, JSON, HTML, SVG, web, or terminal UI output, and compare two binaries in diff mode to see which packages or sections changed size.

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

For package maintainers, go-size-analyzer is useful when validating that a release, dependency bump, or Go toolchain change did not add unexpected binary weight.

### タイムライン

- 2023: GitHub repository created for go-size-analyzer.

### Related projects

- The tool is adjacent to Go linker and build tooling because it inspects the compiled artifact after the Go command has produced it.

### ソース

- <https://api.github.com/repos/Zxilly/go-size-analyzer>
- <https://formulae.brew.sh/formula/go-size-analyzer>
- <https://github.com/Zxilly/go-size-analyzer>
- <https://gsa.zxilly.dev/>


## セキュリティノート

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


## ソースデータベース詳細

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

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

- Scoop - main/go-size-analyzer: normalized package name match | Scoop official bucket manifest trees: bucket/go-size-analyzer.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- apk - gsa - 27.2.0-r0: installed executable or alias match | Alpine Linux edge package indexes: gsa from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Greenbone Security Assistant - The web frontend for the Greenbone Vulnerability Management (GVM) framework | https://github.com/greenbone/gsa


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [node](https://www.automicvault.com/ja/pkg/brew/node/) - Build dependency declared by Homebrew.
- [pnpm](https://www.automicvault.com/ja/pkg/brew/pnpm/) - Build dependency declared by Homebrew.
- [abi-dumper](https://www.automicvault.com/ja/pkg/brew/abi-dumper/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [dwarf](https://www.automicvault.com/ja/pkg/brew/dwarf/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [libabigail](https://www.automicvault.com/ja/pkg/brew/libabigail/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [readpe](https://www.automicvault.com/ja/pkg/brew/readpe/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [swift-section](https://www.automicvault.com/ja/pkg/brew/swift-section/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [vtable-dumper](https://www.automicvault.com/ja/pkg/brew/vtable-dumper/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [fjira](https://www.automicvault.com/ja/pkg/brew/fjira/) - Shares av.db curated category or tags: cli, developer-tools, go, tui.
- [gama](https://www.automicvault.com/ja/pkg/brew/gama/) - Shares av.db curated category or tags: cli, developer-tools, go, tui.
- [go-critic](https://www.automicvault.com/ja/pkg/brew/go-critic/) - Both packages touch the same language runtime or ecosystem. Shared terms: analysis, cli, developer, developer-tools, go.
- [go-statik](https://www.automicvault.com/ja/pkg/brew/go-statik/) - Both packages touch the same language runtime or ecosystem. Shared terms: binary, cli, developer, developer-tools, go.

## Combined YAML source

View the package source record on GitHub. [combined/go-size-analyzer.yml](https://github.com/automic-vault/db/blob/main/combined/go-size-analyzer.yml)


## ソース

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