macOS
brew install add-determinismlocal Homebrew formula metadata
brew / 順位 7225
add-determinism のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install add-determinismlocal Homebrew formula metadata
sudo dnf install add-determinismFedora Rawhide package metadata · add-determinism · ソース: dl.fedoraproject.org
nix profile install nixpkgs#add-determinismnixpkgs package indexes · pkgs/by-name/ad/add-determinism/package.nix · ソース: api.github.com
sudo pacman -S add-determinismArch Linux sync databases · add-determinism · ソース: geo.mirror.pkgbuild.com
概要
Build postprocessor to reset metadata fields for build reproducibility
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
add-det | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
linkdupes | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:add-determinism |
|---|---|
| バージョン | 0.7.3 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/keszybz/add-determinism |
| リポジトリ | https://github.com/keszybz/add-determinism |
| 最終更新 | 2026-06-09T00:53:04Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
add-determinism
nix profile install nixpkgs#add-determinismadd-determinism 0.7.3-3.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-3.fc45
RPM buildroot helper to hardlink identical files
https://crates.io/crates/add-determinism
sudo dnf install linkdupesソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.