bitsdepends
bitsdepends is an open-source binary dependency management system designed to track, resolve, and fetch binary artifacts and their dependencies across build and deployment environments. It emphasizes binaries rather than source code to enable deterministic, replayable builds by recording artifact coordinates, digests, provenance, and platform information.
The project provides a declarative manifest format, a resolution engine, and a command-line client that can
Architecturally, bitsdepends consists of a manifest schema, a resolver, an artifact store interface, a local cache,
Bitsdepends is maintained by an open community and released under a permissive license. Development follows a
In practice, bitsdepends complements source-based package managers by handling compiled artifacts across platforms, architectures, and environments.
Related topics include dependency management, artifact repositories, and build automation.