# 使用 Homebrew, apt, dnf, MacPorts, Nix, scoop 安装 jid

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

## 安装

```sh
sudo av install brew:jid
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install jid
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jid
```

  证据: MacPorts ports tree: textproc/jid/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install jid
```

  证据: Debian stable package indexes: jid from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install jid
```

  证据: Fedora Rawhide package metadata: jid from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#jid
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/jid
```

  证据: Scoop official bucket manifest trees: bucket/jid.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:jid
- **软件包管理器:** Homebrew
- **版本:** 1.1.3
- **来源摘要:** Json incremental digger
- **主页:** <https://github.com/simeji/jid>
- **仓库:** <https://github.com/simeji/jid>
- **最后更新:** 2026-08-02T06:15:02Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- jid (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

jid, short for Json Incremental Digger, is an interactive terminal tool for exploring JSON. It lets users drill into JSON documents with incremental queries, suggestions, autocomplete, and JMESPath support.

### 项目历史

The simeji/jid repository was created in June 2016 and published a 0.1.0 beta release the same month. Its README frames the tool as a simple way to navigate JSON interactively with filtering queries like jq, but optimized for discovery rather than one-shot transformation.

The release series quickly added the features expected in a terminal explorer: initial query support, help and version flags, scrolling, query history, key bindings, and package-manager installation instructions. Later README updates document JMESPath expressions and a TOML configuration file.

### 采用历史

jid found an audience among developers who spend time inspecting API responses, logs, and configuration payloads. Its README documents installation through Homebrew, MacPorts, FreeBSD pkg, Scoop, direct binary downloads, and `go install`, which made it easy to try across Unix and Windows terminals.

It complements jq rather than replacing it: jq is the scripting and transformation powerhouse, while jid helps users discover paths and shape queries interactively before committing them to a script.

### 使用方式

Typical usage pipes JSON into `jid`, types a dot-path or JMESPath expression, uses tab completion to inspect candidate fields, and exits with the selected result. It can also start with an initial query or load JSON from a file.

The tool is useful when exploring unfamiliar JSON because it shows matches as the query is typed and saves query history for repeated inspection sessions.

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

jid is package-nerd candy because it is a small Go CLI aimed squarely at terminal ergonomics. It turns JSON discovery into an interactive package, filling the gap between raw pager output and jq scripts.

Its distribution pattern is also very Go-era: GitHub releases, Homebrew, Scoop, MacPorts, and `go install` all coexist as installation paths for the same executable.

### 时间线

- 2016: The repository was created and jid 0.1.0 beta was released.
- 2016: The 0.6.x and 0.7.x releases added initial query, help, version, and scrolling features.
- 2019: The v0.7.4 release continued the 0.7 series.
- 2024: README updates documented richer interactive behavior, JMESPath support, and configuration.

### Related projects

- jq is the command-line JSON processor jid references as a query-style comparison point.
- JMESPath is the query language support documented by jid for expressions, pipes, wildcards, and functions.
- Go's module tooling is an installation path through `go install github.com/simeji/jid/cmd/jid`.

### 来源

- <https://api.github.com/repos/simeji/jid>
- <https://api.github.com/repos/simeji/jid/releases>
- <https://formulae.brew.sh/formula/jid>
- <https://github.com/simeji/jid>
- <https://raw.githubusercontent.com/simeji/jid/master/README.md>


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Debian apt - jid - 0.7.6-1+b17: normalized package name match | Debian stable package indexes: jid from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | json incremental digger | https://github.com/simeji/jid/
- Nix - jid: normalized package name match | nixpkgs package indexes: pkgs/by-name/ji/jid/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - jid - 0.7.6-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: jid from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | json incremental digger | https://github.com/simeji/jid/
- dnf - jid - 0.7.6-23.fc44: normalized package name match | Fedora Rawhide package metadata: jid from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | JSON incremental digger | https://github.com/simeji/jid
- MacPorts - jid: normalized package name match | MacPorts ports tree: textproc/jid/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/jid: normalized package name match | Scoop official bucket manifest trees: bucket/jid.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/jid.yml](https://github.com/mxcl/pkgdb/blob/main/combined/jid.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
