JetBrains IDE installation

1 min read

Learn how to install JetBrains IDEs in images.

The process of installing an IDE onto your image is similar to installing the IDE onto a local machine.

To see examples demonstrating how to install the various IDEs and configure your image to work with Coder's multi editor feature, refer to the sample images available on GitHub.

Supported IDEs

Coder can find and start the following IDEs if their binaries exist in your PATH:

  • CLion
  • DataGrip
  • GoLand
  • IntelliJ IDEA Community Edition
  • IntelliJ IDEA Ultimate
  • Jupyter
  • PhpStorm
  • PyCharm
  • Rider
  • RubyMine
  • Code OSS (VS Code, installed by default)
  • WebStorm

Required Packages

The following packages are required in your image if you're using an IDE other than VS Code. They ensure that the IDE can communicate with Coder:

Debian Package RPM Package Description
openssl openssl Secure Sockets Layer Toolkit
libxtst6 libXtst X11 Testing Library
libxrender1 libXrender X Rendering Extension Client Library
libfontconfig1 fontconfig Generic Font Configuration Library
libxi6 libXi X11 Input Extension Library
libgtk-3-0 gtk3 GTK+ Graphical User Interface Library

Our docs are open source. See something wrong or unclear? Make an edit.