Installation requirements
Hardware requirements
- 1 GB RAM minimum, 2 GB RAM recommended
- 1.5 GB hard disk space + at least 1 GB for caches
- 1024x768 minimum screen resolution
Software requirements
JRE 1.8 is bundled with the IntelliJ IDEA distribution. You do not need to install Java on your computer to run IntelliJ IDEA.
A standalone JDK is required for Java development.
| Windows | macOS | Linux |
|---|---|---|
|
Microsoft Windows 10/8/7/Vista/2003/XP
(32 or 64 bit) |
macOS 10.8 or later
(only 64-bit systems are supported) |
|
Download and install IntelliJ IDEA
IntelliJ IDEA is available in two editions: Ultimate and Community.
The Community edition is an open-source project and is free, but it has less features.
The Ultimate edition is commercial, and provides an outstanding set of tools and
features.
For details, see the
editions comparison matrix
.
To install IntelliJ IDEA
-
Download IntelliJ IDEA
for your operating system.
- Do the following depending on your operating system:
- Windows :
-
macOS
:
-
Double-click the
ideaIC.dmgorideaIU.dmgfile you have downloaded to mount the macOS disk image. - Copy IntelliJ IDEA to the Applications folder.
-
Double-click the
-
Linux
:
-
Unpack the
ideaIC.gzorideaIU.gzfile you have downloaded to a different folder if your current Downloads folder doesn't support file execution:tar xfz ideaIC.tar.gz or ideaIU.tar.gz. <new_archive_folder>
The recommended install location according to the filesystem hierarchy standard (FHS) is
/opt. For example, it's possible to enter the following command:sudo tar xf -*.tar.gz -C /opt/
A new instance must not be extracted over an existing one. The target folder must be empty.
-
Switch to the
bindirectory:cd opt/-*/bin -
Run
idea.shfrom thebinsubdirectory.
-
Unpack the
Run IntelliJ IDEA for the first time
Import IntelliJ IDEA settings
When you start IntelliJ IDEA for the first time, or after you have upgraded it from a previous version, the Complete Installation dialog opens where you can select whether you want to import the IDE settings:
If this is your first instance of IntelliJ IDEA, choose the Do not import settings option.
Select the user interface theme
Next, you will be prompted to select the UI theme. You can choose between the default theme and the Darcula scheme:
Disable the unnecessary plugins
IntelliJ IDEA is shipped with a variety of plugins that provide integration with different version control systems and application servers, add support for various frameworks and development technologies, etc.
On the next step you can disable the plugins you do not need to increase IntelliJ IDEA performance. If necessary, you can re-enable them later in the Settings dialog ( Ctrl+Alt+S under Plugins).
You can click the Disable All link for each group for plugins to disable them all, or Customize to disable individual plugins.
Download and install additional plugins
On the next step, you are prompted to download additional plugins that are not bundled with the IDE from
the
IntelliJ IDEA plugins repository
:
Start a project in IntelliJ IDEA
After you have completed initial IntelliJ IDEA configuration, the Welcome screen opens that allows you to create a new project, open an existing project, or checkout a project from a version control system:
Register IntelliJ IDEA
To try and evaluate IntelliJ IDEA, you can download and install its trial version for free. The trial version is available for 30 days, whereupon you need to obtain and register a license.
-
Do one of the following:
- On the Welcome screen, click Configure | Manage License
- Select Help | Register from the main menu
-
Select how you want to register IntelliJ IDEA:
-
JetBrains Account: select this option if you have a
JetBrains Account
that allows you to access your purchases and
manage licenses (see What is JetBrains Account?
to learn more).
- Activation code: select this option if you have an activation code for IntelliJ IDEA, and paste it to the text area.
-
License server: select this option to register IntelliJ IDEA through the
License Server
web application that allows you
to manage floating licenses and issue licenses to users who do not have direct internet access.
-
JetBrains Account: select this option if you have a
JetBrains Account
IntelliJ IDEA builds that can be downloaded as part of the Early Access Program
do not
require any registration and are shipped with a 30-days license.
Update IntelliJ IDEA
-
Download
the latest version of IntelliJ IDEA.
- Launch the setup as described in Download and install IntelliJ IDEA.
- Choose whether you want to uninstall the existing product version together with its settings, caches and local history and follow the instructions of the installation wizard.
Manage IntelliJ IDEA through Toolbox App
Toolbox App is a control panel that allows you to manage all JetBrains developer tools, including IntelliJ IDEA, as well as your projects, from a single point of access. It lets you maintain different versions of the same tool, install updates and roll them back if needed. It also remembers your JetBrains Account and uses it to automatically log you in when you install and register new tools.
-
Download
Toolbox App.
- Launch the setup file.
- When the installation is complete, accept the JetBrains privacy policy and sign in to your JetBrains Account.
Now you can manage existing tools, install new tools and download updates: