| In this section: Hardware requirements
- 1 GB RAM minimum, 2 GB RAM recommended
- 300 MB hard disk space + at least 1 GB for caches
- 1024x768 minimum screen resolution
System requirements
Windows
Oracle JRE 1.8 is bundled with distributions for all platforms.
JDK is not required for developing Web, PHP, Ruby or Python projects in IntelliJ IDEA.
Standalone JDK installation is required for Java development. Users can't use our bundled JDK for development.
| System Requirements | Installation |
|---|
|
|
- Download IntelliJ IDEA from the
Download
page.
- Run the
ideaIC or ideaIU-*.exe file that starts the Installation Wizard. - Follow all steps suggested by the wizard. Pay special attention to the corresponding
installation options.
|
OS X
| System Requirements | Installation |
|---|
|
|
- Download the
ideaIC or ideaIU-*.dmg OS X Disk Image file from the
Download
page. - Double-click the downloaded
ideaIC or ideaIU-*.dmg OS X Disk Image file to mount it. - Copy IntelliJ IDEA to your Applications folder.
|
Linux
| System Requirements | Installation |
|---|
|
|
-
Download the
ideaIC or ideaIU-*.tar.gz file from the
Download
page.
- Unpack the
ideaIC or ideaIU-*.tar.gz file to an empty directory using the following command:
tar xfz ideaIC or ideaIU-*.tar.gz
- Because running IntelliJ IDEA from wherever you downloaded the file to may be inconvenient, it
is recommended that you move the extracted or unpacked archive folder to the desired
location using the
mv command in one of the following formats:
mv <path to extracted archive folder> <new archive folder>
For example:
mv /downloads/ideaIC or ideaIU-* my/desired/location
-
mv <path to ideaIC or ideaIU-*.tar.gz> <new archive folder>
For example:
mv /downloads/ideaIC or ideaIU-*.tar.gz my/desired/location
-
Switch to the
bin directory in the new location:
cd <new archive folder>/ideaIC or ideaIU-*/bin
For example,
cd my/desired/location/ideaIC or ideaIU-*/bin
- Run
ideaIC or ideaIU.sh from the bin subdirectory.
|
|