Przejdź do głównej zawartości

Installation

Install GalataJ directly from your IDE’s marketplace. No terminal commands needed.


  1. Open Settings (Ctrl+Alt+S on Windows/Linux, Cmd+, on Mac)
  2. Go to Plugins
  3. Click Marketplace tab
  4. Search for “GalataJ”
  5. Click Install
  6. Restart IntelliJ when prompted

Download: Get GalataJ from JetBrains Marketplace →

Requirements

  • IntelliJ IDEA 2024.1 or later
  • Java JDK 8+ for your application

  1. Open Extensions (Ctrl+Shift+X)
  2. Search for “GalataJ”
  3. Click Install

That’s it — no restart needed.

Download: Get GalataJ from VS Code Marketplace →

Requirements

  • VS Code 1.80 or later (also works with Cursor and Windsurf)
  • Java JDK 8+ for your application

Run the following command in your terminal to install the GalataJ CLI:

Okno terminala
powershell -c "irm https://download.galataj.com/install.ps1 | iex"

After installation, verify everything works:

  1. Open the Profiler panel
  2. Click Health to run a health check
  3. All items should show green ✓

Health Button Health Check Success

If anything shows red, click the Fix button — GalataJ will handle it automatically.


When you first open the profiler panel, GalataJ may download some components automatically. This only happens once.

Just wait for it to complete, then you’re ready to profile!


Local JVMs

All local Java apps — Spring Boot, Maven, Gradle, standalone JARs

Free

Docker Containers

Java apps running inside Docker containers

ProDocker Guide →


Quickstart

Start profiling in 2 minutes

Get started →

Health Check

Make sure everything is working

Run health check →


Restart your IDE and try again.

Make sure you’re searching in the correct marketplace:

  • IntelliJ: JetBrains Marketplace (not from disk)
  • VS Code: Visual Studio Marketplace

Click the Fix button next to each error. GalataJ will attempt to resolve it automatically.

More troubleshooting →