upx

Compress and expand executable files to reduce their size

brewmacoslinux
Try with needOr install directly
Source

About

Compress/expand executable files

Commands

upx

Examples

Compress an executable file$ upx myprogram
Decompress a compressed executable$ upx -d myprogram
Compress with best compression ratio$ upx --best myprogram -o myprogram.compressed