Skip to content

Downloads

Alexander SR edited this page Oct 25, 2023 · 18 revisions

Get news on new releases by subscribing to the KIELER mailing list.

All download packages available on this page are subject to the Eclipse Public License (EPL). Further licenses may apply to bundled components.

Visual Studio Code Extension

The KIELER VS Code extension can be found at the VS Code Marketplace or on Open VSX.

Please consult the VS Code guide for installation instructions.

Eclipse Application

The KIELER SCCharts product includes the SCCharts editor, compiler, and simulator. It further provides model checking capabilities, simulation visualization, an Esterel compiler, and a Lustre compiler.

Requirements

Known Issues with Mac OS

After downloading KIELER, Mac OS quarantines the application and, for some reason, considers the app broken and wants you to move it into the Trash. Hence, if you want to use KIELER on your Mac, you have to remove the quarantine flag manually. You can use the following command: xattr -rc com.apple.quarantine ./Kieler.app or xattr -rd com.apple.quarantine ./Kieler.app depending on the Mac OS version.

Apple Silicon

Important note: Starting with KIELER 1.4 we provide a dedicated AArch64 build for Macs using Apple silicon, which does NOT require the following steps!

The new Apple M1 and M2 chips use an ARM architecture, which requires additional steps to get our products build for x86 to run.

In order to run a x86 Java application, you have to install a x86 Java (Java 19 also seems to work) via arch -x86_64 brew install openjdk@17 (also mentioned here on StackOverflow). A user-local brew installation may be required to execute the brew command above. After this, make sure the application actually uses it. This StackOverflow thread might give more insights how to do this.

Kieler Compiler Command-Line Interface

The KIELER Compiler CLI is a tool for compiling with KIELER.

There are three variants available:

  • kico is a full-featured compiler supporting all languages and compilation systems available in KIELER.
  • kicodia is the full-featured compiler (above) plus capabilities to export models as diagrams.
  • scc is a lean variant only for basic SCCharts compilation, it supports only sctx input and ships with basic code generation systems and no diagram support.

There is a version of each variant built for each major operating system (linux, osx, win). You can also download all variants as a platform independent executable jar archive.

kico --help will print usage information.

Requirements

Eclipse Update Site

Our Eclipse product is also available for installation into existing Eclipse installations via update site.