integrated development environment
IntelliJ IDEA (pronounced /ɪnˈtɛlɪdʒeɪ/ in-TEL-ih-jay "idea") is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by … Wikipedia
Factsheet
Developer JetBrains
Initial release 1.0 / January 2001; 25 years ago (2001-01)
Stable release 2025.3
/ 8 December 2025
Factsheet
Developer JetBrains
Initial release 1.0 / January 2001; 25 years ago (2001-01)
Stable release 2025.3
/ 8 December 2025
🌐
JetBrains
jetbrains.com › idea › download
Download IntelliJ IDEA
June 1, 2021 - Download the latest version of IntelliJ IDEA, the leading IDE for professional development in Java and Kotlin. Available for Windows, macOS, and Linux.
Discussions

Did they remove the intellij ide community edition?
No. It’s just one product now. You can upgrade within the app to unlock extra features, otherwise it is CE by default Edit: okay, technically yes. But also, no. More on reddit.com
🌐 r/java
35
65
December 28, 2025
java - How to install Intellij IDEA on Ubuntu? - Stack Overflow
#!/bin/sh echo "Installing IntelliJ IDEA..." # We need root to install [ $(id -u) != "0" ] && exec sudo "$0" "$@" # Attempt to install a JDK # apt-get install openjdk-8-jdk # add-apt-repository ppa:webupd8team/java && apt-get update && apt-get install oracle-java8-installer # Prompt for edition #while true; do # read -p "Enter 'U' for Ultimate or 'C' for Community... More on stackoverflow.com
🌐 stackoverflow.com
Installing IntelliJ for Java, should I check these options?
Please ensure that: Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions You include any and all error messages in full You ask clear questions You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions. Trying to solve problems on your own is a very important skill. Also, see Learn to help yourself in the sidebar If any of the above points is not met, your post can and will be removed without further warning. Code is to be formatted as code block (old reddit: empty line before the code, each code line indented by 4 spaces, new reddit: https://imgur.com/a/fgoFFis ) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc. Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit. Code blocks look like this: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above. If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures. To potential helpers Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/javahelp
5
6
November 26, 2021
install Intellij IDEA
https://www.jetbrains.com/help/idea/installation-guide.html More on reddit.com
🌐 r/linux4noobs
5
2
September 1, 2023
🌐
Medium
medium.com › @ramavatharjun2003 › how-to-set-up-intellij-community-edition-windows-179e0591b295
How to Set Up IntelliJ Community Edition ( Windows ) | by Arjun Ramavath | Medium
August 4, 2023 - Ensure that you install the appropriate and latest version of IntelliJ Community Edition compatible with your computer’s operating system (windwos , macOS etc )from the below link · https://www.jetbrains.com/edu-products/download/other-IIE.html · Proceed to install the downloaded file · Select the “Next” option to continue with the installation process. Make sure the options are ticked for the following · > Intellij IDEA Educational edition ·
🌐
Academic Software Helpcenter
support.academicsoftware.eu › hc › en-us › articles › 360006978997-How-to-install-IntelliJ-IDEA-Community-Edition
How to install IntelliJ IDEA Community Edition – Academic Software Helpcenter
Step 1: Go to the Academic Software page for IntelliJ IDEA and click on the button ‘Download Explorer for ArcGIS’ to download the software. Step 2: Open the .exe installer file from your downloads folder and click Next to start the installation.
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 12921496468626-Does-IntelliJ-Community-edition-no-longer-exist
Does IntelliJ Community edition no longer exist? – IDEs Support (IntelliJ Platform) | JetBrains
... Hi, The Community Edition can be downloaded in the bottom of the download page(scroll down a bit): https://www.jetbrains.com/idea/download/ , you can also download it from https://www.jetbrains.com/idea/download/other.html .
🌐
Policy and Manual Management System (PAMMS)
pamms.dhs.ga.gov › help › download-intellij
Downloading IntelliJ IDEA Community Edition :: Policy and Manual Management System (PAMMS)
We’ll be using IntelliJ to edit policy files and run the git operations to commit and push your changes. Navigate to the JetBrains website and download the latest version of IntelliJ IDEA. The link should automatically download. You will be taken to a page indicating the download has started.
🌐
Keploy
keploy.io › home › community › how to download and install intellij idea community edition
How to download and install IntelliJ IDEA Community Edition | Keploy Blog
March 13, 2025 - Follow this guide to install IntelliJ IDEA Community Edition on your system. Covers download, setup, and first launch tips.
Find elsewhere
🌐
Microsoft
winget.run › pkg › JetBrains › IntelliJIDEA.Community
Download and install IntelliJ IDEA Community Edition with winget
winget install -e --id JetBrains.IntelliJIDEA.Community · IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience. codecodingdevelopdevelopmentjavakotlinprogramming ·
🌐
GitHub
github.com › JetBrains › intellij-community
GitHub - JetBrains/intellij-community: IntelliJ IDEA & IntelliJ Platform · GitHub
January 6, 2026 - To build installation packages inside a Docker container with preinstalled dependencies and tools, run the following command in <IDEA_HOME> directory (on Windows, use PowerShell): docker build . --target intellij_idea --tag intellij_idea_env docker run --rm --user "$(id -u)" --volume "${PWD}:/community" intellij_idea_env
Starred by 19.9K users
Forked by 5.7K users
Languages   Java 51.6% | Kotlin 35.7% | Python 8.9% | Starlark 1.5% | HTML 1.4% | C++ 0.1%
🌐
Winstall
winstall.app › apps › JetBrains.IntelliJIDEA.Community
Install IntelliJ IDEA Community Edition with winget - winstall
To install IntelliJ IDEA Community Edition with winget, use the following command: winget install -e --id JetBrains.IntelliJIDEA.Community · The Leading Java and Kotlin IDE · Last updated 23 days ago · v2025.2.6.1 · v2025.2.6 · v2025.2.5 ...
🌐
Reddit
reddit.com › r/java › did they remove the intellij ide community edition?
r/java on Reddit: Did they remove the intellij ide community edition?
December 28, 2025 - There are no separate installations now for intellij, paid features (ultimate and others) are only available to subscribers. ... You can download separate community editions upto 2025 last community edition from this link https://youtrack.j...
🌐
GeeksforGeeks
geeksforgeeks.org › java › step-by-step-guide-to-install-intellij-idea
Step by Step guide to install Intellij Idea - GeeksforGeeks
July 12, 2025 - and is available as an Apache 2 Licensed community edition and a commercial edition. In this article, we will see how to install IntelliJ Idea for the different operating systems
🌐
SourceForge
sourceforge.net › projects › intellij-community.mirror
IntelliJ Community Edition download | SourceForge.net
IntelliJ Community Edition
Download IntelliJ Community Edition for free. IntelliJ IDEA &amp; IntelliJ Platform. IntelliJ Community is the open source upstream of JetBrains’ IntelliJ IDEA, forming the core of a powerful, extensible, and intelligent development environment. It provides foundational features like a robust ... IntelliJ Community is the open source upstream of JetBrains’ IntelliJ IDEA, forming the core of a powerful, extensible, and intelligent development environment. It provides foundational features like a robust editor with code completion, syntax highlighting, refactoring tools, version control integrat
Rating: 5 ​
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › intellij-idea-community-edition
Arch Linux - intellij-idea-community-edition 4:2025.3.3-1 (x86_64)
intellij-idea-community-edition 4:2025.3.4-1 [extra-testing] (x86_64) fontconfig · giflib · hicolor-icon-theme · java-environment-openjdk=21 (jdk21-openjdk) libdbusmenu-glib ·
🌐
Codecademy
codecademy.com › article › kotlin-getting-started-with-intellij
Getting Started with IntelliJ | Codecademy
In order to install IntelliJ IDEA, you will first need to navigate to jetbrains.com/idea. From here, you can click on the “Download” button, and you’ll be redirected to the download page.
🌐
Javacodepoint
javacodepoint.com › download-install-intellij-idea-community-edition
Download and Install IntelliJ IDEA Community Edition on Windows (Step-by-Step Guide) - Javacodepoint
August 26, 2025 - How to download IntelliJ IDEA free version (Community Edition). Step-by-step instructions to install IntelliJ IDEA on Windows.
Top answer
1 of 12
119

Note: This answer covers the installation of IntelliJ IDEA. For an extended script, that covers more JetBrains IDEs, as well as help for font rendering issues, please see this link provided by brendan.
Furthermore, a manual Desktop Entry creation is optional, as newer versions of IntelliJ offer to create it on first startup.


I have my intellij int /opt folder. So what I do is:

  • Download Intellij
  • Extract intellij to /opt-folder: sudo tar -xvf <intellij.tar> -C /opt/ (the -C option extracts the tar to the folder /opt/)
  • Create a Desktop Entry File called idea.desktop (see example file below) and store it anywhere you want (let's assume in your home directory)
  • Move the idea.desktop from your home directory to /usr/share/applications: sudo mv ~/idea.desktop /usr/share/applications/

Now (in a lot) Ubuntu versions you can start the application after the GUI is restarted. If you don't know how to do that, you can restart your PC..

idea.desktop (this is for community edition version 14.1.2, you have to change the paths in Exec= and Icon= lines if the path is different for you):

[Desktop Entry]                                                                 
Encoding=UTF-8
Name=IntelliJ IDEA
Comment=IntelliJ IDEA
Exec=/opt/ideaIC-14.1.2/bin/idea.sh
Icon=/opt/ideaIC-14.1.2/bin/idea.png
Terminal=false
StartupNotify=true
Type=Application

Edit
I also found a shell script that does this for you, here. The given script in the link installs Oracle Java 7 for you and gives you the choice between Community and Ultimate Edition. It then automatically downloads the newest version for you, extracts it and creates a desktop entry.
I have modified the scripts to fulfill my needs. It does not install java 8 and it does not ask you for the version you want to install (but the version is kept in a variable to easily change that). You can also update Intellij with it. But then you have to (so far) manually remove the old folder! This is what i got:

Edit2
Here is the new version of the script. As mentioned in the comments, breandan has updated the script to be more stable (the jetbrains website changed its behavior). Thanks for the update, breandan.

#!/bin/sh

echo "Installing IntelliJ IDEA..."

# We need root to install
[ $(id -u) != "0" ] && exec sudo "$0" "$@"

# Attempt to install a JDK
# apt-get install openjdk-8-jdk
# add-apt-repository ppa:webupd8team/java && apt-get update && apt-get install oracle-java8-installer

# Prompt for edition
#while true; do
#    read -p "Enter 'U' for Ultimate or 'C' for Community: " ed 
#    case $ed in
#        [Uu]* ) ed=U; break;;
#        [Cc]* ) ed=C; break;;
#    esac
#done
ed=C

# Fetch the most recent version
VERSION=$(wget "https://www.jetbrains.com/intellij-repository/releases" -qO- | grep -P -o -m 1 "(?<=https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/BUILD/)[^/]+(?=/)")

# Prepend base URL for download
URL="https://download.jetbrains.com/idea/ideaI$ed-$VERSION.tar.gz"

echo $URL

# Truncate filename
FILE=$(basename ${URL})

# Set download directory
DEST=~/Downloads/$FILE

echo "Downloading idea-I$ed-$VERSION to $DEST..."

# Download binary
wget -cO ${DEST} ${URL} --read-timeout=5 --tries=0

echo "Download complete!"

# Set directory name
DIR="/opt/idea-I$ed-$VERSION"

echo "Installing to $DIR"

# Untar file
if mkdir ${DIR}; then
    tar -xzf ${DEST} -C ${DIR} --strip-components=1
fi

# Grab executable folder
BIN="$DIR/bin"

# Add permissions to install directory
chmod -R +rwx ${DIR}

# Set desktop shortcut path
DESK=/usr/share/applications/IDEA.desktop

# Add desktop shortcut
echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=IntelliJ IDEA\nComment=IntelliJ IDEA\nExec=${BIN}/idea.sh\nIcon=${BIN}/idea.png\nTerminal=false\nStartupNotify=true\nType=Application" -e > ${DESK}

# Create symlink entry
ln -s ${BIN}/idea.sh /usr/local/bin/idea

echo "Done."  

Old Version

#!/bin/sh                                                                                                                                   

echo "Installing IntelliJ IDEA..."

# We need root to install
[ $(id -u) != "0" ] && exec sudo "$0" "$@"

# define version (ultimate. change to 'C' for Community)
ed='U'

# Fetch the most recent community edition URL
URL=$(wget "https://www.jetbrains.com/idea/download/download_thanks.jsp?edition=I${ed}&os=linux" -qO- | grep -o -m 1 "https://download.jetbrains.com/idea/.*gz")

echo "URL: ${URL}"
echo "basename(url): $(basename ${URL})"

# Truncate filename
FILE=$(basename ${URL})

echo "File: ${FILE}"

# Download binary
wget -cO /tmp/${FILE} ${URL} --read-timeout=5 --tries=0

# Set directory name
DIR="${FILE%\.tar\.gz}"

# Untar file
if mkdir /opt/${DIR}; then
    tar -xvzf /tmp/${FILE} -C /opt/${DIR} --strip-components=1
fi

# Grab executable folder
BIN="/opt/$DIR/bin"

# Add permissions to install directory
chmod 755 ${BIN}/idea.sh

# Set desktop shortcut path
DESK=/usr/share/applications/IDEA.desktop

# Add desktop shortcut                     
echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=IntelliJ IDEA\nComment=IntelliJ IDEA\nExec=${BIN}/idea.sh\nIcon=${BIN}/idea.png\nTerminal=false\nStartupNotify=true\nType=Application" > ${DESK}

echo "Done."    
2 of 12
47

You can also try my ubuntu repository: https://launchpad.net/~mmk2410/+archive/ubuntu/intellij-idea

To use it just run the following commands:

sudo apt-add-repository ppa:mmk2410/intellij-idea
sudo apt-get update

The community edition can then installed with

sudo apt-get install intellij-idea-community

and the ultimate edition with

sudo apt-get install intellij-idea-ultimate
🌐
Chocolatey
community.chocolatey.org › packages › intellijidea-community
Chocolatey Software | JetBrains IntelliJ IDEA 2025.3.3
11 hours ago - To install JetBrains IntelliJ IDEA, run the following command from the command line or from PowerShell: ... To upgrade JetBrains IntelliJ IDEA, run the following command from the command line or from PowerShell: ... To uninstall JetBrains IntelliJ IDEA, run the following command from the command line or from PowerShell: ... This applies to both open source and commercial editions of Chocolatey. (this should look similar to https://community.chocolatey.org/api/v2/)