# Installer gron avec Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, scoop, winget

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

## installation

```sh
sudo av install brew:gron
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gron
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gron
```

  Preuve: MacPorts ports tree: textproc/gron/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gron
```

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

- Debian apt (92%):

```sh
sudo apt install gron
```

  Preuve: Debian stable package indexes: gron from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#gron
```

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

- pacman (92%):

```sh
sudo pacman -S gron
```

  Preuve: Arch Linux sync databases: gron from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gron
```

  Preuve: openSUSE Tumbleweed package metadata: gron from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/gron
```

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

- winget (92%):

```sh
winget install --id TomHudson.gron -e
```

  Preuve: Windows Package Manager source index: TomHudson.gron from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:gron
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.7.1
- **Résumé source:** Make JSON greppable
- **Page d'accueil:** <https://github.com/tomnomnom/gron>
- **Dépôt:** <https://github.com/tomnomnom/gron>
- **Dernière mise à jour:** 2026-07-25T20:55:27-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gron (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

gron is Tom Hudson's command-line utility for turning JSON into assignment-like lines that work naturally with grep, diff, sed, awk, and other text tools.

### Historique du projet

The GitHub repository was created in 2012, and the public release series began in 2016 with 0.1.x tags. The README's core idea has stayed compact: transform JSON into discrete assignments so users can grep for values and see the absolute path to each match.

gron also works in reverse through `--ungron`, turning filtered assignment output back into JSON. That reverse path is central to the design because it lets users combine JSON with existing Unix filters rather than learning a full query language for every quick inspection task.

The implementation is distributed as a self-contained Go binary with no runtime dependencies, which helped the tool spread through package managers across Unix, macOS, Windows, and source-based ecosystems.

### Historique d'adoption

gron became popular among developers, shell users, site-reliability engineers, and security researchers who often receive large JSON blobs from APIs but do not know the object structure before exploring it. It complements rather than replaces jq: jq is a programmable JSON processor, while gron makes unknown JSON searchable with familiar line-oriented tools.

Its package-manager footprint is unusually broad for a small CLI. The input record lists Homebrew, Debian, Ubuntu, MacPorts, Nix, Alpine, Arch, Scoop, winget, and openSUSE packaging, reflecting a tool that is useful wherever JSON and shell pipelines meet.

### Modes d'utilisation

A common workflow is `curl ... | gron | grep name` to discover paths inside a JSON response, then use the matching assignment path as a guide for a more precise query or transform. The README also shows file, URL, and standard-input modes.

The `--ungron` mode supports round-tripping filtered data back to JSON, and `--json` emits a stream form for users who prefer machine-readable path/value rows. gron is often used as an exploratory bridge between raw JSON and more precise tools such as jq.

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

gron is a package-nerd favorite because it is tiny, memorable, and aggressively Unix-shaped. It makes structured data line-oriented without asking users to abandon grep, diff, shell redirection, or muscle memory.

It is also a good example of package metadata telling a richer story than a homepage alone: one executable, MIT license, no runtime dependencies, many package managers, and a single problem statement that explains the whole tool.

### Chronologie

- 2012: The GitHub repository was created.
- 2016: gron 0.1.0 was published on GitHub releases.
- 2016: Rapid 0.1.x releases refined the initial binary distribution.
- 2018: Release notes recorded fixes tied to Go toolchain behavior.
- 2020s: gron remained widely packaged across Linux distributions, Homebrew, MacPorts, Nix, Scoop, winget, and other ecosystems.

### Related projects

- Related command-line tools include jq, jid, jc, fx, dasel, jello, yq, grep, sed, awk, and diff.
- Related reimplementations and ports include fastgron, rust-gron, and library packages inspired by gron's path/value representation.

### Sources

- <https://api.github.com/repos/tomnomnom/gron>
- <https://api.github.com/repos/tomnomnom/gron/releases>
- <https://github.com/tomnomnom/gron>
- <https://github.com/tomnomnom/gron#readme>
- <https://github.com/tomnomnom/gron/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - gron - 0.7.1-2+b8: normalized package name match | Debian stable package indexes: gron from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to transform JSON into discrete, greppable assignments | https://github.com/tomnomnom/gron
- Nix - gron: normalized package name match | nixpkgs package indexes: pkgs/by-name/gr/gron/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gron - 0.7.1-2: normalized package name match | Ubuntu 24.04 LTS package indexes: gron from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool to transform JSON into discrete, greppable assignments | https://github.com/tomnomnom/gron
- apk - gron - 0.7.1-r7: normalized package name match | Alpine Linux edge package indexes: gron from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Make JSON greppable | https://github.com/tomnomnom/gron
- apk - gron-doc - 0.7.1-r7: normalized package name match | Alpine Linux edge package indexes: gron-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Make JSON greppable (documentation) | https://github.com/tomnomnom/gron
- pacman - gron - 0.7.1-3: normalized package name match | Arch Linux sync databases: gron from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Makes JSON greppable | https://github.com/tomnomnom/gron
- zypper - gron - 0.7.1-1.19: normalized package name match | openSUSE Tumbleweed package metadata: gron from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Make JSON greppable | https://github.com/tomnomnom/gron
- MacPorts - gron: normalized package name match | MacPorts ports tree: textproc/gron/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/gron: normalized package name match | Scoop official bucket manifest trees: bucket/gron.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - TomHudson.gron: normalized package name match | Windows Package Manager source index: TomHudson.gron from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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