bzip3

High-performance bzip2-compatible compression utility with better algorithms

brewmacoslinux
Try with needOr install directly
Source

About

Better and stronger spiritual successor to BZip2

Commands

bzip3

Examples

Compress a file with bzip3$ bzip3 myfile.txt
Decompress a bzip3 archive$ bzip3 -d myfile.txt.bz3
Compress with maximum compression level$ bzip3 -b 900k myfile.tar