top of page

Installing

Conda - Linux & Mac (x86 only)

conda config --add channels conda-forge
conda install genozip

Linux binaries (x86-64, works on most Linux systems)

Download: genozip-linux-x86_64.tar

Or:

​

wget https://github.com/divonlan/genozip/raw/master/installers/genozip-linux-x86_64.tar -nv -O- | tar xv

Mac M1/M2/M3 ("Apple Sillicon") binaries

Download: genozip-osx-arm.tar

Or:

​

curl -Ls https://github.com/divonlan/genozip/raw/master/installers/genozip-osx-arm.tar | tar xv

Windows Installer

Download: genozip-installer.exe

Compile it yourself from Github (Linux, Mac and Windows):

Download: latest release 

make -j

Problems installing?  support@genozip.com

bottom of page