logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Compress Executable - Reduce File Size | Online Free DevTools by Hexmos

Compress executable files with gzexe to save disk space using efficient algorithms. Reduce file size and keep executables functional. Free online tool, no registration required.

gzexe

Compress executable files while keeping them executable. Back up the original file, appending ~ to its name and create a shell script that uncompresses and executes the binary inside it. More information: https://manned.org/gzexe.1.

  • Compress an executable file in-place:

gzexe {{path/to/executable}}

  • [d]ecompress a compressed executable in-place (i.e. convert the shell script back to an uncompressed binary):

gzexe -d {{path/to/compressed_executable}}

See Also