This is an installer for the JetBrains Toolbox App.
This installer automates the following steps:
- Detect system architecture (x86_64 or ARM64)
- Download the latest AppImage release for the detected architecture from the Toolbox App web page
- Extract the
jetbrains-toolboxbinary to~/.local/share/JetBrains/Toolbox/ - Creates a symbolic link in the
~/.local/bindirectory
(Adding the shim directory to PATH, creating a .desktop entry and setting-up autostart is done automatically by Toolbox itself.)
Supported architectures:
- x86_64 (Intel/AMD 64-bit)
- ARM64/aarch64 (ARM 64-bit)
JetBrains Toolbox is packaged as an AppImage, which needs some system dependencies. Most modern Linux distros have them pre-installed, but if you encounter trouble, ensure you have the following: libfuse2 libxi6 libxrender1 libxtst6 mesa-utils libfontconfig libgtk-3-bin tar.
Run the following command to install JetBrains Toolbox. This command requires that you have curl and wget.
curl -fsSL https://raw.githubusercontent.com/nagygergo/jetbrains-toolbox-install/master/jetbrains-toolbox.sh | bash
Alternatively, you can download the jetbrains-toolbox.sh file from this repository and run it.
Afterwards you may run the jetbrains-toolbox command and select which product and version you want to install. Installed IDEs will be available as commands in your PATH, eg. pycharm.
- Gergely Nagy (@nagygergo)
- @eightseventhreethree
- Daniel Ziegenberg (@ziegenberg)
- Adam Tunnic (@Doregon)
- Jan Pokorný (@JanPokorny)