Latest Downloads
The Java SOMToolbox is developed and maintained at the Institute of Software Technology and Interactive System at the Vienna University of Technology, as a research prototype.
The Java SOMToolbox is licensed under the Apache License, Version 2.0., and you are free to use the software for any kind of purpose that conforms with the license.
Managed releases
Releases officially managed by the somtoolbox development team (that are packages with a specific version number) are available on a separate download page. These packages are considered more stable than the latest builds available below.
Latest builds
Downloads on this page are "latest builds" and only basically tested. For more stable and reliable packages please refer to the managed releases pages
All downloads require a Java 1.6 runtime environment. The package comes with a startup script for Windows and Linux based operation systems, and all needed libraries included. A set of sample benchmark data sets, and maps trained thereof, is also included.
Binary distribution package
Binary and source distribution package
Installer
Offline Installer (contains all components for offline installation)
- Windows Executable (ca. 82MB) 23.11.2018 16:49
- Platform Independent JAR (ca. 85MB) 23.11.2018 16:48
- Windows Executable (ca.753KB) 23.11.2018 16:49
- Platform Independent JAR (ca.668KB) 23.11.2018 16:49
- Shell installer for Linux (ca.B) 23.11.2018 16:49
Debian repository
A convenient solution for Debian (and other Debian-based operating systems such as Ubuntu).
You can add the repository to your system in two ways:
-
Add the following APT line to your /etc/apt/sources.list file, or to a new file in your /etc/apt/sources.list.d directory.
deb http://olymp.ifs.tuwien.ac.at/apt testing main #IFS/Vienna University of Technology
Then, you need to reload the package information, install the repository keyring, and reload the package information again:
sudo aptitude update sudo aptitude install olymp-keyring sudo aptitude update
-
You can also do all this steps with the following command:
sudo wget --output-document=/etc/apt/sources.list.d/ifs-Vienna_testing.list http://www.ifs.tuwien.ac.at/dm/somtoolbox/ifs-Vienna_testing.list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install olymp-keyring && sudo apt-get --quiet update
Finally, you should install the somtoolbox packages via aptitude or synaptic.
There is also a nightly build of the debian package, if you want to always receive the latest developments. However, be advised that these nightly builds might include bugs, ...
deb http://olymp.ifs.tuwien.ac.at/apt nightly main #IFS/Vienna University of Technology