How to install Rodin software on a MacBook with an Apple chip
Steps to Install Rodin on macOS (M1 ARM Architecture):
- Install x86 JDK
Download the Intel x86 JDK 18 (macOS .dmg) from Oracle:
Run the installer; it automatically configures the Java environment.
- Download and Install Rodin
Get Rodin 3.8/3.9 (x86_64 version) from SourceForge:
Extract the
.tar.gz
file and moveRodin.app
to the/Applications
folder.
- 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).