# Installer garble avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:garble
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install garble
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#garble
```

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

## Faits du paquet

- **Clé du paquet:** brew:garble
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.17.0
- **Résumé source:** Obfuscate Go builds
- **Page d'accueil:** <https://github.com/burrowers/garble>
- **Dépôt:** <https://github.com/burrowers/garble>
- **Dernière mise à jour:** 2026-07-26T18:03:02Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- garble (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

garble is a Go build obfuscator that wraps the Go toolchain to produce deterministic, reproducible obfuscated builds.

### Historique du projet

The public GitHub repository was created in December 2019, and its first GitHub release, v0.1.0, was published in March 2021. The README frames garble as a tool coupled to cmd/go so it can support Go modules and build caching.

### Historique d'adoption

garble was adopted by Go users who need to distribute binaries or private source while reducing the amount of source-level information left in compiled artifacts. Its release stream and packaging in Homebrew and Nix place it in the normal CLI toolchain workflow for Go developers.

### Modes d'utilisation

The primary commands mirror Go commands, including garble build, garble test, and garble run. The tool also supports garble reverse for de-obfuscating text such as stack traces when the original source is available.

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

garble is notable because it is a language-aware build wrapper rather than a post-build binary packer. For package maintainers, it sits at the intersection of Go module builds, compiler/linker behavior, reproducibility, cache directories, and environment-driven build selection through GOGARBLE.

### Chronologie

- 2019: Public GitHub repository created.
- 2021: v0.1.0 released.
- 2026: v0.16.0 released, continuing the 0.x release line.

### Related projects

- garble is tightly related to the Go toolchain, cmd/go, Go modules, and the runtime/debug and linker metadata that it removes or transforms during obfuscated builds.

### Sources

- <https://api.github.com/repos/burrowers/garble>
- <https://api.github.com/repos/burrowers/garble/releases?per_page=100>
- <https://github.com/burrowers/garble>
- <https://raw.githubusercontent.com/burrowers/garble/master/README.md>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour garble. 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

- Nix - garble: normalized package name match | nixpkgs package indexes: pkgs/by-name/ga/garble/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/garble.yml](https://github.com/mxcl/pkgdb/blob/main/combined/garble.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
