macOS
brew install add-determinismlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für add-determinism in AI-Agent-Workflows.
Installation
brew install add-determinismlocal Homebrew formula metadata
sudo dnf install add-determinismFedora Rawhide package metadata · add-determinism · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#add-determinismnixpkgs package indexes · pkgs/by-name/ad/add-determinism/package.nix · Quelle: api.github.com
sudo pacman -S add-determinismArch Linux sync databases · add-determinism · Quelle: geo.mirror.pkgbuild.com
Überblick
Build postprocessor to reset metadata fields for build reproducibility
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
add-det | cli | globales Executable | |
linkdupes | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/keszybz/add-determinism
Installationsmetadaten
| Paketschlüssel | brew:add-determinism |
|---|---|
| Version | 0.7.3 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/add-determinism |
| Homepage | https://github.com/keszybz/add-determinism |
| Repository | https://github.com/keszybz/add-determinism |
| Upstream-Dokumentation | https://github.com/keszybz/add-determinism#readme |
| Lizenz | GPL-3.0-or-later |
| Quellarchiv | https://github.com/keszybz/add-determinism/archive/refs/tags/v0.7.3.tar.gz |
| Zuletzt aktualisiert | 2026-06-09T00:53:04Z |
| Pulse | updated |
| Build-Abhängigkeiten | pkgconf, rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 linkdupesQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.