# Installer go-size-analyzer avec Homebrew, scoop, apk

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add gsa
```

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

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

## Faits du paquet

- **Clé du paquet:** brew:go-size-analyzer
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.13.0
- **Résumé source:** Analyzing the dependencies in compiled Golang binaries
- **Page d'accueil:** <https://gsa.zxilly.dev/>
- **Dépôt:** <https://github.com/Zxilly/go-size-analyzer>
- **Dernière mise à jour:** 2026-07-27T16:47:24+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gsa (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.13.0
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

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


## Autres enregistrements de gestionnaires de paquets

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


## Combined YAML source

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


## Sources

- 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
