# Install fastgron with Homebrew, Nix

High-performance JSON to GRON converter. Version 0.7.7 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#fastgron.

## Install

```sh
sudo av install brew:fastgron
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install fastgron
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fastgron
```

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

## Package facts

- **Package key:** brew:fastgron
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/fastgron>
- **Version:** 0.7.7
- **Source summary:** High-performance JSON to GRON converter
- **Homepage:** <https://github.com/adamritter/fastgron>
- **Repository:** <https://github.com/adamritter/fastgron>
- **License:** MIT
- **Source archive:** <https://github.com/adamritter/fastgron/archive/refs/tags/v0.7.7.tar.gz>
- **Generated:** 2026-08-04T22:13:35+00:00

## Executables

- fastgron (cli)
- fastgron (alias)

## Build dependencies

- cmake

## Uses from macOS

- curl

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## Freshness

- Page generated: 2026-08-04
- Package-manager version: 0.7.7
- Local data: ok
- Upstream repository: https://github.com/adamritter/fastgron
- Upstream latest detected: v0.7.7 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

fastgron is a C++20 JSON-to-GRON converter focused on making large JSON documents grep-friendly at high speed.

### Project history

The GitHub repository was created in May 2023. The official README presents fastgron as a high-performance implementation inspired by gron, using simdjson and offering conversion in both directions between JSON and gron-style assignment output.

### Adoption history

The README documents installation through Arch, Homebrew, Nix, and downloadable release binaries for Ubuntu and Windows. Homebrew's formula currently tracks the upstream v0.7.7 release archive.

### How it is used

Typical use pipes JSON from files, stdin, or URLs into fastgron, filters the assignment-style output with tools such as grep or ripgrep, and can reconstruct JSON with --ungron.

### Why package nerds care

fastgron matters to CLI package users because it is a performance-oriented reimplementation of a familiar data-inspection workflow: flatten JSON, use ordinary text tools, and optionally round-trip back to JSON.

### Timeline

- 2023: GitHub repository created.
- 2023: Early v0.1.x releases published.
- 2023: v0.7.7 published and tracked by Homebrew.

### Related projects

- The README directly compares fastgron with gron and mentions jq and jj in path-query benchmarks.

### Sources

- <https://api.github.com/repos/adamritter/fastgron>
- <https://api.github.com/repos/adamritter/fastgron/releases>
- <https://formulae.brew.sh/api/formula/fastgron.json>
- <https://github.com/adamritter/fastgron#readme>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fastgron
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

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


## Related links

- [Source-control packages](https://pkg.so/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cmake](https://pkg.so/brew/cmake/) - Build dependency declared by Homebrew.
- [remarshal](https://pkg.so/brew/remarshal/) - Shares pkgdb curated category or tags: cli, data-conversion, developer-tools, json.
- [json-glib](https://pkg.so/brew/json-glib/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [ascii2binary](https://pkg.so/brew/ascii2binary/) - Shares pkgdb curated category or tags: cli, data-conversion, developer-tools.
- [json2tsv](https://pkg.so/brew/json2tsv/) - Shares pkgdb curated category or tags: cli, data-conversion, developer-tools, json.
- [sbjson](https://pkg.so/brew/sbjson/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [python-yq](https://pkg.so/brew/python-yq/) - Shares pkgdb curated category or tags: cli, data-conversion, developer-tools, json.
- [yj](https://pkg.so/brew/yj/) - Shares pkgdb curated category or tags: cli, data-conversion, developer-tools, json.
- [dhall-yaml](https://pkg.so/brew/dhall-yaml/) - Shares pkgdb curated category or tags: cli, data-conversion, developer-tools.
- [dhall-toml](https://pkg.so/brew/dhall-toml/) - Local package facts share a topical domain. Shared terms: cli, conversion, converter, data, data-conversion.

## Combined YAML source

View the package source record on GitHub. [combined/fastgron.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fastgron.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
