# 使用 Homebrew, Nix 安装 fastgron

查看 fastgron 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fastgron
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## 软件包事实

- **软件包键:** brew:fastgron
- **软件包管理器:** Homebrew
- **版本:** 0.7.7
- **来源摘要:** High-performance JSON to GRON converter
- **主页:** <https://github.com/adamritter/fastgron>
- **仓库:** <https://github.com/adamritter/fastgron>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- fastgron (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.7.7
## 项目历史与用法

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- 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


## Combined YAML source

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


## 来源

- 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
