Download Insensa-GIS
Insensa-GIS runs on Linux, Windows and macOS. Download the installer for your platform, or build from source.
Latest installers
The in-app updater pulls the same files from
updates.xml
— once you have Insensa-GIS installed, it'll offer new releases
automatically.
Build from source
Insensa-GIS is a Gradle multi-project. The wrapper is included in the repository — no local Gradle installation needed.
Linux / macOS
git clone https://bitbucket.org/dbiber/insensa-gis
cd insensa-gis
./gradlew :insensa:gdalDownload :insensa:runInsensa -x test
Windows
git clone https://bitbucket.org/dbiber/insensa-gis
cd insensa-gis
gradlew.bat :insensa:gdalDownload :insensa:runInsensa -x test
gdalDownload fetches native GDAL binaries and unpacks
them under insensa/build/native/<os>/.
-x test is recommended for the first run, especially
if R/Rserve is not configured yet.
Requirements
- Java 8 or newer (the build emits Java 8 bytecode; JDK 8 or 17 are both fine).
- R ≥ 3.5 — optional, required only for R plugins. See documentation for setup.
- Rserve — installed automatically on first Insensa start if missing.
Plugins
Insensa ships with a small set of core operations (correlations, indexation, sensitivity analyses). Additional functionality is available as plugins — Java or R. Browse and install them through the in-app plugin store, or see the plugin overview.