macOS
brew install ijqlocal Homebrew formula metadata
sudo port install ijqMacPorts ports tree · textproc/ijq/Portfile · source: api.github.com
brew
Interactive jq. Version 1.3.0 via Homebrew; verified from local package data.
install
brew install ijqlocal Homebrew formula metadata
sudo port install ijqMacPorts ports tree · textproc/ijq/Portfile · source: api.github.com
sudo apk add ijqAlpine Linux edge package indexes · ijq · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#ijqnixpkgs package indexes · pkgs/by-name/ij/ijq/package.nix · source: api.github.com
sudo pacman -S ijqArch Linux sync databases · ijq · source: geo.mirror.pkgbuild.com
overview
Interactive jq
history
ijq is a terminal interface around jq, built for interactive exploration of JSON filters before reusing them in scripts. Its README describes it as an interactive jq tool, like jqplay for the command line, and notes that jq remains the underlying filter engine.
The public tag history reaches v0.1.0 in 2020, and the project later moved its primary home to Codeberg while preserving a GitHub mirror for contributions. Release notes for v1.2.0 mention removing remaining SourceHut references, and v1.3.0 tells packagers that ijq lives at Codeberg.
The tool stayed intentionally close to jq rather than becoming a separate query language. Its later evolution added terminal usability features: asynchronous jq subprocess handling for large inputs, an overlay menu, configurable key bindings, filter history, and a config file.
ijq occupies the package-manager niche for people who already use jq but want fast feedback while building a filter. Homebrew, MacPorts, Nix, Arch, and Alpine package metadata in the input show distribution across Unix-like package ecosystems; Homebrew formula metadata records binary bottles and install analytics.
A common workflow is to open a JSON file or pipe API output into ijq, edit the jq filter interactively, then press Return to emit the filtered output and save the filter for later jq use. The README also documents history storage under the XDG data path and a config file for changing the history file, jq binary, pane visibility, and key bindings.
For package nerds, ijq is interesting because it packages an ergonomic shell companion rather than a new data-processing stack. It is small, jq-compatible, and useful in the same workflows where people already install jq, fx, jless, or browser-based jqplay.
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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/ijq/config~/.config/ijq/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ijq | 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.
https://codeberg.org/gpanders/ijq
install metadata
| Package key | brew:ijq |
|---|---|
| Version | 1.3.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ijq |
| Homepage | https://codeberg.org/gpanders/ijq |
| Repository | https://codeberg.org/gpanders/ijq |
| Upstream docs | https://codeberg.org/gpanders/ijq |
| License | GPL-3.0-or-later |
| Source archive | https://codeberg.org/gpanders/ijq/archive/v1.3.0.tar.gz |
| Build dependencies | go, scdoc |
| Uses from macOS | jq |
| 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 | ijq |
| 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.
ijq
nix profile install nixpkgs#ijqijq 1.2.0-r7
Interactive jq tool
https://codeberg.org/gpanders/ijq
sudo apk add ijqijq-doc 1.2.0-r7
Interactive jq tool (documentation)
https://codeberg.org/gpanders/ijq
sudo apk add ijq-docijq 1.3.0-1
Interactive jq tool, like jqplay for the commandline
https://git.sr.ht/~gpanders/ijq
sudo pacman -S ijqijq
sudo port install ijqsource 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.