# jaq を Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop でインストール

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

## インストール

```sh
sudo av install brew:jaq
```

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

### macOS

- Homebrew (100%):

```sh
brew install jaq
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jaq
```

  証拠: MacPorts ports tree: textproc/jaq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add jaq
```

  証拠: Alpine Linux edge package indexes: jaq from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#jaq
```

  証拠: nixpkgs package indexes: pkgs/by-name/ja/jaq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S jaq
```

  証拠: Arch Linux sync databases: jaq from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install jaq
```

  証拠: openSUSE Tumbleweed package metadata: jaq from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/jaq
```

  証拠: Scoop official bucket manifest trees: bucket/jaq.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:jaq
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/jaq>
- **バージョン:** 3.1.0
- **ソース概要:** JQ clone focussed on correctness, speed, and simplicity
- **ホームページ:** <https://github.com/01mf02/jaq>
- **リポジトリ:** <https://github.com/01mf02/jaq>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/01mf02/jaq/archive/refs/tags/v3.1.0.tar.gz>
- **最終更新:** 2026-06-11T19:54:56Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- jaq (cli)
- jaq (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 3.1.0
- マネージャ更新日: 2026-06-11
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/01mf02/jaq
- 検出された最新: v3.1.0 (最新)
## プロジェクトの歴史と使われ方

jaq is a Rust implementation of the jq language and command-line JSON processing workflow, focused on correctness, speed, and simplicity. It is both a `jaq` executable for shell pipelines and a Rust library, `jaq-core`, for embedding jq-like filters in applications.

### プロジェクトの歴史

The GitHub repository was created in December 2020. The README says jaq was originally motivated by the startup time of jq 1.6 and later kept its focus on correctness, performance, and a small implementation that is easier to audit and contribute to.

The project expanded beyond JSON-only jq compatibility. The README and manual document YAML, CBOR, TOML, XML, CSV, TSV, byte strings, non-string object keys, in-place replacement, and explicit documentation of divergences from jq. Release notes for the 3.0 line describe multi-format support as a major shift, effectively making jaq a structured-data transformation tool rather than only a jq clone.

### 採用の歴史

jaq spread through Rust and package-manager channels: the README links crates.io/docs.rs badges for `jaq-core`, binary releases for Linux, macOS, and Windows, Homebrew install commands, and a Repology packaging badge. Homebrew API data available during this enrichment recorded 2,232 installs over 365 days.

The project also gained formal support and review. The README credits NLnet and NGI0 funding, and its security section records Radically Open Security audits tied to NLnet grants, with audit findings addressed and fuzzing targets added.

### 使われ方

Users can treat `jaq` as a drop-in `jq` replacement for many filters, use it to transform JSON and other structured formats, or embed `jaq-core` in Rust programs. The manual covers the CLI, jq core language, standard library, advanced features, supported formats, examples, and documented compatibility differences.

### パッケージ好きにとっての重要性

jaq matters to package nerds because it is a modern reimplementation of a beloved Unix data-filter language with a Rust library boundary, strong benchmarking culture, audit notes, and multi-format ambitions. It is the kind of package users install when they care about jq semantics, startup cost, embedding, and structured-data plumbing.

### タイムライン

- 2020: GitHub repository created for the Rust jq clone.
- 2024: v2.0.1 release notes focused on command-line flag behavior such as `--null-input`, `--slurpfile`, and `--from-file`.
- 2025: v2.2.0 release notes recorded path-related language work and noted that jaq-core had been audited by Radically Open Security.
- 2025: v3.0.0-alpha release notes introduced a new manual and support for YAML, CBOR, TOML, and XML under NLnet-backed work.
- 2026: v3.0.0 release notes described multi-format support for YAML, CBOR, TOML, XML, CSV, TSV, and JSON.
- 2026: v3.1.0 release notes added jq's `input_filename` filter and compatibility fixes.

### Related projects

- jaq is directly related to jq, gojq, the jq language specification work linked from its manual, and Rust crates such as `jaq-core`, `jaq-json`, `jaq-all`, and `jaq-fmts`. The README also mentions hifijson as a related parser project with fuzzing history.

### ソース

- <https://api.github.com/repos/01mf02/jaq>
- <https://api.github.com/repos/01mf02/jaq/releases?per_page=10>
- <https://formulae.brew.sh/api/formula/jaq.json>
- <https://gedenkt.at/jaq/manual/>
- <https://github.com/01mf02/jaq>
- <https://raw.githubusercontent.com/01mf02/jaq/main/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jaq
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** json2tsv
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Nix - jaq: normalized package name match | nixpkgs package indexes: pkgs/by-name/ja/jaq/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - jaq - 3.1.0-r0: normalized package name match | Alpine Linux edge package indexes: jaq from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | jq clone focused on correctness, speed and simplicity | https://github.com/01mf02/jaq
- apk - jaq-doc - 3.1.0-r0: normalized package name match | Alpine Linux edge package indexes: jaq-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | jq clone focused on correctness, speed and simplicity (documentation) | https://github.com/01mf02/jaq
- pacman - jaq - 3.1.0-3: normalized package name match | Arch Linux sync databases: jaq from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A jq clone focussed on correctness, speed, and simplicity | https://github.com/01mf02/jaq
- zypper - jaq - 2.3.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: jaq from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | jq clone in Rust | https://github.com/01mf02/jaq
- MacPorts - jaq: normalized package name match | MacPorts ports tree: textproc/jaq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/jaq: normalized package name match | Scoop official bucket manifest trees: bucket/jaq.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [jnv](https://pkg.so/ja/brew/jnv/) - Shares pkgdb curated category or tags: cli, developer-tools, jq, json, rust.
- [gojq](https://pkg.so/ja/brew/gojq/) - Shares pkgdb curated category or tags: cli, developer-tools, jq, json, query-language.
- [jql](https://pkg.so/ja/brew/jql/) - Shares pkgdb curated category or tags: cli, developer-tools, json, query-language, rust.
- [jq](https://pkg.so/ja/brew/jq/) - Shares pkgdb curated category or tags: cli, developer-tools, json, query-language.
- [yq](https://pkg.so/ja/brew/yq/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, json.
- [python-yq](https://pkg.so/ja/brew/python-yq/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, jq, json.
- [ijq](https://pkg.so/ja/brew/ijq/) - Shares pkgdb curated category or tags: cli, developer-tools, jq, json.
- [gron](https://pkg.so/ja/brew/gron/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, json.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
