Sinelabore Homepage

Try it for free#

The trial version is limited in the number of supported states and transitions. It is not allowed to use it to generate production code.

If you purchase a license, you receive a digitally signed personalized license file that must be saved in the installation directory. This disables evaluation mode.

Using the JAR File (for all operating systems)#

The code generator is bundled as a system-independent Java JAR file and can be used from the command line on various operating systems. The only requirement is a recent JRE version (JRE 17 recommended). No installation is required. A JDK/JRE is not included in the download — you must provide Java yourself.

Download the latest demo package including documentation:

  • sinelaborert.zip (SinelaboreRT 7.4)
  • SHA-256 (codegen.jar): a3165180c99365d49c28f223c7a5a01d762061581f2db09279dcd35227becf6e
  • MD5 (codegen.jar): fa3d5e22cc2f2bcd9b7a3fb18522f044
  • Single fat JAR (bin/codegen.jar): third-party libraries are bundled inside the JAR, so no separate library install is needed for a build pipeline or Docker image

Software Bill of Materials (SBOM)#

For transparency and procurement, we publish a machine-readable SBOM for the shipped codegen.jar (the JAR inside sinelaborert.zip).

Product SinelaboreRT code generator (codegen.jar)
Product version 7.4
Format CycloneDX 1.5 (JSON)
Download sbom-codegen.cdx.json
Scope Top-level third-party components bundled inside codegen.jar
Out of scope JDK/JRE (not shipped), OS, Graphviz, UML tools, PDF manual, website, customer-generated code
Updated With each product release that changes codegen.jar

Third-party license texts shipped with the ZIP are under bin/Licenses/.

Report security issues related to the product or its dependencies to: info@sinelabore.com (or your usual Sinelabore contact).

Other Downloads#

Java Runtime#

For this packaged version of the code generator, Java 17 is required. Download it from the official JDK 17 page and make sure Java is in your PATH.

Example check:

java -version
# openjdk 17-ea 2021-09-14