zstd

Real-time compression algorithm with high compression ratios

brewmacoslinux
Try with needOr install directly
Source

About

Zstandard is a real-time compression algorithm

Commands

zstdunzstdzcat

Examples

Compress a file with zstd format$ zstd myfile.txt
Decompress a zstd compressed file$ unzstd myfile.txt.zst
Compress with custom compression level (1-22, higher=better)$ zstd -19 largefile.bin