# jd を Homebrew, dnf, MacPorts, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:jd
```

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

### macOS

- Homebrew (100%):

```sh
brew install jd
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jd
```

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

### Linux

- dnf (92%):

```sh
sudo dnf install jd
```

  証拠: Fedora Rawhide package metadata: jd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install extras/jd
```

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

- winget (92%):

```sh
winget install --id josephburnett.jd -e
```

  証拠: Windows Package Manager source index: josephburnett.jd from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:jd
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/jd>
- **バージョン:** 2.5.0
- **ソース概要:** JSON diff and patch
- **ホームページ:** <https://github.com/josephburnett/jd>
- **リポジトリ:** <https://github.com/josephburnett/jd>
- **上流ドキュメント:** <https://github.com/josephburnett/jd/blob/master/README.md>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/josephburnett/jd/archive/refs/tags/v2.5.0.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 2.5.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/josephburnett/jd
- 検出された最新: v2.5.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

jd is a command-line utility and Go library for diffing and patching JSON and YAML values. Its README describes a native jd diff format, JSON Merge Patch support from RFC 7386, and partial JSON Patch support from RFC 6902.

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

The public repository was created in 2016 and its tag history begins with v1.0-era releases before moving through a v2 series. The README says the v2 library replaced the v1 library, adding diff context, minimal array diffs, and hunk-level metadata.

### 採用の歴史

jd is packaged by Homebrew, Fedora, MacPorts, Scoop, and winget metadata in the input. The README also documents installation through Homebrew, mise, go install, downloaded release binaries, Docker, a GitHub Action, and a local or hosted WebAssembly-based UI.

### 使われ方

The CLI compares two JSON files, reads a second value from standard input when omitted, applies patches with -p, writes output with -o, handles set and multiset array semantics, translates formats, and can read or write YAML. Its examples show using a generated diff as a patch file.

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

jd fills the gap left by line-oriented diff when structured JSON changes need to be reviewed, patched, or normalized. Package nerds care because it makes JSON changes scriptable while preserving concepts familiar from Unix diff and patch.

### タイムライン

- 2016: The jd repository was created and v1.0-era tags began.
- 2020: v1.3.0 appeared in the tag stream under both release-1.3.0 and v1.3.0 names.
- 2022: v2.0.0 began the v2 line.
- 2024: v2.4.0 appeared in the tag stream.
- 2025: v2.5.0 added targeted comparison options and path-isolated diff semantics.

### Related projects

- Related standards and tools include Unix diff and patch, JSON Merge Patch RFC 7386, JSON Patch RFC 6902, YAML tooling, Go package distribution, GitHub Actions, and the jd WebAssembly UI.

### ソース

- <https://formulae.brew.sh/formula/jd>
- <https://github.com/josephburnett/jd>
- <https://github.com/josephburnett/jd/blob/master/README.md>
- <https://github.com/josephburnett/jd/releases>
- <https://pkg.go.dev/github.com/josephburnett/jd>


## セキュリティノート

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:** jd
- **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:** head, stable

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

- dnf - jd - 0.16.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: jd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | A 2ch browser | https://github.com/JDimproved/JDim
- MacPorts - jd: normalized package name match | MacPorts ports tree: textproc/jd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/jd: normalized package name match | Scoop official bucket manifest trees: bucket/jd.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - josephburnett.jd: normalized package name match | Windows Package Manager source index: josephburnett.jd from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [dyff](https://www.automicvault.com/ja/pkg/brew/dyff/) - Shares av.db curated category or tags: cli, developer-tools, diff, json.
- [gpatch](https://www.automicvault.com/ja/pkg/brew/gpatch/) - Shares av.db curated category or tags: cli, developer-tools, diff, patch.
- [wiggle](https://www.automicvault.com/ja/pkg/brew/wiggle/) - Shares av.db curated category or tags: cli, developer-tools, diff, patch.
- [bazel-diff](https://www.automicvault.com/ja/pkg/brew/bazel-diff/) - Shares av.db curated category or tags: cli, developer-tools, diff.
- [colordiff](https://www.automicvault.com/ja/pkg/brew/colordiff/) - Shares av.db curated category or tags: cli, developer-tools, diff.
- [config-file-validator](https://www.automicvault.com/ja/pkg/brew/config-file-validator/) - Shares av.db curated category or tags: cli, developer-tools, json.
- [dasel](https://www.automicvault.com/ja/pkg/brew/dasel/) - Shares av.db curated category or tags: cli, developer-tools, json.
- [dhall-json](https://www.automicvault.com/ja/pkg/brew/dhall-json/) - Shares av.db curated category or tags: cli, developer-tools, json.
- [diffpatch](https://www.automicvault.com/ja/pkg/npm/diffpatch/) - Both packages work with overlapping file formats or content types. Shared terms: cli, developer, developer-tools, diff, json.

## Combined YAML source

View the package source record on GitHub. [combined/jd.yml](https://github.com/automic-vault/db/blob/main/combined/jd.yml)


## ソース

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