Fast compression and restores
Zstandard compression, archive indexes, and random-access extraction keep large archive creation, verification, and targeted restore workflows practical.
Open archive format
tzap combines fast Zstandard compression, authenticated encryption, split volumes, recovery data, and random-access restores in one practical format with a Rust reference implementation.
cargo install tzap Most archive tools optimize for sharing small files or unpacking old formats. tzap is aimed at archives you may need to trust years from now: private datasets, source records, media sets, legal records, and cold backups.
export TZAP_PASSPHRASE='correct horse battery staple'
printf '%s\n' "$TZAP_PASSPHRASE" | \
tzap create --password-stdin -o backup.tzap ./project
printf '%s\n' "$TZAP_PASSPHRASE" | tzap verify --password-stdin backup.tzap
printf '%s\n' "$TZAP_PASSPHRASE" | tzap extract --password-stdin backup.tzap -C restored ZManager CLI is an open-source universal archiver that supports .tzap workflows alongside ZIP, TAR.ZST, 7z, and broad extraction formats.
Questions, support requests, and project coordination can be sent by email.
Fund release work, compatibility testing, documentation, and long-term maintenance.
tzap is built for archives that need to be fast to create, private to store, and resilient enough to restore years later. The format combines Zstandard compression, authenticated encryption, manifest integrity checks, split-volume layouts, random-access restores, and recovery data so backups, source records, media sets, and research datasets can be stored with fewer fragile assumptions.
Zstandard compression, archive indexes, and random-access extraction keep large archive creation, verification, and targeted restore workflows practical.
Archive contents, file names, metadata, indexes, and payloads can be protected instead of leaving sensitive structure exposed.
Archives can be divided for cloud objects, removable drives, discs, and offline media while retaining recovery options for damaged or missing pieces.