lz4

Extremely fast lossless compression algorithm and command-line tool

brewmacoslinux
Try with needOr install directly
Source

About

Extremely Fast Compression algorithm

Commands

lz4

Examples

Compress a file with lz4$ lz4 input.txt input.txt.lz4
Decompress an lz4 compressed file$ lz4 -d input.txt.lz4 input.txt
Compress with high compression level (1-12)$ lz4 -9 large_file.bin large_file.bin.lz4