What are the system requirements for Toolbox App?
- Windows: 64-bit Windows 10 or newer
- macOS: macOS Mojave (version 10.15) or newer
-
Linux: 64-bit x86, glibc 2.17 (Ubuntu 18.04 or newer). JetBrains Toolbox App is packaged in AppImage and requires FUSE to run. See AppImage Wiki for details.
The following packages must be present:libfuse2 libxi6 libxrender1 libxtst6 mesa-utils libfontconfig libgtk-3-bin tar dbus-user-session
Please sign in to leave a comment.
I am on Ubuntu 20.04 and able to run it without FUSE. Will it cause any problem?
FUSE2 issue
If you get a failure message about missing FUSE2 after starting on Ubuntu.
Please install it manually: sudo apt-get install -y libfuse2
More details in our bug tracker https://youtrack.jetbrains.com/issue/TBX-7534/Ubuntu-22.04-missing-fuse2-libraries
For Ubuntu 24.04 users. Do NOT install fuse. It's old and it'll damage your system. Only install
libfuse2
. Nothing else is required