Skip to main content
First, you need to install ASEE Flow and the Camunda Modeler. The following section describes how to install ASEE Flow locally on your machine.
If you prefer, you can also run ASEE Flow with Docker:
docker pull camunda/camunda-bpm-platform:run-latest
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:run-latest
Afterwards, you can install the Camunda Modeler.

Prerequisites

Make sure you have the following installed:
  • Java Runtime Environment 17
You can verify this in your terminal, shell, or command line:
java -version
If you need to install a Java Runtime Environment, you can download it from Oracle.

Supported Java versions

Make sure to use a Java version from the list of supported environments.

ASEE Flow

First, download a distribution of ASEE Flow. You can choose from different distributions for various application servers. In this tutorial, we’ll use ASEE Flow Run. Download it from the download page. After downloading the distribution, unpack it inside a directory of your choice. Then execute the script named start.bat (Windows) or start.sh (Unix). This starts the application server. Open your web browser and navigate to http://localhost:8080/ to visit the welcome page.

Camunda Modeler

Download the Camunda Modeler from the download page. After downloading, unzip it into a folder of your choice, then run camunda-modeler.exe (Windows), camunda-modeler.app (Mac), or camunda-modeler.sh (Linux).

Next step

Once you’ve installed ASEE Flow and the Camunda Modeler, move on to model and execute your first process.