igzip is a command-line compression and decompression utility from Intel’s ISA-L project.
It works in a similar way to gzip, but uses ISA-L’s fast deflate library to create and extract .gz files. The tool is suitable for regular file compression as well as pipeline-based workflows, since it can read from standard input and write to standard output.
This is free and open source software.
Key Features
- Compresses and decompresses files in a gzip-like manner.
- Produces `.gz` output compatible with gzip and RFC 1952.
- Supports compression levels from 0 to 3.
- Can read from standard input and write to standard output for shell pipelines.
- Includes an integrity test mode for checking compressed files.
- Supports custom suffixes, file name and timestamp handling, and optional threaded compression.
Website: github.com/intel/isa-l
Support:
Developer: Intel
License: BSD 3-Clause License
Related Software
| Compression Tools | |
|---|---|
| LZ4 | Focused on compression and decompression speed |
| Zstandard | Fast compression algorithm, providing high compression ratios |
| brotli | Generic-purpose lossless compression algorithm |
| lzop | File compressor favoring speed over compression ratio |
| pigz | Parallel implementation of gzip |
| ouch | CLI tool for compressing and decompressing for various formats |
| pixz | Parallel, indexed xz compressor |
| gzip | Provides the standard GNU file compression utilities |
| BZip3 | Spiritual successor to BZip2 |
| bzip2 | Freely available, patent free, high-quality data compressor |
| PBZIP2 | Parallel implementation of bzip2 |
| lrzip | Achieve very high compression ratios and speed when used with large files |
| lbzip2 | Multi-threaded implementation of bzip2, suited for serial and parallel processing |
| plzip | Massively parallel lossless data compressor |
| p7zip-zstd | p7zip fork with additional codecs and improvements |
| 7-Zip | File archiver with a high compression ratio |
| ncompress | Fast, simple LZW file compressor |
| PXZ | Runs LZMA compression on multiple cores and processors |
| crabz | Like pigz but written in Rust |
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

