# Installer diffnav avec Homebrew, MacPorts, Nix, pacman, scoop

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

## installation

```sh
sudo av install brew:diffnav
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install diffnav
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install diffnav
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#diffnav
```

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

- pacman (92%):

```sh
sudo pacman -S diffnav
```

  Preuve: Arch Linux sync databases: diffnav from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/diffnav
```

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

## Faits du paquet

- **Clé du paquet:** brew:diffnav
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.12.0
- **Résumé source:** Git diff pager based on delta but with a file tree
- **Page d'accueil:** <https://github.com/dlvhdr/diffnav>
- **Dépôt:** <https://github.com/dlvhdr/diffnav>
- **Dernière mise à jour:** 2026-07-25T14:21:57-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- diffnav (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

diffnav is a Git diff pager that combines delta-style diff rendering with a file-tree navigation pane. It is a newer terminal UI tool aimed at making large diffs easier to browse.

### Historique du projet

The diffnav repository was created in 2024 and describes the tool as a Git diff pager based on delta with a GitHub-like file tree. Its README documents side-by-side and unified views, watch mode, file-tree controls, and configuration through YAML.

The release feed shows rapid early iteration through 2026, with versions from the 0.6.0 through 0.11.0 series published in the first quarter of that year.

### Historique d'adoption

Because diffnav is young, its adoption history is still mostly upstream-led: the README documents installation through Homebrew from the author's tap or building with Go, plus usage as a global Git diff pager. The package-manager interest is in bringing a newer TUI diff-navigation workflow to standard install channels.

### Modes d'utilisation

Users pipe git diff or gh pr diff output into diffnav, or configure Git with pager.diff diffnav. The tool adds keyboard navigation, file-tree toggling, side-by-side or unified rendering, and watch mode for refreshing a diff command.

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

diffnav matters to package nerds as part of the modern wave of Go-based terminal UIs: a single installable binary, YAML config, Git integration, and explicit dependence on established projects such as delta and Bubble Tea.

### Chronologie

- 2024: The dlvhdr/diffnav GitHub repository is created.
- 2026: Version 0.6.0 is released.
- 2026: Version 0.11.0 is released.

### Related projects

- delta, Bubble Tea, Git, gh, and gh-dash are the closest projects named or implied by upstream documentation.

### Sources

- <https://github.com/dlvhdr/diffnav>
- <https://api.github.com/repos/dlvhdr/diffnav>
- <https://raw.githubusercontent.com/dlvhdr/diffnav/main/README.md>
- <https://api.github.com/repos/dlvhdr/diffnav/releases>


## 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 - diffnav: normalized package name match | nixpkgs package indexes: pkgs/by-name/di/diffnav/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - diffnav - 0.11.0-1: normalized package name match | Arch Linux sync databases: diffnav from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | git diff pager based on delta but with a file tree, à la GitHub | https://github.com/dlvhdr/diffnav
- MacPorts - diffnav: normalized package name match | MacPorts ports tree: textproc/diffnav/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/diffnav: normalized package name match | Scoop official bucket manifest trees: bucket/diffnav.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/diffnav.yml](https://github.com/mxcl/pkgdb/blob/main/combined/diffnav.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
