Downloads

Latest Release

Get the latest release from our sourceforge download page.

Please note that it's a while since the last release. In the meantime, there have been big changes to some parts of the code, features were improved and new features added. If you are interested in the current code, please use the Code Repository Access or a Nightly Build (see below).

You can then run MATSim with the provided the jar-file:

java ... -jar matsim.jar ...

Within that setup, the first way to make progress is to modify existing xml-config files. The download includes a tutorial to get you started.

Code Repository Access

Our source code is hosted in a Subversion repository on Sourceforge.net. To check out the code, use the instruction:

svn co https://matsim.svn.sourceforge.net/svnroot/matsim/matsim/trunk matsim

This will check out the trunk (main development line) of the MATSim Java Packages.

If you plan to use Eclipse for your development efforts, see Using Eclipse for MATSim Development.

Nightly Builds

We provide nightly snapshots of the current code for download. This is a simple possibility to use the latest MATSim code without accessing the code repository directly. Please note that code in these nightly releases must not be considered stable and may change anytime.

Get more information about using nightly builds.

Important changes and features currently available only in nightly builds:

  • major speedup of the traffic simulation
  • speedup for replanning by using threads (parallel processing)
  • faster algorithm for finding least-cost-path in network (route-replanning)
  • simulate road-pricing scenarios
  • compare simulation values against counting stations
  • new, fast visualizer (OTFVis)