JetBrains Runtime Executable (JBR) Launcher
jbr.exe is the JetBrains Runtime launcher that initializes and runs the embedded OpenJDK-based Java environment used by JetBrains IDEs. It starts at IDE launch, loads essential libraries, configures memory, and coordinates plugin loading to deliver a responsive IntelliJ Platform experience across Windows machines.
It is a Windows executable that boots the bundled JetBrains Runtime (JBR) for JetBrains IDEs. The JBR build is customized for IDE performance, startup speed, GC tuning, and bundled plugins, ensuring consistent behavior across JetBrains products.
Reasons it's running:
jbr.exe is JetBrains Runtime's launcher that starts the embedded OpenJDK-based VM used by JetBrains IDEs (IntelliJ IDEA family) to run Java-based features and plugins.
When installed from JetBrains official products or Toolbox, jbr.exe is legitimate. Confirm its path under a JetBrains directory and verify the publisher is JetBrains s.r.o.
Disabling jbr.exe will prevent the IDE from starting. Instead, adjust IDE VM options, disable unused plugins, or close other IDEs to reduce resource load.
This often happens during indexing, code analysis, or when large projects are loaded. Tuning memory options and plugins, or pausing indexing can help.
Typical path: C:\Program Files\JetBrains\JetBrains Runtime\bin\jbr.exe. The exact path depends on the JetBrains product and installer you used.
Update via JetBrains Toolbox or the IDE's built-in update mechanism to get a compatible JBR build; if problems persist, reinstall the JetBrains Runtime package that matches your IDE version.