Brutal Zip
A blazing-fast Windows ZIP utility focused on throughput and a smooth workflow. 3–15× faster than 7-Zip and WinRAR on multi-core systems. Free forever.
Why Brutal Zip?
A modern ZIP utility built for throughput, not just compatibility.
3–15× Faster ZIP Creation
Powered by native libdeflate instead of zlib, with per-file parallelism and a work-stealing thread scheduler. Files are compressed in parallel across all cores while output regions are pre-reserved to avoid lock contention. Small files take a one-shot fast path that skips streaming overhead entirely.
Every Major Format & Method
Deflate, Zstandard, and Store compression methods. AES-128, AES-192, AES-256, and ZipCrypto encryption. Per-type compression policies let you assign different strategies to different file extensions — compress documents, store already-compressed media, and skip tiny files automatically.
Full Archive Viewer & Preview
A virtualized file list with breadcrumb navigation, in-archive search, and in-place rename, move, and delete. The preview pane renders images, plays media via WebView2, displays text with syntax highlighting, and shows binary files in hex — all without extracting to disk.
Self-Extracting EXE Builder
Create branded self-extracting archives with a custom banner image, theme colors, license text, and configurable options: silent extraction, overwrite behavior, elevation requests, and post-extraction program launch. Distribute archives that need no external tools to open.
Repair & Diagnostics
Multi-threaded archive integrity testing, central directory repair, and salvage extraction to a new archive for partially corrupted files. A visual byte-map diagnostic viewer shows the internal structure of any ZIP file — headers, compressed data, and directory records color-coded at a glance.
Works Inside Windows Explorer
Cascaded right-click context menus for files, directories, and .zip archives. Create, extract, test, repair, and build SFX packages directly from Explorer — no need to open the application first. Configurable menu entries let you show only the actions you use.
Features in Detail
Everything you need for ZIP compression, extraction, and archive management.
Compression
- Native libdeflate engine — 3–15× faster than zlib on multi-core CPUs
- Deflate, Zstandard, and Store compression methods
- Configurable compression level (1–12 for Deflate, 1–22 for Zstd)
- Per-file-type compression policies: assign method + level by extension
- Incompressibility detection: automatically switches to Store for already-compressed data
- One-shot fast path for small files (skips streaming overhead)
- Streaming block compressor for large files with bounded memory
- AES-128, AES-192, AES-256, and ZipCrypto encryption
- ZIP64 support for archives over 4 GB
- Unicode file name support (UTF-8 flag)
- Preserve NTFS timestamps (creation, modification, access)
Why Brutal Zip Is Fast
The short answer: native compression, file-level parallelism, and hardware-aware I/O. Here's the long answer.
Compression Engine
Brutal Zip uses libdeflate instead of zlib for Deflate compression. libdeflate is a heavily optimized implementation that processes data in complete blocks rather than streaming, enabling SIMD acceleration and better branch prediction. The result is 3–5× faster compression at equivalent quality levels.
A two-tier compression strategy routes files based on size. Small files (under the configurable threshold) take a one-shot path that compresses the entire file in a single call — no streaming setup, no buffer management, no per-block overhead. Large files use a streaming block compressor with bounded memory that processes fixed-size chunks.
Incompressibility detection samples the first block of each file. If the compressed output is larger than the input (common for JPEG, PNG, MP4, and other pre-compressed formats), the file is immediately switched to Store mode, avoiding wasted CPU cycles.
Performance
Benchmark comparison across common compression scenarios (higher is better).
Benchmarks performed on NVMe SSD (Samsung 990 Pro), AMD Ryzen 9 7950X, 64 GB DDR5. Deflate level 6. Results vary by hardware and file types. MB/s = megabytes per second.
How We Compare
22 capabilities compared across the leading Windows compression tools.
| Capability | Brutal Zip | 7-Zip | WinRAR |
|---|---|---|---|
| Native libdeflate compression | ✓ Yes | ✗ No | ✗ No |
| Zstandard support | ✓ Yes | ~ Partial | ✗ No |
| One-shot small file path | ✓ Yes | ✗ No | ✗ No |
| Incompressibility detection | ✓ Yes | ✗ No | ✗ No |
| Per-type compression policy | ✓ Yes | ✗ No | ✗ No |
| AES-256 encryption | ✓ Yes | ✓ Yes | ✓ Yes |
| Streaming block compressor | ✓ Yes | ✗ No | ✗ No |
Download
Free forever. No trial, no limits, no catch.
Brutal Zip
FreeSystem Requirements
- Windows 10/11 64-bit
- .NET 8 / 9 / 10 Desktop Runtime
- 50 MB disk space
Installation Notes
- Brutal Zip is a portable application — extract to any folder and run. No installer required.
- WebView2 is optional and only needed for media preview in the archive viewer.
- Shell integration (Explorer context menus) can be enabled from Settings → Shell.
- The .NET 8, 9, or 10 Desktop Runtime (matching your chosen download) will be installed automatically if not present.
Looking for a previous version? View legacy downloads
Looking for File Copy Power?
Check out Brutal Copy 2 — the fastest file operations platform on Windows.
Explore Brutal Copy 2