# Installer add-determinism avec Homebrew, dnf, Nix, pacman

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

## installation

```sh
sudo av install brew:add-determinism
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install add-determinism
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install add-determinism
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#add-determinism
```

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

- pacman (92%):

```sh
sudo pacman -S add-determinism
```

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

## Faits du paquet

- **Clé du paquet:** brew:add-determinism
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/add-determinism>
- **Version:** 0.7.3
- **Résumé source:** Build postprocessor to reset metadata fields for build reproducibility
- **Page d'accueil:** <https://github.com/keszybz/add-determinism>
- **Dépôt:** <https://github.com/keszybz/add-determinism>
- **Docs amont:** <https://github.com/keszybz/add-determinism#readme>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://github.com/keszybz/add-determinism/archive/refs/tags/v0.7.3.tar.gz>
- **Dernière mise à jour:** 2026-06-09T00:53:04Z
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- add-det (cli)
- linkdupes (cli)
- add-det (alias)
- linkdupes (alias)

## Dépendances de compilation

- pkgconf
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.7.3
- gestionnaire mis à jour: 2026-06-09
- données locales: OK
- dépôt amont: https://github.com/keszybz/add-determinism
- dernière version détectée: v0.7.3 (à jour)
## Historique du projet et usages

add-determinism is a Rust package-build postprocessor for removing common sources of nondeterminism after a build has produced files. Its two command-line programs, add-det and linkdupes, are aimed at reproducible package builds rather than general end-user file cleanup.

### Historique du projet

The GitHub repository was created in March 2024, and the official README presents the project as a from-scratch Rust implementation inspired by Debian's strip-nondeterminism. The README explains the Fedora/RHEL motivation directly: the author wanted tooling suitable for RPM buildroots without pulling Perl into all build environments, and with behavior tuned for Fedora-style artifacts such as Python bytecode.

The project quickly grew beyond a single timestamp scrubber. add-det rewrites supported archive and generated-file formats in place while preserving safety on failures; linkdupes handles duplicate files in build trees while accounting for SOURCE_DATE_EPOCH and SELinux contexts.

### Historique d'adoption

The README documents intended integration with RPM build-root postprocessing through --brp mode and links to redhat-rpm-config pull requests adding add-det and linkdupes to %__os_install_post. The supplied package-manager metadata also shows packaging in Homebrew, Fedora/DNF, Nix, and Arch/pacman.

### Modes d'utilisation

Package maintainers run add-det over files or directories to clamp or strip metadata in ar, jar, javadoc HTML, gzip, pyc, and zip outputs. In check mode it reports files that would be modified without rewriting them, which makes it useful in reproducibility tests.

linkdupes walks build output trees and hardlinks files with identical content and compatible metadata. Its package-build angle is that it can clamp mtimes against SOURCE_DATE_EPOCH and avoid unsafe hardlinking across mismatched SELinux contexts.

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

This is a small but very package-manager-native tool: it encodes distro build-root concerns, reproducible-build conventions, and RPM macro integration in one binary crate. For package nerds, the interesting part is not a new file format but a practical attempt to make post-build cleanup deterministic, portable across builders, and cheap to add to packaging pipelines.

### Chronologie

- 2024-03: GitHub repository created.
- 2024: v0.1.0 appears in the official tag list.
- Current README: add-det and linkdupes are documented as build postprocessors for reproducible package builds.

### Related projects

- strip-nondeterminism is cited by the README as the inspiration.
- redhat-rpm-config is cited by the README for RPM post-install integration.

### Sources

- <https://api.github.com/repos/keszybz/add-determinism>
- <https://api.github.com/repos/keszybz/add-determinism/tags?per_page=100>
- <https://github.com/keszybz/add-determinism#readme>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** add-determinism
- **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

## Autres enregistrements de gestionnaires de paquets

- Nix - add-determinism: normalized package name match | nixpkgs package indexes: pkgs/by-name/ad/add-determinism/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - add-determinism - 0.7.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: add-determinism from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | RPM buildroot helper to strip nondeterministic bits in files | https://crates.io/crates/add-determinism
- pacman - add-determinism - 0.7.3-1: normalized package name match | Arch Linux sync databases: add-determinism from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Build postprocessor to reset metadata fields for build reproducibility | https://github.com/keszybz/add-determinism
- dnf - linkdupes - 0.7.3-2.fc45: installed executable or alias match | Fedora Rawhide package metadata: linkdupes from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | RPM buildroot helper to hardlink identical files | https://crates.io/crates/add-determinism


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [pkgconf](https://www.automicvault.com/fr/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/fr/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [haskell-stack](https://www.automicvault.com/fr/pkg/brew/haskell-stack/) - Shares av.db curated category or tags: build-tools, cli, developer-tools, reproducible-builds.
- [strip-nondeterminism](https://www.automicvault.com/fr/pkg/brew/strip-nondeterminism/) - Shares av.db curated category or tags: build-tools, cli, developer-tools, reproducible-builds.
- [aarch64-elf-binutils](https://www.automicvault.com/fr/pkg/brew/aarch64-elf-binutils/) - Shares av.db curated category or tags: build-tools, cli, developer-tools.
- [ant](https://www.automicvault.com/fr/pkg/brew/ant/) - Shares av.db curated category or tags: build-tools, cli, developer-tools.
- [bmake](https://www.automicvault.com/fr/pkg/brew/bmake/) - Shares av.db curated category or tags: build-tools, cli, developer-tools.
- [buildapp](https://www.automicvault.com/fr/pkg/brew/buildapp/) - Shares av.db curated category or tags: build-tools, cli, developer-tools.
- [buildozer](https://www.automicvault.com/fr/pkg/brew/buildozer/) - Shares av.db curated category or tags: build-tools, cli, developer-tools.
- [ccache](https://www.automicvault.com/fr/pkg/brew/ccache/) - Shares av.db curated category or tags: build-tools, cli, developer-tools.
- [gradle-profiler](https://www.automicvault.com/fr/pkg/brew/gradle-profiler/) - Local metadata places this package in an adjacent workflow. Shared terms: build, build-tools, builds, cli, developer.

## Combined YAML source

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


## Sources

- 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
