Download
Try it for free. The trial version is limited in the number of supported states and transitions.
If you purchase a license, a digitally signed personalized license file is issued to you, which must be downloaded and saved in the installation directory. This disables the evaluation mode.
Using the Jar File - recommended for all operating systems (always latest version)
The codegen is bundled as system independent java jar file and can be used from the command line on various operating systems. Only precondition is a recent Open JDK (JDK17 recommended) version. No installation is required.
Download the latest package with all examples and documentation here: sinelaborert.zip
For running shell scrips on Mac OS see the hint at the bottom of this page.
Windows / Mac Installers
The Windows/Mac installers are currently unsigned. This means that Windows/MacOS will warn you during the download and at the start of the installation that the software is from an unknown source.
To check that the executable has not been tampered with, you can check its MD5 code.
To allow you to check that the exe was not modified you can check its MD5 code.
For windows open a cmd window and run:
certutil -hashfile sinelabore-6.0.2.exe MD5 MD5 hash of sinelabore-6.0.2.exe: 4db2eb6a8acc20d0f240a8c6dbe64645
On Mac open a terminal and run:
md5 sinelabore-6.0.2.dmg MD5 (sinelabore-6.0.2.dmg) = 0f1123b0c1fd7730a040b055c9ff96b0
For Microsoft Windows Users
Thanks to Java 17 a wrapper is available that allows to run java jar files like any other executable. Use this package if you plan to use the integrated graphical editor. The executable can also be called on the command line. Download the installer here: SinelaboreRT Code Generator for Windows 10
Store your License file at your home directory when using the Windows executable. Additionally download the zip file from above to get the manual and all examples.
For Mac Users
Thanks to Java 17 a wrapper is available that allows to run java jar files nearly like a native Mac app. Use this package if you plan to use the integrated graphical editor. You can open model files like “open with” and then select the app. Once you bought a license copy the license file into the following folder: Sinelabore.app/Contents/app/
.
Store your License file at your home directory when using the Mac executable. Additionally download the zip file from above to get the manual and all examples.
Please pay attention to the hints at the bottom of this page.
For this packaged version of the codegen Java 17 is required. Download it from the official website and make sure it is in your bin path. To test this open a terminal and type java -version
.
Common Downloads
- SinelaboreRT Code Generator Manual in PDF format (also part of the trial package)
Other Tools
Cadifra UML Editor - a fast UML tool for Windows. This editor is used for several examples on the web site and the manual. There is a 30 days trial version that you can download and test.
Graphviz is an open source graph visualization software and needed for the graphical editor and simulator which is built into the code generator (installing via brew is recommended)
For Mac Users
Files not created locally, but started its existence on another Mac as a file downloaded from some website, the quarantine flag is set on downloads to prevent drive-by and other security shenanigans. To be able to execute shell scripts (e.g. build scrips in the example folder) remove the quarantine flag where needed: xattr -d com.apple.quarantine
If you installed the Java wrapper app and receive the message that the application once installed is corrupt fix that by executing the following command on the terminal window. This removes all extra file attributes recursively.
sudo xattr -cr /Applications/Sinelabore-x86.app
or
sudo xattr -cr /Applications/Sinelabore.app