Archivex is the category-defining archive intelligence platform. Create, compress, extract, and manage data bundles at enterprise scale — all from a single, zero-config interface.
$ archivex -czvf deploy.tar.gz ./dist
./dist/
./dist/index.html
./dist/app.js
./dist/style.css
./dist/assets/
./dist/assets/logo.svg
./dist/assets/hero.webp
$ archivex -tvf deploy.tar.gz
drwxr-xr-x user/staff 0 Mar 12 09:14 ./dist/
-rw-r--r-- user/staff 2847 Mar 12 09:14 ./dist/index.html
-rw-r--r-- user/staff 18K Mar 12 09:12 ./dist/app.js
-rw-r--r-- user/staff 4102 Mar 12 09:10 ./dist/style.css
$ archivex -xzvf deploy.tar.gz -C /srv/www
./dist/
./dist/index.html
./dist/app.js
./dist/style.css
./dist/assets/
./dist/assets/logo.svg
./dist/assets/hero.webp
Works seamlessly with
Bundle any directory tree into a single, deterministic archive with -c. Recursive by
default — every file captured, zero config required.
Unpack any archive to any destination with -x and -C. Strip path layers
with --strip-components for surgical precision.
Choose your compression profile: gzip (-z), bzip2 (-j), xz
(-J), or zstd (--zstd). Switch algorithms without changing your workflow.
Introspect any archive without extracting. -t lists every member with full metadata —
sizes, timestamps, permissions — in milliseconds.
Append new files to existing archives with -r. Update only changed files with
-u. Your archives stay current, always.
Preserve ownership and permissions with -p and --same-owner. Your security
model travels with your data.
Precision-filter with --exclude, --include, and --wildcards.
Only archive exactly what matters — nothing more, nothing less.
Track changes across archive generations with --listed-incremental. Level 0, level 1,
level N — true differential backup at any depth.
Point Archivex at any file tree. Use -T to load targets from a manifest, or
--exclude patterns to dial in precision.
Create a compressed archive in one pass. Choose your compression engine — -z,
-j, -J, or --zstd — and hit ship.
Extract anywhere with -x. Redirect output with -C. Verify integrity with
-W. Your data lands exactly where it belongs.
| Feature | Archivex | Competitor A | Competitor B | Competitor C |
|---|---|---|---|---|
| Multi-algorithm compression | ✅ gzip, bzip2, xz, zstd | gzip only | gzip, bzip2 | ❌ |
| Incremental backups | ✅ Multi-level | ❌ | Level 0 only | ❌ |
| Multi-volume archives | ✅ | ❌ | ❌ | ⚠️ Partial |
| Permission preservation | ✅ Full (owner, group, mode) | Mode only | ❌ | Mode only |
| Selective exclusion patterns | ✅ Wildcard + glob | Basic | ❌ | Basic |
| In-place append / update | ✅ | ❌ | ❌ | ❌ |
| Post-write verification | ✅ | ❌ | ❌ | ❌ |
| Price | From $0/mo | $49/mo | $79/mo | $129/mo |
# Create a gzip-compressed archive
$ archivex -czvf project.tar.gz ./src
./src/
./src/main.c
./src/utils.c
./src/utils.h
./src/Makefile
No compression on value. Every tier unlocks more flags.
-c Create archives-x Extract archives-t List contents-f Specify archive file-v Verbose output-z)-j bzip2 compression-J xz compression--zstd zstd compression-r Append to archives-u Update archives--exclude / --include patterns-C Change directory--delete Remove from archives-p Permission preservation--same-owner Ownership integrity--strip-components Path control-T File manifest ingestion-W Post-write verification--diff Archive diffing--incremental Full incremental backup--listed-incremental Multi-level diffs--multi-volume Distributed archives--tape-length Volume splitting--checkpoint Progress callbacks-k / --overwrite Conflict resolution"We were manually bundling deploy artifacts across 14 microservices.
Archivex's --exclude patterns and -z compression cut our CI pipeline from
22 minutes to 90 seconds. This is the 10x tool nobody talks about."
"The --listed-incremental feature is genuinely game-changing.
We went from full nightly backups to multi-level incrementals — 97% less storage, same coverage.
Archivex is our north star for data durability."
"I'm a solo dev shipping side projects. The Starter tier gives me
everything I need — -czvf and I'm done. When I needed bzip2 for a larger project,
upgrading to Pro was a no-brainer."
"We run --multi-volume across our tape infrastructure for
compliance archival. The -W verify flag gives us write-confidence that no other tool in
this space provides. Enterprise tier pays for itself."
Archivex supports gzip, bzip2, xz, and zstd out of the box. Simply pass the appropriate flag
(-z, -j, -J, or --zstd) and we handle the rest.
The Pro tier and above unlock all four algorithms.
Absolutely. Archivex preserves Unix permissions (-p), ownership
(--same-owner), and supports post-write verification (-W) to ensure
bit-perfect integrity. We're SOC 2 Type II certified and GDPR compliant.
Yes — it's one of our most powerful features. Use --listed-incremental with a snapshot
file to create multi-level differential backups. Only changed files are archived on subsequent runs,
saving massive storage and time.
Yes. Pass member names as arguments to the extract operation, or use --wildcards for
pattern-based selective extraction. Combine with --strip-components to flatten
directory structures on the fly.
Archivex is engineered for maximum resilience. It operates entirely on your local infrastructure with zero external dependencies. Air-gapped environments, edge servers, submarines — we run everywhere.