To install CARiSMA via the GitHub Releases Site do the following:
- Download the latest
carisma-product-***.tar.gzrelease from https://github.com/CARiSMA-Tool/carisma-tool/releases - Follow the usual installation procedures for your operating system
From MacOS version 15 quarantine flags are set, they need to be removed first.
- Download
carisma-product-macosx.cocoa.aarch64.tar.gzfor MacBooks with M1 Chip or newer orcarisma-product-macosx.cocoa.x86_64.tar.gzfor older MacBooks. - Unpack the downloaded file and open a Terminal.
- In your Terminal,
xattr Eclipse.appxattrand drag the unpacked Eclipse file in your Terminal. - Press Enter.
- If you see
com.apple.quarantine, typexattr -dr com.apple.quarantineand drag the unpacked Eclipse file in your Terminal. - Now open the application.
- First, you need to install the Eclipse Modeling Tools. You can find it at : https://www.eclipse.org/downloads/packages/
- We successfully tested with Eclipse 2025-06
- If you have problems installing it, check out the installation guide at : https://wiki.eclipse.org/Eclipse/Installation
(The BPMN2 Modeler is not compatible with Eclipse versions starting from 2024-06)
If you want to model business processes using BPMN models, you probably want to install the BPMN2 modeler
- Navigate to Help -> Install New Software, then click Add
- Enter the following URL into the "Location" field: https://download.eclipse.org/bpmn2-modeler/updates/2022-12/1.5.4-202212
- Select Eclipse BPMN2 Modeler -> BPMN2 Modeler - Diagram Editor
- Click Next and Finish
- Wait for the installation process to finish and restart Eclipse.
After installing the Eclipse Modeling Tools, you need to install Papyrus via the Update Site:
- Navigate to Help -> Install New Software, then click Add
- Enter the following URL into the "Location" field: https://download.eclipse.org/modeling/mdt/papyrus/papyrus-desktop/updates/releases/2025-06/7.1.0/
- At least, install ”Papyrus for UML” and ”Papyrus for UML Developer Resources”.
- Click Next and Finish
- Wait for the installation to finish and restart Eclipse.
Next, you are ready to install the CARiSMA tool. There are two ways to install CARiSMA into your Eclipse:
To install CARiSMA via the remote Update Site do the following:
- Navigate to Help -> Install New Software, then click Add
- Enter the following URL into the "Location" field: https://carisma-tool.github.io/carisma-tool/
- Press Add and choose the features you want to install. At least, install ”CARiSMA Checks for UML2".
- As of 2024-08, do not install the BPMN2 features as the BPMN2 Modeler is not supported by Eclipse any longer.
- Click Next and Finish
- Wait for the installation to finish and restart Eclipse.
To install CARiSMA via the Update Site ZIP file do the following:
- Download the latest
carisma-updatesite.ziprelease from https://github.com/CARiSMA-Tool/carisma-tool/releases - Navigate to Help -> Install New Software, then click Add
- Choose the downloaded ZIP file, optionally assign a name.
- Press Add and choose the features you want to install. At least, install ”CARiSMA Checks for UML2".
- Wait for the installation to finish and restart Eclipse.
Please refer to the documentation in the docker directory on how to run CARiSMA in a docker container.