= JetBrains IntelliJ IDEA Community :uri-idea-home: https://www.jetbrains.com/idea/
{uri-idea-home}[IntelliJ IDEA Community^] is a fully-fledged commercial IDE for the JVM platform.
IntelliJ IDEA provides all the tools you need for productive enterprise, Web, and mobile development. The IDE supports Java, Groovy, Kotlin, Scala, Android, JavaScript, SQL and lots of other languages and frameworks. It offers instant and clever code completion, on-the-fly code analysis and reliable refactoring tools.
== Build, Install and Run Flatpak (locally)
Assuming flatpak
, flatpak-builder
, and git
are installed, then execute the following commands:
$ git clone https://github.com/flathub/com.jetbrains.IntelliJ-IDEA-Community.git $ cd com.jetbrains.IntelliJ-IDEA-Community/ $ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo $ flatpak-builder build --force-clean --install-deps-from=flathub --install --user com.jetbrains.IntelliJ-IDEA-Community.yaml
$ flatpak uninstall --delete-data --user com.jetbrains.IntelliJ-IDEA-Community
== Permissions
This application requests the following permissions:
device=all
because there are plugins that use the camera, people develop for certain controllers, etc.filesystems=host
because you can have anything installed in your system and would like to be able to use it as beforesockets=ssh-auth
because (ideally) most developers use git using the Secure Shell ProtocolThe rest are hopefully innocent or obvious enough to not require explanation!
// git submodule foreach git pull origin master
== Restricting the default permissions :flatseal-flathub: https://flathub.org/apps/details/com.github.tchx84.Flatseal
When using {flatseal-flathub}[Flatseal] or flatpak override
to restrict the default filesystem access, it is recommended to add .java
as persistent (--persist
) to avoid accepting the license for each launch.