Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install ghidra. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

ghidra Installation Guide

How to install ghidra. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for ghidra. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i ghidra
or

Install via npx

npx @hexmos/ipm i ghidra

Prerequisites

Java

runtime

Version: 11 or later

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Download Pre-compiled Binaries

curl -L https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.1.2_PUBLIC/ghidra_11.1.2_PUBLIC_linux_x86_64.tar.gz -o ghidra_11.1.2_PUBLIC_linux_x86_64.tar.gz

tar -xzf ghidra_11.1.2_PUBLIC_linux_x86_64.tar.gz

cd ghidra_11.1.2_PUBLIC

Post Installation Steps

  • Launch Ghidra by running ./ghidraRun from the installation directory.