Use Zstandard compression in 7-Zip to get better compression ratios with fast decompression for backups or file distribution.
Use LZ4 compression for scenarios where speed matters most, compressing and decompressing files at hundreds of megabytes per second.
Install the plugin-only version to add new compression codecs to an existing 7-Zip installation without changing the graphical interface.
Calculate file hashes like SHA-256 or BLAKE3 directly from the 7-Zip interface without needing a separate tool.
Download the installer or plugin files from GitHub Releases and run, no compilation required.
7-Zip-zstd is a modified version of the 7-Zip file archiver that adds support for several modern compression formats not included in the standard release. The extra formats are Zstandard, Brotli, LZ4, LZ5, Lizard, and Fast-LZMA2. Each targets a different balance between compression speed and file size, so you can pick whichever fits your needs. Zstandard is a general-purpose format designed for high compression ratios with fast decompression. LZ4 prioritizes raw speed, compressing and decompressing at several hundred megabytes per second. Brotli achieves compact sizes similar to ZIP but at slower speeds. Lizard and LZ5 sit between LZ4 and heavier formats in terms of the speed-versus-size tradeoff. Fast-LZMA2 is a parallel-friendly version of LZMA2 that compresses 20 to 100 percent faster than the standard algorithm at comparable levels. You can install it in two ways. The full setup replaces or supplements your existing 7-Zip installation, adds the new codecs to the graphical interface, and extends the Windows Explorer right-click menu. The plugin-only option drops just the codec files into an existing 7-Zip installation without changing the GUI. Command-line binaries for Linux and macOS are also available. The full installation also adds support for computing a wide range of file hashes including MD5, SHA-256, SHA-512, BLAKE3, and several others, which you can calculate directly from the 7-Zip interface. Some antivirus programs flag the releases as malware. The README explains this is a false positive. The binaries are built by GitHub Actions on Microsoft infrastructure, and users can verify the files themselves by checking the SHA-256 hash of a release against the build artifacts published in the Actions run logs.
← mcmilk on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.