# Installer dyff avec Homebrew, MacPorts, Nix, zypper, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dyff pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:dyff
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dyff
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dyff
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dyff
```

  Preuve: nixpkgs package indexes: pkgs/by-name/dy/dyff/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install dyff
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/dyff
```

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

## Faits du paquet

- **Clé du paquet:** brew:dyff
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.12.0
- **Résumé source:** Diff tool for YAML files, and sometimes JSON
- **Page d'accueil:** <https://github.com/homeport/dyff>
- **Dépôt:** <https://github.com/homeport/dyff>
- **Dernière mise à jour:** 2026-07-29T17:00:36+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dyff (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.12.0
## Historique du projet et usages

dyff is Homeport's diff tool for YAML files and sometimes JSON. Its official README says it was inspired by old BOSH v1 deployment output that reported only the changed parts of YAML from one version to another.

### Historique du projet

The official git history starts on 2018-03-09, with early commits adding Cobra-generated command structure and, by 2018-03-11, json, yaml, and between subcommands. Tags begin with v0.1-alpha in April 2018 and continue through v1.12.0 in April 2026.

### Historique d'adoption

dyff spread through infrastructure and configuration workflows rather than general prose diffing. Its README documents FreeBSD ports/packages, Homebrew tap installation, mise, MacPorts, GitHub release binaries, a curl installer, and go install; the batch input also lists Homebrew, MacPorts, Nix, Scoop, and zypper.

### Modes d'utilisation

dyff compares local files, remote URIs, or stdin; reports differences by YAML document location; can use Spruce dot-style paths or go-patch path syntax; converts YAML and JSON; preserves map order; and can be wired into kubectl diff or Git external diff commands.

### Pourquoi les passionnés de paquets s'y intéressent

dyff is package-nerd relevant because modern infrastructure is YAML-heavy and ordinary line diff is often noisy for structured config. It packages the BOSH/Cloud Foundry style of semantic manifest comparison into a standalone CLI that also fits Kubernetes, Git, CI, and cross-platform binary distribution.

### Chronologie

- 2018: Initial git commit and alpha tags.
- 2018: Early subcommands for JSON conversion, YAML conversion, and file comparison land in the official repository.
- 2026: v1.12.0 tagged on 2026-04-26.

### Related projects

- The official README names BOSH v1 as the inspiration and references Spruce path syntax, go-patch paths, kubectl diff integration, cf-deployment examples, Git external diff usage, jq pipelines, and Go installation.

### Sources

- <https://github.com/homeport/dyff#readme>
- <https://github.com/homeport/dyff/blob/main/.docs/commands/dyff.md>
- <https://github.com/homeport/dyff>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - dyff: normalized package name match | nixpkgs package indexes: pkgs/by-name/dy/dyff/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - dyff - 1.12.0-1.4: normalized package name match | openSUSE Tumbleweed package metadata: dyff from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Diff tool for YAML files, and sometimes JSON | https://github.com/homeport/dyff
- MacPorts - dyff: normalized package name match | MacPorts ports tree: textproc/dyff/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/dyff: normalized package name match | Scoop official bucket manifest trees: bucket/dyff.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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