How to install Rodin software on a MacBook with an Apple chip

Steps to Install Rodin on macOS (M1 ARM Architecture):

  1. Install x86 JDK
    • Download the Intel x86 JDK 18 (macOS .dmg) from Oracle:

      jdk-18.0.2.1_macos-x64_bin.dmg

    • Run the installer; it automatically configures the Java environment.

  2. Download and Install Rodin
  3. Fix macOS Security Permissions
  • Run this command to bypass “app is damaged” errors:
1
sudo xattr -cr /Applications/Rodin.app

Rodin should be able to run without any additional steps (e.g., configuring the Java VM path).