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 (6.3.2.1) demo package incl. documentation here: sinelaborert.zip

MD5 (sinelaborert.zip) = f6ef0bde041dfd87e3103080e15b4c26

Also use this version if you plan to run the code generator in a container or on a build server.


For Windows Users

Thanks to Java 17 or alter a wrapper is available that allows to run java jar files nearly like a native Windows 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. The executable can also be called on the command line. Download the installer here: SinelaboreRT Code Generator for Windows

The Windows installer is presently unsigned. This means that Windows 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.

For windows open a cmd window and run:

certutil.exe -hashfile sinelabore-6.3.exe MD5
MD5 hash of sinelabore-6.3.exe:
57412eb21a365f1d0cc01d0b1445336d
CertUtil: -hashfile command completed successfully.

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/.

On Mac open a terminal and run:

md5 sinelabore-6.3.dmg 
MD5 (sinelabore-6.3.dmg) = ab9d8f92d7637220b6b150d29bcd1960

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

Common Downloads

java -version

openjdk 17-ea 2021-09-14