macOS
brew install opentimestamps-clientlocal Homebrew formula metadata
brew / Rang 7749
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für opentimestamps-client in AI-Agent-Workflows.
Installation
brew install opentimestamps-clientlocal Homebrew formula metadata
nix profile install nixpkgs#opentimestamps-clientnixpkgs package indexes · pkgs/by-name/op/opentimestamps-client/package.nix · Quelle: api.github.com
Überblick
Create and verify OpenTimestamps proofs
Verlauf
OpenTimestamps Client is the Python command-line implementation for creating and verifying OpenTimestamps proofs. It anchors file and Git-commit timestamps to Bitcoin-backed attestations, producing small `.ots` proof files that can be checked independently later.
Peter Todd announced OpenTimestamps in September 2016 as a scalable, trust-minimized, distributed timestamping scheme using Bitcoin. The design separates the timestamp proof format from any single web service: calendars aggregate commitments, Bitcoin supplies the public time attestation, and clients can later verify proofs against the blockchain.
The client repository packages the everyday tooling around that protocol: stamping files, upgrading pending timestamps, verifying proofs, and integrating timestamps into PGP-signed Git commits. The Git integration work targeted a software-supply-chain problem: a commit signature proves who signed a commit, while a timestamp helps show when that signature existed.
OpenTimestamps appealed to users who wanted blockchain-backed proof-of-existence without putting whole documents on-chain or trusting a single timestamping authority. Public calendar servers made ordinary timestamp creation cheap and fast, while local verification with Bitcoin Core kept the trust model understandable for security-sensitive users.
The client remained niche compared with general signing tools, but it developed a small ecosystem of protocol implementations in Python, JavaScript, Java, and Rust. Its strongest adoption story is in release engineering, archival proof, research-notebook integrity, and Git-history timestamping rather than broad consumer file sharing.
Users run commands such as `ots stamp`, `ots verify`, and Git wrapper commands to create proof files, complete pending attestations, and check that a file or commit existed before a Bitcoin block time. Verification can use a local Bitcoin Core node, including a pruned node, so the proof does not depend on the original calendar server staying online.
The package’s `ots-git-gpg-wrapper` executable is especially package-nerdy: it composes Git signing, GPG signatures, and timestamp proofs so release commits can carry both identity and time evidence.
This package sits at the intersection of packaging, cryptography, and reproducible provenance. It is small, but it gives maintainers a way to attach time evidence to source releases, commits, and artifacts without inventing a full transparency log.
Sicherheitslage
Für opentimestamps-client wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
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 |
|---|---|---|---|
ots-git-gpg-wrapper | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
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.
Installationsmetadaten
| Paketschlüssel | brew:opentimestamps-client |
|---|---|
| Version | 0.7.2 |
| Paketmanager | Homebrew |
| Homepage | https://opentimestamps.org |
| Zuletzt aktualisiert | 2026-07-25T10:38:30Z |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
opentimestamps-client
nix profile install nixpkgs#opentimestamps-clientQuellspur
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.