p7zip

High-compression file archiver with support for 7z, ZIP, and other formats

brewmacoslinux
Try with needOr install directly
Source

About

7-Zip (high compression file archiver) implementation

Commands

7z7za7zr

Examples

Create a 7z archive from a directory with maximum compression$ 7z a -t7z -m0=lzma2 -mx=9 archive.7z /path/to/directory
Extract a 7z archive to the current directory$ 7z x archive.7z
List contents of an archive without extracting$ 7z l archive.7z