Installation
System requirements and setup packages
System requirements and setup packages can be found in the Studio home page of this site.
Windows installation
With the zip file
After the download, extract your files from the folder.
You're now ready to start Studio.
With the installer program
- Launch the installer executable.
- In the Welcome to Studio Setup dialog, select Next.
- In the Choose Install Location dialog, select the destination folder, then select Next.
- In the Installation Options dialog, check the options you need, then select Next.
- In the Choose Start Menu Folder dialog, select the folder where you want to create the program's shortcut (you can also choose to create a new folder), then select Install to start the installation.
- In the Installing dialog, you can optionally select Show Details to see the download details.
- In the Completing Studio Setup dialog, select Finish to finish the procedure. You can optionally select Run Studio to run Studio after finishing the procedure.
Linux installation
Warning
The Linux version is a preview so you may experience instability.
- The installation media comes in the form of a compressed TAR archive—a file with
.tar.gz
extension. Copy it into a suitable working directory, for example, the home directory of your user. -
If it doesn't exist, create the root directory for expert.ai software with this shell command:
sudo mkdir /opt/expert.ai
-
Extract the contents of the archive with this shell command:
sudo tar xzf compressedtarfilepath -C /opt/expert.ai
where
compressedtarfilepath
is the path of the compressed TAR file. -
The
tar
command creates a sub-directory inside/opt/expert.ai
. The name of this sub-directory depends on the version of the installation media and has the following structure:idea-IC-version
where
version
is the version of the IntelliJ platform Studio is based upon.Change the current directory to the
bin
directory contained in that sub-directory, for example:cd /opt/expert.ai/idea-IC-201.6668/bin
You're now ready to start Studio.