Installation
Requirements
- Godot Engine: 4.6 or later
- Operating Systems: Windows 11 or Linux, x86_64
macOS and Android support are planned.
Download
After purchasing GDAgent, you’ll receive an email with download links for your platform:
gdagent-vX.Y.Z-windows.zipgdagent-vX.Y.Z-linux.tar.gzKeepgdagentandgdagent.sigtogether in the same folder.
Install
Windows
- Extract the zip file
- Double-click
gdagent.exeto launch
Linux
- Extract the archive
- Double-click
gdagentto launch (or run from terminal)
Security & Native Binaries
GDAgent packages several native binaries (GDExtensions and a local stdio redirector bridge) to interface directly with your operating system’s pseudo-terminals and Godot’s internal runtime.
To learn more about what these binaries are, how they work, and our security and privacy model, please read the Packaged Binaries & Security guide.
Release Verification
We sign all our releases with a GPG key. If you want to manually verify the integrity of the downloaded archive before installing:
- Import our official GPG public key from the Ubuntu keyserver:
gpg --keyserver keyserver.ubuntu.com --recv-keys <INSERT_YOUR_KEY_ID_HERE> - Download the release archive and the
.ascsignature file directly from your Lemon Squeezy receipt into the same folder. - Verify the signature:
You should see a message indicating a “Good signature” from the GDAgent Team.gpg --verify gdagent-v1.0.0-linux.tar.gz.asc gdagent-v1.0.0-linux.tar.gz
Verify Checksum (Alternative)
If you do not have GPG installed, you can still verify that your download was not corrupted by checking its SHA-256 hash.
- Download the
.sha256checksum file directly from your Lemon Squeezy receipt. - Open your terminal in the download folder and run:
You should see an “OK” message if the file is intact.sha256sum -c gdagent-v1.0.0-linux.tar.gz.sha256