Now available — Developer Build

DodaZIP

Next-generation compression with deduplication, self-healing, and modern encryption

Better ratios than 7-Zip • Cross-platform • Open source

ECC Self-Healing XChaCha20 Encryption Cross-File Dedup 14 Archive Formats
DZ
Overview

What Is DodaZIP?

DodaZIP is a cross-platform compression tool that combines deduplication, Reed-Solomon error correction, and XChaCha20-Poly1305 encryption into a single archive format — while also reading and writing 14 foreign formats including ZIP, 7z, RAR, tar, gz, bz2, and xz. It ships with a desktop GUI (Tauri + React) and a full-featured command-line interface.

No other archiver combines dedup, ECC, modern encryption, and universal format support in a single tool.

14
Archive formats supported
3
Modern codecs (Zstd, LZ4, LZMA2)
3
ECC protection levels
3
Platforms (Linux, Win, macOS)
Key Features

What Makes DodaZIP Different

Every other compression tool treats files independently. DodaZIP changes the game.

Content-Defined Dedup

Across-file dedup with FastCDC chunking. Identical data across files is stored only once — no other archiver does this.

Self-Healing ECC

Reed-Solomon erasure coding repairs damaged archives automatically. Choose Low, Medium, or High protection.

Military-Grade Encryption

XChaCha20-Poly1305 with Argon2id. Filenames, metadata, and contents all encrypted. No weak options.

Modern Codecs

Zstandard, LZMA2, LZ4, and Store. Better compression than deflate while keeping speed competitive.

Reads & Writes 14 Formats

Native .dodaz, plus ZIP, 7z, RAR (read), tar, gz, bz2, xz. One tool for everything.

Desktop GUI + CLI

Tauri desktop app (Linux, Windows, macOS) with dark mode, keyboard shortcuts. Full CLI for scripting.

Random-Access Extraction

Extract a single file from a .dodaz archive in O(1) time — no need to decompress the whole archive.

Open Source & Auditable

MIT / Apache 2.0. Built in Rust for memory safety. No black boxes — full code on GitHub.

Comparison

DodaZIP vs. The Others

Feature comparison against the most popular compression tools

Feature DodaZIP 7-Zip Windows ZIP tar + gzip
Cross-file deduplication ✓ Native
Self-healing ECC ✓ Reed-Solomon
Encryption ✓ XChaCha20 + Argon2id AES-256 (ZIP) AES-128 (weak)
Modern codecs (Zstd, LZ4, LZMA2) ✓ All three LZMA2 only Deflate only Depends
Random-access extraction ✓ O(1) chunk table
Foreign format support ✓ 14 formats ✓ Many .zip only tar variants
Compression ratio ✓ Best (dedup + Zstd) Very good Poor Depends
Cross-platform GUI ✓ Linux, Win, macOS Windows only Windows only CLI only
Open source ✓ MIT / Apache 2.0 ✓ LGPL ✗ Proprietary ✓ GPL
Memory-safe language ✓ Rust C++ C++ C

DodaZIP is the only archiver that combines deduplication, ECC, modern encryption, and triple-codec support in a single native format — while still working as a universal reader/writer for 14 standard formats.

Why It's Different

A Revolution in Compression

Compression tools haven't fundamentally changed in 30 years. DodaZIP asks different questions.

What Makes It Different?

  • Deduplication is built in. FastCDC chunking finds identical chunks across files — 100 nearly-identical VM images take barely more space than one.
  • Your archives heal themselves. Reed-Solomon parity reconstructs lost chunks from corrupted archives automatically.
  • Encryption that's actually modern. XChaCha20-Poly1305 + Argon2id — the state of the art, used by WireGuard and macOS.
  • One tool, every format. Read and write ZIP, 7z, RAR, tarballs — all from the same GUI or CLI.
  • Written in Rust. Memory safety without garbage collection. No buffer overflows or use-after-frees.

The Paradigm Shift

ZIP dates to 1989, gzip to 1992. They treat each file as an island. DodaZIP asks:

  • "What if the archiver understood that your backup today is 99% identical to yesterday's?" → Dedup handles it.
  • "What if your archive gets damaged?" → ECC repairs it.
  • "What if you want maximum compression without learning codec jargon?" → Segmented buttons (Fastest / Normal / Maximum / Store).
  • "What if you need to encrypt without worrying about which algorithm is safe?" → XChaCha20-Poly1305, no options to get wrong.

The result: A compression tool designed for the 2020s, not the 1990s.

Save Money

Save Cloud Storage, Backup Space, and Money

DodaZIP's deduplication and superior compression directly reduce storage costs

2–10×
better ratio vs ZIP

Deduplication finds redundant data across files, achieving ratios traditional ZIP cannot match — especially for repos, VM images, and DB backups.

60–90%
less cloud storage cost

If your S3 bill is $100/mo, DodaZIP brings it to $10–40/mo. For $1,000/mo, savings exceed $600/mo.

Unlimited
corruption recovery

ECC means you can use cheaper, less-reliable storage (cold tiers, tape) without fear. If bits rot, DodaZIP fixes them.

1 tool
replaces 6+ tools

No need for separate ZIP, 7z, RAR, tar, gzip, bzip2, xz, plus encryption. DodaZIP replaces them all.

Real-world example: A company backing up 5 TB of mixed data using standard ZIP uses ~4.5 TB at ~$115/mo (AWS S3). Switching to DodaZIP with dedup reduces this to ~1.2 TB — saving $85/month or $1,020/year. With ECC Medium, still only 1.8 TB — saving $70/month or $840/year — while gaining self-healing protection.

FAQ

Frequently Asked Questions

Common questions about DodaZIP's technology and use cases

.dodaz is DodaZIP's native archive format. It bundles compressed data chunks (Zstd, LZMA2, or LZ4), a deduplication chunk table, optional XChaCha20-Poly1305 encryption, and optional Reed-Solomon ECC parity. Supports random-access extraction — pull a single file without decompressing the whole archive.
Platforms

Supported Platforms

Run DodaZIP everywhere — desktop, server, or container

🐧

Linux

x86_64 & aarch64
GUI + CLI + FUSE

🪟

Windows

x86_64
GUI + CLI

🍎

macOS

x86_64 & Apple Silicon
GUI + CLI

🐳

Docker

CLI only
Minimal Alpine image

⚙️

CI/CD

GitHub Actions, GitLab CI
Jenkins, any Unix

Ready to compress smarter?

Download DodaZIP and start saving storage space, money, and time. Free and open source.