Source Code
Source code can be fetched from https://github.com/OpenModelica/OpenModelica or the OpenModelica read-only mirror. Instructions on how to set up the GIT repository and how to compile from sources are available here.
Development of OpenModelica takes place on the master branch. The preferred way to contribute is via pull requests, that are only accepted if they don’t cause regressions in the testsuite. For more information on contributing, see here.
During development, nightly builds for Windows and Linux are made available daily, marked x.y.z-dev-xxx. Stable development releases, marked x.y.z.-dev.xx may be branched off once or twice in-between official releases, to make bug fixes available in a more stable way than with the nightly builds. At the beginning of the official release process, a stable beta release marked x.y.z.-dev-beta1 is branched off master for testing, while the development of the next release starts on the master branch. Only bug fixes are added to the beta branch, possibly with more beta releases marked x.y.z.-dev-betaxx, until the official release is finally issued. If critical issues are found after an official release x.y.0, bug fixes can be applied to the maintenance branch, eventually issuing one or more maintenance releases x.y.z.
Nightly-Builds
We provide experimental nightly builds for Windows and Linux between releases. You can use the nightly build to get the latest developments and help testing them and reporting bugs. You can also use them to access the latest bug fixes, that have not yet been included in a stable release.
Explore
- The Directory Structure which contains nightly builds or older releases.
Reporting bugs
Reporting of bugs can be made through Github.