`vpkg`. A transactional package manager that ensures your system is always in a consistent state. Rollback failed updates instantly.
Manage software.
ACID Properties. Install, update, and remove multiple packages as a single atomic unit. If power fails, the system remains untouched.
vpkg commands →Deduplication. Packages are stored in a CAS store, saving disk space by sharing identical files between different package versions.
Internals →Supply Chain Security. Every package is built in a hermetic environment, ensuring bit-for-bit identical results from source.
Verification →