Skip to main content

Prerequisites

Install Kong

Environment Variables

Kong uses environment variables for API keys and optional path overrides. Set at least one API key before running analysis. Set your API key in your shell profile so it persists across sessions:
You only need one API key. Kong’s smart routing will use whichever provider has a valid key configured. If you have both, the setup wizard lets you pick a default.

Verify Installation

Confirm that Kong is installed and accessible:
You should see output like:

Ghidra Auto-Detection

Kong automatically searches for Ghidra in common installation locations. If auto-detection fails (for example, if you installed Ghidra to a non-standard path), set the GHIDRA_INSTALL_DIR environment variable:
The same applies to the JDK — Kong will find it automatically in most cases, but you can set JAVA_HOME explicitly if needed.

Next Steps

Once installed, run the setup wizard to configure your LLM providers, or jump straight to the Quickstart to analyze your first binary.
Last modified on March 20, 2026