top of page

Installing

Conda - Linux & Mac

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 x86 binaries (might not work on very old machines)

Download: genozip-osx-x86_64.tar

Or:

​

wget https://github.com/divonlan/genozip/raw/master/installers/genozip-osx-x86.tar -nv -O- | 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