macOS
brew install gronlocal Homebrew formula metadata
sudo port install gronMacPorts ports tree · textproc/gron/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gron pour les workflows d'agents IA.
installation
brew install gronlocal Homebrew formula metadata
sudo port install gronMacPorts ports tree · textproc/gron/Portfile · Source: api.github.com
sudo apk add gronAlpine Linux edge package indexes · gron · Source: dl-cdn.alpinelinux.org
sudo apt install gronDebian stable package indexes · gron · Source: deb.debian.org
nix profile install nixpkgs#gronnixpkgs package indexes · pkgs/by-name/gr/gron/package.nix · Source: api.github.com
sudo pacman -S gronArch Linux sync databases · gron · Source: geo.mirror.pkgbuild.com
sudo zypper install gronopenSUSE Tumbleweed package metadata · gron · Source: download.opensuse.org
scoop install main/gronScoop official bucket manifest trees · bucket/gron.json · Source: api.github.com
winget install --id TomHudson.gron -eWindows Package Manager source index · TomHudson.gron · Source: cdn.winget.microsoft.com
aperçu
Make JSON greppable
historique
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.
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.
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.
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.
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
gron | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/tomnomnom/gron
métadonnées d'installation
| Clé du paquet | brew:gron |
|---|---|
| Version | 0.7.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/gron |
| Page d'accueil | https://github.com/tomnomnom/gron |
| Dépôt | https://github.com/tomnomnom/gron |
| Docs amont | https://github.com/tomnomnom/gron#readme |
| Licence | MIT |
| Archive source | https://github.com/tomnomnom/gron/archive/refs/tags/v0.7.1.tar.gz |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gron |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
gron 0.7.1-2+b8
tool to transform JSON into discrete, greppable assignments
https://github.com/tomnomnom/gron
sudo apt install grongron
nix profile install nixpkgs#grongron 0.7.1-2
tool to transform JSON into discrete, greppable assignments
https://github.com/tomnomnom/gron
sudo apt install grongron 0.7.1-r6
Make JSON greppable
https://github.com/tomnomnom/gron
sudo apk add grongron-doc 0.7.1-r6
Make JSON greppable (documentation)
https://github.com/tomnomnom/gron
sudo apk add gron-docgron 0.7.1-3
Makes JSON greppable
https://github.com/tomnomnom/gron
sudo pacman -S grongron 0.7.1-1.16
Make JSON greppable
https://github.com/tomnomnom/gron
sudo zypper install grongron
sudo port install gronmain/gron
scoop install main/gronTomHudson.gron
winget install --id TomHudson.gron -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.