# diff-pdf を Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:diff-pdf
```

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

### macOS

- Homebrew (100%):

```sh
brew install diff-pdf
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install diff-pdf
```

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

### Linux

- apk (92%):

```sh
sudo apk add diff-pdf
```

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

- dnf (92%):

```sh
sudo dnf install diff-pdf
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#diff-pdf
```

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

- pacman (92%):

```sh
sudo pacman -S diff-pdf
```

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

- zypper (92%):

```sh
sudo zypper install diff-pdf
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/diff-pdf
```

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

- winget (92%):

```sh
winget install --id vslavik.diff-pdf -e
```

  証拠: Windows Package Manager source index: vslavik.diff-pdf from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:diff-pdf
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/diff-pdf>
- **バージョン:** 0.5.3
- **ソース概要:** Visually compare two PDF files
- **ホームページ:** <https://vslavik.github.io/diff-pdf/>
- **リポジトリ:** <https://github.com/vslavik/diff-pdf>
- **上流ドキュメント:** <https://vslavik.github.io/diff-pdf/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/vslavik/diff-pdf/releases/download/v0.5.3/diff-pdf-0.5.3.tar.gz>
- **最終更新:** 2026-05-14T22:24:05-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- diff-pdf (cli)
- diff-pdf (エイリアス)

## 依存関係

- cairo
- gettext
- glib
- poppler
- wxwidgets@3.2

## ビルド依存関係

- autoconf
- automake
- libtool
- pkgconf

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.5.3
- マネージャ更新日: 2026-05-14
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/vslavik/diff-pdf
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

diff-pdf is a small visual comparison tool for PDF files. It can act like a quiet CLI checker through exit status, emit a highlighted diff PDF, or open a simple viewer for page-by-page inspection.

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

The upstream GitHub repository was created in 2009 and describes diff-pdf as a simple tool for visually comparing two PDF files. The README now labels the project as provided as-is and not actively developed, while still welcoming patches.

The project has kept a traditional autotools build and depends on wxWidgets, Cairo, and Poppler. GitHub releases show continuing tagged maintenance from the 0.3 series in 2019 through 0.5.3 in 2026.

### 採用の歴史

diff-pdf became useful to packagers because it fills a precise automation gap: comparing rendered PDFs in CI, document workflows, and release checks where textual diffs do not describe visual output. The README documents installation through Windows release ZIPs, Chocolatey, Homebrew, MacPorts, Fedora/CentOS packages, and openSUSE builds.

### 使われ方

Common usage is diff-pdf a.pdf b.pdf for an exit code, --output-diff=diff.pdf for a marked-up artifact, or --view for an interactive GUI. That mix makes it useful both in scripts and in manual document review.

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

The package is a good example of Unix packaging around graphical document infrastructure: a CLI front end with GUI mode, native library dependencies, and real value in reproducible document testing.

### タイムライン

- 2009: The vslavik/diff-pdf GitHub repository is created.
- 2019: Version 0.3 appears in GitHub releases.
- 2021: Version 0.5 is released.
- 2026: Version 0.5.3 is released.

### Related projects

- Poppler, Cairo, wxWidgets, Chocolatey, Homebrew, MacPorts, and openSUSE Build Service are the main adjacent tools and distribution surfaces named by upstream.

### ソース

- <https://github.com/vslavik/diff-pdf>
- <https://api.github.com/repos/vslavik/diff-pdf>
- <https://raw.githubusercontent.com/vslavik/diff-pdf/master/README.md>
- <https://api.github.com/repos/vslavik/diff-pdf/releases>


## セキュリティノート

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:** diff-pdf
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Nix - diff-pdf: normalized package name match | nixpkgs package indexes: pkgs/by-name/di/diff-pdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - diff-pdf - 0.5.3-r0: normalized package name match | Alpine Linux edge package indexes: diff-pdf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A simple tool for visually comparing two PDF files | https://vslavik.github.io/diff-pdf/
- dnf - diff-pdf - 0.5.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: diff-pdf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A simple tool for visually comparing two PDF files | http://vslavik.github.io/diff-pdf/
- pacman - diff-pdf - 0.5.3-1: normalized package name match | Arch Linux sync databases: diff-pdf from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A simple tool for visually comparing two PDF files | http://vslavik.github.io/diff-pdf
- zypper - diff-pdf - 0.5.3-1.2: normalized package name match | openSUSE Tumbleweed package metadata: diff-pdf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Simple PDF comparison tool | https://vslavik.github.io/diff-pdf/
- MacPorts - diff-pdf: normalized package name match | MacPorts ports tree: graphics/diff-pdf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/diff-pdf: normalized package name match | Scoop official bucket manifest trees: bucket/diff-pdf.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - vslavik.diff-pdf: normalized package name match | Windows Package Manager source index: vslavik.diff-pdf from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [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.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [glib](https://pkg.so/ja/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/ja/brew/gettext/) - Runtime dependency declared by Homebrew.
- [cairo](https://pkg.so/ja/brew/cairo/) - Runtime dependency declared by Homebrew.
- [poppler](https://pkg.so/ja/brew/poppler/) - Runtime dependency declared by Homebrew.
- [wxwidgets@3.2](https://pkg.so/ja/brew/wxwidgets-3-2/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/ja/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/ja/brew/automake/) - Build dependency declared by Homebrew.
- [pdfpc](https://pkg.so/ja/brew/pdfpc/) - Shares pkgdb curated category or tags: cli, gui, pdf, productivity.
- [cpdf](https://pkg.so/ja/brew/cpdf/) - Shares pkgdb curated category or tags: cli, pdf, productivity.
- [briss](https://pkg.so/ja/brew/briss/) - Shares pkgdb curated category or tags: cli, pdf, productivity.
- [doxx](https://pkg.so/ja/brew/doxx/) - Shares pkgdb curated category or tags: cli, documents, productivity.
- [libwpd](https://pkg.so/ja/brew/libwpd/) - Shares pkgdb curated category or tags: cli, documents, productivity.
- [jpdfbookmarks](https://pkg.so/ja/brew/jpdfbookmarks/) - Shares pkgdb curated category or tags: cli, gui, pdf, productivity.
- [libwps](https://pkg.so/ja/brew/libwps/) - Shares pkgdb curated category or tags: cli, documents, productivity.
- [libwpg](https://pkg.so/ja/brew/libwpg/) - Shares pkgdb curated category or tags: cli, documents, productivity.
- [prefixsuffix](https://pkg.so/ja/brew/prefixsuffix/) - Local package facts share a topical domain. Shared terms: cairo, cli, gettext, glib, gui.

## Combined YAML source

View the package source record on GitHub. [combined/diff-pdf.yml](https://github.com/mxcl/pkgdb/blob/main/combined/diff-pdf.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
