# Downloads

WARNING

You need Java 11 (or newer) installed on your system in order to run Rig.

WARNING

MacOS users, please take note of How to Run Rig on MacOS!

The following versions of Rig are available for download from our servers:

# 1.0.3 (2023-01-10) (opens new window)

Description

  • Update CINCO Version
  • Remove confusing content-assists for Except, Only and Variable Expressions (see #56)
  • Fix auto-saving failing when folder does not exist (see #46)
  • Add ability to re-order properties and parameters with drag & drop (see #53)
  • Add branding to Rig (see #13)
  • Improvements to the code for maintainability and future work:
    • Replaced hooks with events (as part of #53)
    • Cleaned up plugin.xml (see #45)
    • Cleaned up CPD (see #55)
    • Cleaned up MGL as part of #56

# 1.0.2 (2022-07-05) (opens new window)

Description

  • Update CINCO Version
  • Remove Manhattan edge style (not supported in CINCO 2.1 anymore, see #39)
  • Auto-generate configuration on model save (see #33)
  • Prevent code generation when CycleCheck fails (see #26)
  • Remove underscore in generated filename (see #20)
  • Add missing job:when to context menu (see #32)

# 1.0.1 (2021-10-12)

Description

  • Remove overly strict validation of script arguments; they are allowed to be configured locally (see #12)
  • Add feature flag for stageless pipelines (see #11)
  • Hide StageAssignmentStrategy (see #6), complete removal planned for later (see #14)

# 1.0.0 (2021-09-28)

Description

This is the initial public release of Rig 1.0.0.

# How to Run Rig on MacOS

Due to recent security changes on MacOS, you might run into the following error message when trying to execute Rig on MacOS:

'Rig is damaged' dialog on MacOS

Since we do not sign the executable, MacOS will quarantine the application and not allow it to run. You can verify this with by running the command xattr Rig-1.202207051330.app com.apple.quarantine on the command line.

You can remove the flag with the following command (adjust file name as needed):

% xattr -d com.apple.quarantine -r Rig-1.202207051330.app
1

This will allow you to run the application without trouble.

If you have concern about the integrity of our build, you can browse the sources in our GitHub Repository and ether build the application yourself, or review our build pipelines there as well.

Last Updated: 1/10/2023, 1:29:40 PM