Skip to content

Download

wrm3 edited this page Jul 6, 2026 · 1 revision

Download

Precompiled Gald3r Throne installers are published on the GitHub Releases page:

github.com/Gald3r-Labs/gald3r_throne/releases/latest

Throne ships a native, per-OS installer (not a bare binary). Pick the one for your OS.

Assets attached to v0.2.0

OS Installer Updater signature
Windows (NSIS setup) Gald3r.Throne_0.2.0_x64-setup.exe …_x64-setup.exe.sig
Windows (MSI) Gald3r.Throne_0.2.0_x64_en-US.msi …_x64_en-US.msi.sig
Linux (AppImage) Gald3r.Throne_0.2.0_amd64.AppImage …_amd64.AppImage.sig
Linux (Debian/Ubuntu) Gald3r.Throne_0.2.0_amd64.deb …_amd64.deb.sig

Plus latest.json — the manifest the built-in auto-updater reads.

Which Windows installer? Use the -setup.exe (NSIS) for a normal per-user install. Use the .msi if your organization deploys software via Group Policy / Intune / SCCM, which expect an MSI. Both install the same app.

macOS. A macOS .dmg / .app target is configured in the build matrix but is not attached to this release. macOS users should build from source for now (see the README) or watch the Releases page.

The .sig files (Tauri updater signatures)

Each installer has a companion .sig file. These are Tauri 2 updater signatures: the in-app auto-updater uses them, together with latest.json and the app's embedded public key, to verify that an update is authentic before installing it. You normally do not need to touch the .sig files yourself — they exist so the Updating flow is secure. Download the installer that matches your OS and run it.

Unsigned installers — SmartScreen & Gatekeeper

The v0.2.0 installers are not yet OS-code-signed / notarized (a code-signing certificate and Apple notarization are owner-gated and pending). Your OS may warn you the first time you run the installer. This is expected for an unsigned experimental build — not a sign of tampering.

Windows (SmartScreen):

  • On running -setup.exe, you may see "Windows protected your PC".
  • Click More info → Run anyway.
  • The MSI may show a similar publisher warning; proceed the same way.

Linux:

  • AppImage: mark it executable and run it — chmod +x Gald3r.Throne_0.2.0_amd64.AppImage.
  • .deb: install with sudo apt install ./Gald3r.Throne_0.2.0_amd64.deb (apt handles the package; no OS signature is required for a locally-downloaded .deb).

macOS (Gatekeeper): applies once a signed .dmg/.app is published — an unsigned build requires right-click → Open and confirming the "unidentified developer" prompt, or clearing quarantine with xattr -d com.apple.quarantine.

See Install for the full per-OS install steps.


Gald3r Throne v0.2.0

Clone this wiki locally