Table of Contents
This quick tutorial will show you how to download IGMAS+ and how to install and run it on different platforms1.
Download
IGMAS+ is distributed in a form of a
Java .jar installation package via the open GFZ GitLab repository IGMAS+ Releases.
You can also pick an older release if necessary.
Track the history of releases here.
Install
Install on Windows
- Browse to the folder that contains the downloaded installation package file
IGMAS-install.jar - Execute the installer by double clicking on the file
- The installer starts, select language and follow the instructions of the installer
Installation using command line:
-
Open Windows Command Prompt (
cmd) or PowerShell -
Change directory to the one that contains the installation package file
IGMAS-install.jar -
Run command:
java -jar IGMAS-install.jar -
The installer starts, follow the instructions of the installer.
After installation is completed, IGMAS+ is ready for use with no need to restart the computer.
Install on Linux
First check if the right Java version is installed on your system by running the following command in the terminal:
java -version
It should return the version (1.8) of Java installed on your system, e.g.:
openjdk version "1.8.0_442"
OpenJDK Runtime Environment (build 1.8.0_442-8u442-b06~us1-0ubuntu1~22.04-b06)
OpenJDK 64-Bit Server VM (build 25.442-b06, mixed mode)
If Java is not installed, you can install it by running the following command in the terminal, e.g. on Ubuntu:
sudo apt-get install openjdk-8-jre
Then, to install IGMAS+:
-
Browse to the location that contains the downloaded installation package file
IGMAS-install.jaror download the installation package directly from the terminal, e.g., the latest release:wget -O IGMAS-install.jar https://git.gfz-potsdam.de/igmas/igmas-releases/-/raw/master/IGMAS-install.jar?inline=false -
Execute the installer by running the following command in the terminal:
java -jar IGMAS-install.jar -
The installer starts, follow the instructions of the installer.
Make sure to enable checkbox “Create additional shortcuts on the desktop” if you want to create the desktop shortcuts:
Install on macOS1
…to be added..
Run
When you run IGMAS+ for the first time you will be asked to choose a layout theme and install a license certificate.
Run on Windows
On Windows start IGMAS+ with a desktop icon or with the app icon in the start menu.
Alternatively:
-
In Windows Explorer navigate to the
binfolder in the home directory where IGMAS+ has been installed, e.g.C:\Users\user\IGMAS+\bin -
This folder should contain the file
igmas-process-wrapper.jar -
Open Windows Command Prompt (type
cmdin the Windows Explorer path) -
Run the following command in the opened terminal:
javaw -cp ./igmas-process-wrapper.jar; igmas.process.StartIGMASProcess
Run on Linux
Start IGMAS+ with a desktop icon or with the app icon in the list of applications.
Alternatively:
-
Navigate to the
binfolder in the home directory where IGMAS+ has been installed, e.g./home/user/IGMAS+/bin:cd ~/IGMAS+/bin -
This folder should contain the file
igmas-process-wrapper.jar -
Run the following command in the terminal:
java -cp ./igmas-process-wrapper.jar igmas.process.StartIGMASProcess
Run on macOS1
…to be added..
Uninstall
Uninstalling IGMAS+ before installing a new version of the software is generally not required. You can just install the new version on top of the old one. The license status as well as all preferences will remain.
Uninstall on Windows
Find IGMAS+ Uninstaller in the list of applications and run it, or run the following command in the Windows Command Prompt (cmd):
java -jar %USERPROFILE%\IGMAS+\Uninstaller\uninstaller.jar
The uninstaller app will open:

- Mark the checkbox to force the deletion of
IGMAS+folder, if necessary - Click Uninstall and then Quit
- Delete remaining folder
.IGMAS+with
rmdir /s /q %USERPROFILE%\.IGMAS+
Alternatively, just delete the folders IGMAS+ and .IGMAS+ in the home directory where it was installed, e.g.:
C:\Users\user\IGMAS+C:\Users\user\.IGMAS+
IGMAS+ preferences remain in the Windows Registry. When re-installing IGMAS+, these preferences will be applied to the newly installed version of IGMAS+.
To delete the registry directory related to IGMAS+, run Windows Registry Editor (simply type regedit in the start menu or in the Windows Command Prompt) and delete this folder:
Computer\HKEY_CURRENT_USER\Software\JavaSoft\Prefs\igmas
Uninstall on Linux
Find IGMAS+ Uninstaller in the list of applications and run it, or run the following command in the terminal:
java -jar ~/IGMAS+/Uninstaller/uninstaller.jar
The uninstaller app will open:

Click Uninstall and then Quit.
Clean the remaining folder .IGMAS+ with:
rm -rf ~/.IGMAS+
Alternatively, delete the folders IGMAS+ and .IGMAS+ in the home directory where it was installed, e.g.:
rm -rf ~/IGMAS+ ~/.IGMAS+
Then remove shortcuts from the desktop:
rm ~/Desktop/IGMAS+*.desktop
and from the applications menu:
rm ~/.local/share/applications/IGMAS+*.desktop
Remove the registry directory related to IGMAS+ with:
rm -rf ~/.java/.userPrefs/igmas
Uninstall on macOS
…to be added…
-
IGMAS+ supports only macOS versions older than 10.14.
See more information in requirements. ↩︎ ↩︎ ↩︎