Atomic Updates

`vpkg`. A transactional package manager that ensures your system is always in a consistent state. Rollback failed updates instantly.

Package Lifecycle

Manage software.

Transactions

ACID Properties. Install, update, and remove multiple packages as a single atomic unit. If power fails, the system remains untouched.

vpkg commands →

Content Addressable

Deduplication. Packages are stored in a CAS store, saving disk space by sharing identical files between different package versions.

Internals →

Reproducible Builds

Supply Chain Security. Every package is built in a hermetic environment, ensuring bit-for-bit identical results from source.

Verification →