macOS
brew install gronlocal Homebrew formula metadata
sudo port install gronMacPorts ports tree · textproc/gron/Portfile · ソース: api.github.com
brew
gron のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gronlocal Homebrew formula metadata
sudo port install gronMacPorts ports tree · textproc/gron/Portfile · ソース: api.github.com
sudo apk add gronAlpine Linux edge package indexes · gron · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#gronnixpkgs package indexes · pkgs/by-name/gr/gron/package.nix · ソース: api.github.com
sudo pacman -S gronArch Linux sync databases · gron · ソース: geo.mirror.pkgbuild.com
sudo zypper install gronopenSUSE Tumbleweed package metadata · gron · ソース: download.opensuse.org
scoop install main/gronScoop official bucket manifest trees · bucket/gron.json · ソース: api.github.com
winget install --id TomHudson.gron -eWindows Package Manager source index · TomHudson.gron · ソース: cdn.winget.microsoft.com
概要
Make JSON greppable
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gron | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/tomnomnom/gron
インストールメタデータ
| パッケージキー | brew:gron |
|---|---|
| バージョン | 0.7.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gron |
| ホームページ | https://github.com/tomnomnom/gron |
| リポジトリ | https://github.com/tomnomnom/gron |
| 上流ドキュメント | https://github.com/tomnomnom/gron#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/tomnomnom/gron/archive/refs/tags/v0.7.1.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.