Downloads
Here, you will find SUMO both as sources and as compiled binaries.
Windows users probably want to use this installer, Linux users might want to look at the available repositories or use the source.
Please contact us if you have any problems. If you want to report a bug, please open a GitHub issue. For further information about the changes between releases see the ChangeLog.
If you have problems running SUMO because of missing files/commands/dlls please consult FAQ#Basic_Usage
Contents
Note on Licensing
SUMO is licensed under the EPL-2.0 using only open source libraries.
The standard build only contains code and windows binaries with Eclipse approved licenses (especially no GPL and LGPL code). If you need features like shapefile import or the OpenSceneGraph 3D GUI download the "extra" build.
Packages
SUMO is available as different packages. The contents of each package is listed in the table below.
bin | build | src (source code) |
user docs |
developer docs (doxygen) |
data | examples | tutorials | tests | tools (except jars) | jars | |
---|---|---|---|---|---|---|---|---|---|---|---|
sumo-src-XXX.tar.gz sumo-src-XXX.zip |
X | X | X | X | X | X | |||||
sumo-win??-XXX.zip sumo-win??-XXX.msi |
X | X | X | X | X | X | X | ||||
sumo-all-XXX.tar.gz sumo-all-XXX.zip |
X | X | X | X | X | X | X | X | X | ||
rpm |
(X) | X | X | X | X | X |
Repositories
In addition to the open build service, there are a debian and an ubuntu launchpad project as well as an archlinux package:
- https://build.opensuse.org/project/show?project=home%3Abehrisch
- http://anonscm.debian.org/gitweb/?p=debian-science/packages/sumo.git
- https://launchpad.net/~sumo
- https://aur.archlinux.org/packages/sumo/
To add sumo to your ubuntu (11.04 and later) you will need to do:
sudo add-apt-repository ppa:sumo/stable sudo apt-get update sudo apt-get install sumo sumo-tools sumo-doc
This is still an experimental feature, feedback is welcome.
SUMO - Latest Release (Version 1.3.1)
Release date: 27.08.2019
MS Windows binaries
Contains the binaries (32 or 64 bit), all dlls needed, the examples, tools, and documentation in HTML format.
- Download 64 bit installer: sumo-win64-1.3.1.msi
- Download 64 bit zip: sumo-win64-1.3.1.zip
- Download 64 bit zip with all extras: sumo-win64extra-1.3.1.zip
- Download 32 bit installer: sumo-win32-1.3.1.msi
- Download 32 bit zip: sumo-win32-1.3.1.zip
Linux binaries
They are created by the open build service If the repositories do not contain the libraries (like proj and gdal) they are either part of the distribution or you will need them from another repository (you may try one of the build service repositories here too, e.g. Application:Geo). At the moment there is no documentation included in the packages. The repositories include a nightly build as well (called sumo_nightly).
- openSUSE Leap 42.1 repository
- openSUSE Leap 42.2 repository
- openSUSE Leap 42.3 repository
- openSUSE Leap 15.0 repository
- openSUSE Leap 15.1 repository
- openSUSE Tumbleweed repository
- Fedora 26 repository
- Fedora 27 repository
- Fedora 28 repository
- Fedora 29 repository
- Fedora 30 repository
- Fedora Rawhide repository
There are more Linux RPM repositories but in a less well maintained state (CentOS and Scientific missing gdal support for instance) because the opensuse build service does not provide the necessary packages any longer. Ubuntu and Debian users please see above for repository information.
macOS binaries
"Bottles" are available for installing with Homebrew. They are built for the two most recent major macOS versions (currently High Sierra and Mojave) and are built from source with minimal requirements (fox, proj, xerces-c). If you need optional libraries, you can specify these on the brew command line and brew will compile sumo from source. For details, see the Formula's README.
Sources
Includes sources, examples, and CMake-files for creating Visual Studio solutions or Linux Makefiles. Does not contain tests. Download as:
All-inclusive-tarball
Includes sources, tests and docs but no binaries. Download as:
SUMO - Latest Development Version
SUMO is under active development. You can find a continuously updated list of bug-fixes and enhancements at our ChangeLog. To make use of the latest features (and to give us pre-release feedback) we encourage you to use the latest version from our code repository.
Nightly Snapshots
The code within the repository is compiled each night. The following resulting packages can be obtained:
- https://sumo.dlr.de/daily/sumo-src-git.tar.gz (sources)
- https://sumo.dlr.de/daily/sumo-src-git.zip (sources)
- https://sumo.dlr.de/daily/sumo-win32-git.zip (windows, 32bit)
- https://sumo.dlr.de/daily/sumo-win64-git.zip (windows, 64bit)
- https://sumo.dlr.de/daily/sumo-all-git.tar.gz (sources, documentation and tests)
- https://sumo.dlr.de/daily/sumo-game-win32-git.zip (windows 32bit binaries of the sumo game)
- https://sumo.dlr.de/daily/sumo-game-win64-git.zip (windows 64bit binaries of the sumo game)
- https://sumo.dlr.de/daily/sumo-win32-git.msi (windows installer, 32bit)
- https://sumo.dlr.de/daily/sumo-win64-git.msi (windows installer, 64bit)
- https://sumo.dlr.de/daily/sumo-win64extra-git.zip (windows 64bit with GDAL, FFmpeg, OSG, GL2PS, SWIG)
The Linux repositories specified above contain a nightly build as well.
The corresponding documentation is also visible live including Doxygen docs. Additional artifacts such as tests results and code coverage analysis are generated every night.
The available windows binary packages may lag behind the latest Git revision due to being compiled only once per day (around midnight, Berlin time).
Nightly Snapshots alternative download server
All nightly builds are also available at the following alternative locations
- http://sumo.sourceforge.net/daily/sumo-src-git.tar.gz (sources)
- http://sumo.sourceforge.net/daily/sumo-src-git.zip (sources)
- http://sumo.sourceforge.net/daily/sumo-win32-git.zip (windows, 32bit)
- http://sumo.sourceforge.net/daily/sumo-win64-git.zip (windows, 64bit)
- http://sumo.sourceforge.net/daily/sumo-game-win32-git.zip (windows 32bit binaries of the sumo game)
- http://sumo.sourceforge.net/daily/sumo-game-win64-git.zip (windows 64bit binaries of the sumo game)
- http://sumo.sourceforge.net/daily/sumo-win32-git.msi (windows installer, 32bit)
- http://sumo.sourceforge.net/daily/sumo-win64-git.msi (windows installer, 64bit)
- http://sumo.sourceforge.net/daily/sumo-win64extra-git.zip (windows 64bit with GDAL, FFmpeg, OSG, GL2PS, SWIG)
Direct repository access
You can get very latest sources directly from our Git repository, see the FAQ on repository access. Normally, they should compile and complete our test suite successfully. To assess the current state of the build, you may take a look at the nightly test statistics.
SUMO - Alternative download and older releases
All releases can also be obtained via the sourceforge download portal
Dependencies for developers
For the Windows platform you can retrieve all dependencies by cloning this repository https://github.com/DLR-TS/SUMOLibraries, if you want to develop with Visual Studio. If you just want to run SUMO, use the binary downloads above which already contain the runtime dependencies.