Automic VaultAutomic Vault

brew

gron を Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

gron のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install gron

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install gron

MacPorts ports tree · textproc/gron/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add gron

Alpine Linux edge package indexes · gron · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install gron

Debian stable package indexes · gron · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#gron

nixpkgs package indexes · pkgs/by-name/gr/gron/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S gron

Arch Linux sync databases · gron · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install gron

openSUSE Tumbleweed package metadata · gron · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/gron

Scoop official bucket manifest trees · bucket/gron.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id TomHudson.gron -e

Windows Package Manager source index · TomHudson.gron · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Make JSON greppable

コマンドとエイリアス

  • gron

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

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

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
groncliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.7.1
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v0.7.1

https://github.com/tomnomnom/gron

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキー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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namegron
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

gron 0.7.1-2+b8

tool to transform JSON into discrete, greppable assignments

https://github.com/tomnomnom/gron

sudo apt install gron
  • Section: utils
  • Architecture: amd64
  • Source Package: gron
  • 1 依存関係
  • normalized package name match
  • 一致条件: Gron
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gron from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gron

nix profile install nixpkgs#gron
  • normalized package name match
  • 一致条件: Gron
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gr/gron/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

gron 0.7.1-2

tool to transform JSON into discrete, greppable assignments

https://github.com/tomnomnom/gron

sudo apt install gron
  • Section: universe/utils
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Gron
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gron from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

gron 0.7.1-r6

Make JSON greppable

https://github.com/tomnomnom/gron

sudo apk add gron
  • License: MIT
  • Architecture: x86_64
  • Source Package: gron
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Gron
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gron from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gron-doc 0.7.1-r6

Make JSON greppable (documentation)

https://github.com/tomnomnom/gron

sudo apk add gron-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: gron
  • normalized package name match
  • 一致条件: Gron
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gron-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

gron 0.7.1-3

Makes JSON greppable

https://github.com/tomnomnom/gron

sudo pacman -S gron
  • License: MIT
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Gron
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: gron from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

gron 0.7.1-1.16

Make JSON greppable

https://github.com/tomnomnom/gron

sudo zypper install gron
  • License: MIT
  • Category: Productivity/Text/Utilities
  • Architecture: x86_64
  • Source Package: gron
  • 1 提供
  • normalized package name match
  • 一致条件: Gron
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gron from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

gron

sudo port install gron
  • normalized package name match
  • 一致条件: Gron
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/gron/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/gron

scoop install main/gron
  • normalized package name match
  • 一致条件: Gron
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/gron.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

TomHudson.gron

winget install --id TomHudson.gron -e
  • normalized package name match
  • 一致条件: Gron
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: TomHudson.gron from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment