macOS
brew install add-determinismlocal Homebrew formula metadata
brew
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
brew install add-determinismlocal Homebrew formula metadata
sudo dnf install add-determinismFedora Rawhide package metadata · add-determinism · Source: dl.fedoraproject.org
nix profile install nixpkgs#add-determinismnixpkgs package indexes · pkgs/by-name/ad/add-determinism/package.nix · Source: api.github.com
sudo pacman -S add-determinismArch Linux sync databases · add-determinism · Source: geo.mirror.pkgbuild.com
aperçu
Build postprocessor to reset metadata fields for build reproducibility
historique
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.
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.
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.
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.
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
add-det | cli | exécutable global | |
linkdupes | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/keszybz/add-determinism
métadonnées d'installation
| Clé du paquet | brew:add-determinism |
|---|---|
| Version | 0.7.3 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/add-determinism |
| 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 |
| Pulse | updated |
| Dépendances de compilation | pkgconf, rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
add-determinism
nix profile install nixpkgs#add-determinismadd-determinism 0.7.3-2.fc45
RPM buildroot helper to strip nondeterministic bits in files
https://crates.io/crates/add-determinism
sudo dnf install add-determinismadd-determinism 0.7.3-1
Build postprocessor to reset metadata fields for build reproducibility
https://github.com/keszybz/add-determinism
sudo pacman -S add-determinismlinkdupes 0.7.3-2.fc45
RPM buildroot helper to hardlink identical files
https://crates.io/crates/add-determinism
sudo dnf install linkdupespiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.