How can i install the ODI studio in my macbook with ARM64 OS?
thanks


Hi,

ODI Studio runs on Java, so you’ll need a compatible Java version installed. Oracle officially supports Intel-based Macs, but you can use Rosetta 2 or configure it manually for ARM-based systems.

Download the latest version of the ODI Studio installation files for your operating system. Choose the .jar installer.

Install ODI Studio: java -jar <installer_file_name>.jar

Follow the Installation Wizard: path, etc

Configure ODI Studio variables:

export ODI_HOME=/path/to/odi/studio

export PATH=$ODI_HOME/bin:$PATH

Launch ODI Studio: sh odi.sh

Test the Installation

  1. Configure a connection to your ODI repository.
  2. Verify that all modules (designer, operator, topology, security) are accessible.

Consider using a virtual machine or Docker with an x86-based image if you encounter significant compatibility issues.

Discussion: https://community.oracle.com/ou/discussion/comment/24377#Comment_24377