macOS
brew install jidlocal Homebrew formula metadata
sudo port install jidMacPorts ports tree · textproc/jid/Portfile · source: api.github.com
brew
Json incremental digger. Version 1.1.2 via Homebrew; verified 2026-04-12.
install
brew install jidlocal Homebrew formula metadata
sudo port install jidMacPorts ports tree · textproc/jid/Portfile · source: api.github.com
sudo apt install jidDebian stable package indexes · jid · source: deb.debian.org
sudo dnf install jidFedora Rawhide package metadata · jid · source: dl.fedoraproject.org
nix profile install nixpkgs#jidnixpkgs package indexes · pkgs/by-name/ji/jid/package.nix · source: api.github.com
scoop install main/jidScoop official bucket manifest trees · bucket/jid.json · source: api.github.com
overview
Json incremental digger
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
jid | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:jid |
|---|---|
| Version | 1.1.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jid |
| Homepage | https://github.com/simeji/jid |
| Repository | https://github.com/simeji/jid |
| Upstream docs | https://github.com/simeji/jid#readme |
| License | MIT |
| Source archive | https://github.com/simeji/jid/archive/refs/tags/v1.1.2.tar.gz |
| Last updated | 2026-04-12T06:12:43Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jid |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
jid 0.7.6-1+b17
json incremental digger
https://github.com/simeji/jid/
sudo apt install jidjid
nix profile install nixpkgs#jidjid 0.7.6-1build1
json incremental digger
https://github.com/simeji/jid/
sudo apt install jidjid 0.7.6-23.fc44
JSON incremental digger
sudo dnf install jidjid
sudo port install jidmain/jid
scoop install main/jidsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.