Automic VaultAutomic Vault

brew

ijq を Homebrew, apk, MacPorts, Nix, pacman でインストール

ijq のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install ijq

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install ijq

MacPorts ports tree · textproc/ijq/Portfile · ソース: api.github.com

概要

パッケージ概要

Interactive jq

コマンドとエイリアス

  • ijq

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2020: v0.1.0 appears in the public tag history.
  • 2024: v1.1.0 improves UI responsiveness by running jq subprocess work without blocking the main interface.
  • 2025: v1.2.0 removes remaining SourceHut references and documents the Codeberg home for packagers.
  • 2026: v1.3.0 adds a config file, overlay menu, history management, and Codeberg CI.

Related projects

  • ijq is directly related to jq and jqplay. The README also points to vim-jqplay as similar work, while package users may compare it with adjacent JSON explorers such as fx or jless.

ソース

  • Project README, Codeberg release notes, Codeberg repository metadata, and Homebrew formula metadata.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
$XDG_CONFIG_HOME/ijq/config~/.config/ijq/config

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
ijqcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.3.0
マネージャ更新日2026-07-15
ローカルデータOK
上流not checked
検出された最新未検出

https://codeberg.org/gpanders/ijq

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:ijq
バージョン1.3.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/ijq
ホームページhttps://codeberg.org/gpanders/ijq
リポジトリhttps://codeberg.org/gpanders/ijq
上流ドキュメントhttps://codeberg.org/gpanders/ijq
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://codeberg.org/gpanders/ijq/archive/v1.3.0.tar.gz
最終更新2026-07-15T09:34:02Z
Pulseupdated
ビルド依存関係go, scdoc
macOS 提供ライブラリjq
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameijq
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

ijq

nix profile install nixpkgs#ijq
  • normalized package name match
  • 一致条件: Ijq
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ij/ijq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

ijq 1.2.0-r7

Interactive jq tool

https://codeberg.org/gpanders/ijq

sudo apk add ijq
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: ijq
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Ijq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ijq from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

ijq-doc 1.2.0-r7

Interactive jq tool (documentation)

https://codeberg.org/gpanders/ijq

sudo apk add ijq-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: ijq
  • normalized package name match
  • 一致条件: Ijq
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ijq-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

ijq 1.3.0-1

Interactive jq tool, like jqplay for the commandline

https://git.sr.ht/~gpanders/ijq

sudo pacman -S ijq
  • License: GPL-3.0-only
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Ijq
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ijq from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

ijq

sudo port install ijq
  • normalized package name match
  • 一致条件: Ijq
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/ijq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment