Back to home
IntelliJ 2024.1 — 2026.1+

LunaOS for IntelliJ

Run AI agents, browse workflows, and stream execution logs without leaving your IDE.

1

Install the Plugin

Option A — From JetBrains Marketplace

  1. Open IntelliJ IDEA (or any JetBrains IDE)
  2. Go to SettingsPluginsMarketplace
  3. Search for LunaOS
  4. Click Install and restart the IDE

Option B — Build from source

git clone https://github.com/lunaos-ai/lunaos-intellij.git
cd lunaos-intellij
./gradlew buildPlugin
# Install from: build/distributions/LunaOS-1.0.0.zip
# Settings → Plugins → ⚙️ → Install from Disk...
2

Connect to LunaOS

After installing, configure your API connection:

  1. Go to SettingsToolsLunaOS
  2. Enter your API endpoint: https://api.lunaos.ai
  3. Paste your API key (get one at agents.lunaos.ai/dashboard/api-keys)
  4. Click Test Connection to verify
  5. Optionally set a Default Agent ID for editor context actions
3

Start Using

The plugin adds interactive UI across your IDE:

Tool Window (Right Panel)

3 tabs: Agents (search + run), Runs (sortable table), Logs (real-time stream). Open from the right sidebar.

Tools Menu

Tools → LunaOS — Run Agent (Ctrl+Alt+L), Browse Agents, View Recent Runs.

Editor Context Menu

Select code → right-click → Analyze with LunaOS Agent. Uses your default agent.

Status Bar

Bottom-right shows active run count. Click to open the LunaOS panel.

4

Keyboard Shortcuts

  • Ctrl+Alt+L — Open agent picker and run
  • Right-click selected code → Analyze with LunaOS Agent
  • Click status bar widget → Opens LunaOS tool window