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 ghidraor
Install via npx
npx @hexmos/ipm i ghidraPrerequisites
Java
runtimeVersion: 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_PUBLICPost Installation Steps
- Launch Ghidra by running ./ghidraRun from the installation directory.
