This guide will provide instructions to install the Talend Studio on macOS. These instructions have been tested on Big Sur 11.6.2 with Talend Studio 8.0.1.
Before performing the install of Talend Studio, a supported or recommended JDK is required. Confirm the latest compatible Java environments for Talend Studio in the documentation. At this time, the current recommended Java version is 11 and the recommended distribution of OpenJDK is Zulu.
Verify that Java is installed by opening Terminal and running java -version
:
Confirm that a supported JDK version is installed and proceed to the Studio Install.
If Java is not installed, a message box may appear to visit the JDK download website:
Ignore this message by clicking OK.
If Java is not installed, navigate to https://www.azul.com/. Click on the Download now button and scroll to the Download Azul Zulu Builds of OpenJDK section. Filter the list by selecting Java 11 (LTS) for the Java Version and macOS for the Operating System:
Click on the .dmg
option to download.
Open the downloaded .dmg
(e.g. zulu11.54.23-ca-jdk11.0.14-macosx_x64.dmg
):
Double-click the package to launch the installer:
Complete the installation by following the instructions in the installer.
Confirm the JDK was installed by opening Terminal and running java -version
:
With Java installed, proceed to downloading Talend Studio.
Navigate to Talend Cloud and log in:
From the user menu drop down, select Downloads:
Under the Talend Studio & Hybrid Apps section, open the Type drop down, choose Archive all platforms (zip) and click Download:
Confirm that the archive hash matches the hash on the Downloads page by opening Terminal and running md5
of the archive.
Extract the archive by opening Terminal and running unzip
of the archive. Optionally use the -qq
parameter to extract quietly and -d
to specify a directory where to extract the archive.
unzip -qq Talend-Studio-PACKAGENAME.zip -d ~/Talend
These files will be placed under quarantine and must be cleared before running. To delete the quarantine extended attribute, open Terminal, navigate to the Talend Studio directory and run xattr -d com.apple.quarantine *
:
Launch Talend Studio by running the Talend Cocoa application: