Installing Gitools

The recommended way to install Gitools is using Anaconda. Below are instructions for installing Gitools using the conda package manager. For Windows, we also provide instructions using precompiled binaries and WSL.

Linux/macOS

Once installed conda, install Gitools:

conda create -n gitools
conda activate gitools
conda install -c conda-forge -c bbglab openjdk=8 gitools
        

Then run it with the command gitools.

Windows

  1. Conda: First install Anaconda Distribution. Then, using the Anaconda Prompt, install Gitools:
    conda create -n gitools
    conda activate gitools
    conda install -c conda-forge -c bbglab openjdk=8 gitools
                        

    Run it with gitools. Alternatively, add the bbglab channel in Anaconda Navigator and install/run Gitools directly from there. If the command gitools does not work properly, you can run Gitools directly using the .bat file located in your conda environment:

    cd C:\Users\{YOUR_USERNAME}\miniconda3\envs\gitools\share\gitools-2.3.1-0\bin\
    gitools-1GB.bat
                    
  2. Precompiled binaries: Install Java v8. Download the precompiled binaries from here and unzip it. Run Gitools by double-clicking gitools.exe in the unzipped folder.
  3. Windows Subsystem for Linux (WSL): Install the "Ubuntu" app from the Microsoft Store. Then follow the Linux/macOS instructions. Additionally:
    1. For Windows 11: It is recommended to use WSL2:
      wsl --set-version Ubuntu 2
    2. For Windows 10: First install VcXsrv, open it with options: multiple windows, start no client, disable access control (checked), and then export the display in the Ubuntu terminal:
      export DISPLAY=127.0.0.1:0
      gitools
                  

Source code and support

Gitools is an open-source application, distributed under the license GPL-3. The project is hosted at Github where you can download and for the source code.