Installing
Linux binaries (x86-64, works on most Linux systems)
Download: genozip-linux-x86_64.tar
Or:
​
wget https://raw.githubusercontent.com/divonlan/genozip/master/installers/genozip-linux-x86_64.tar -nv -O- | tar xvJ
​
Or:
​
curl -s https://raw.githubusercontent.com/divonlan/genozip/master/installers/genozip-linux-x86_64.tar | tar xvJ
Mac M1/M2/M3 ("Apple Sillicon") binaries
Download: genozip-osx-arm.tar
Or:
​
curl -s https://raw.githubusercontent.com/divonlan/genozip/master/installers/genozip-osx-arm.tar | tar xv
Mac x86 binaries
Download: genozip-osx-x86.tar
Or:
​
curl -s https://raw.githubusercontent.com/divonlan/genozip/master/installers/genozip-osx-x86.tar | tar xv
Windows Installer
Download: genozip-installer.exe
Conda (Linux & Mac x86)
conda install genozip
(on conda-forge channel)
Compile it yourself from github
git clone https://github.com/divonlan/genozip --depth=1
cd genozip
make -j
Problems installing? support@genozip.com