All Products
Search
Document Center

MaxCompute:Install MaxCompute Studio

Last Updated:Mar 26, 2026

MaxCompute Studio is an IntelliJ IDEA plug-in for developing and running MaxCompute jobs directly from your IDE. This topic describes how to install it using the plug-in library or a local file.

Prerequisites

Before you begin, make sure your environment meets the following requirements:

  • A client running Windows, macOS, or Linux

  • IntelliJ IDEA 2018.2.4 or later (Ultimate Edition or Community Edition, which is free), or PyCharm

  • Java Runtime Environment (JRE) 1.8 — bundled with the latest version of IntelliJ IDEA, so no separate installation is needed if you are on the latest version

  • (Optional) Java Development Kit (JDK) 1.8 — required only if you want to develop and debug user-defined functions (UDFs) in Java

Version compatibility

MaxCompute Studio versionMaximum compatible IntelliJ IDEA versionJDK support
4.3.0 (latest)2024.2.5JDK 1.8 and later
Earlier than 0.28.0JDK 1.8 only

Select your MaxCompute Studio version based on your IntelliJ IDEA version.

Choose an installation method

MethodWhen to use
Method 1 (recommended): Install online via the plug-in libraryMaxCompute Studio appears in IntelliJ IDEA Marketplace search results
Method 2: Install using a local fileMaxCompute Studio does not appear in the Marketplace (common with newer IntelliJ IDEA versions)

Start with Method 1. If the plug-in does not appear in search results, use Method 2.

The IntelliJ IDEA graphical user interface (GUI) varies by version. Follow the on-screen instructions for your version. The steps below are based on a Windows client.

Method 1: Install online via the plug-in library

MaxCompute Studio is available in the official JetBrains plug-in library for all users.

  1. In the top navigation bar, choose File > Settings.

  2. On the Settings page, click Plugins in the left-side navigation pane.

  3. In the Plugins dialog box, search for MaxCompute Studio.

  4. Find MaxCompute Studio in the results and click Install.

    Install button in the plug-in library

  5. Restart IntelliJ IDEA to complete the installation.

Method 2: Install using a local file

Use this method if MaxCompute Studio does not appear in the plug-in library search results.

  1. Download the MaxCompute Studio plug-in package to your machine.

  2. In the top navigation bar of IntelliJ IDEA, choose File > Settings > Plugins.

    File  / /> Settings > Plugins navigation

  3. In the Plugins dialog box, click Install plugin from disk.

    Install plugin from disk button

  4. In the Choose Plugin File dialog box, select the downloaded plug-in file and click OK.

    Choose Plugin File dialog

  5. Back in the Plugins dialog box, click OK.

    OK button in the Plugins dialog

  6. Click Restart when prompted to complete the installation.

    Restart prompt

What's next

After installation, connect MaxCompute Studio to your MaxCompute projects to access data and resources. See Manage project connections.