🎉 gald3r v5.0.0-beta.51 is out — Throne, gald3r_ide and the CLI ship together on one tag — Throne sign-in lands on the Wails build, and every project now carries its first commandment.See release notes →

Download · v5.0.0-beta.51 · 2026-09-04

Every binary, one signed release.

The CLI, the Throne desktop app, and the gald3r_ide editor all ship on the same tag. Pick your platform below — each button downloads the file directly. Free, no account, no card.

Windows

x86-64 · Windows 10 and 11

gald3r CLI

The engine. Task and bug boards, the verification ladder, autopilot, and gald3r platform install. Bundles the MCP server, Cartograph, and the Valkyrie connector.

gald3r-windows-x86_64.msi~133 MB

Installer · recommended

Authenticode-signed as Gald3r Labs LLC. Installs gald3r.exe and gald3rw.exe on your PATH.

Download gald3r-windows-x86_64.msi
gald3r-windows-x86_64.zip~147 MB

Zip · no installer

The bare binaries. Unzip somewhere on your PATH yourself.

Download gald3r-windows-x86_64.zip

Gald3r Throne

The desktop control plane: boards, workspace graph, Council Room, Company Admin, and an IDE section with per-hunk AI diff review.

gald3r_throne-windows-installer.exe~20 MB

Installer · recommended

Not yet code-signed, so SmartScreen asks once — More info, then Run anyway.

Download gald3r_throne-windows-installer.exe

gald3r_ide

The standalone editor. Between Notepad++ and early VS Code by design, with AI edits rendered as diffs you accept hunk by hunk.

gald3r_ide-windows-installer.exe~9 MB

Installer · recommended

Registers the right-click Open with gald3r entry in Explorer.

Download gald3r_ide-windows-installer.exe

macOS

Apple silicon and Intel

gald3r CLI

The engine. Task and bug boards, the verification ladder, autopilot, and gald3r platform install. Bundles the MCP server, Cartograph, and the Valkyrie connector.

gald3r-macos-arm64.pkg~34 MB

Installer · Apple silicon

Signed and notarized by Apple — no security prompts. For M1 and later.

Download gald3r-macos-arm64.pkg
gald3r-macos-x86_64.pkg~37 MB

Installer · Intel

Signed and notarized. For Intel Macs.

Download gald3r-macos-x86_64.pkg
gald3r-macos-arm64.tar.gz~110 MB

Tarball · Apple silicon

Bare binary, if you would rather not run an installer.

Download gald3r-macos-arm64.tar.gz
gald3r-macos-x86_64.tar.gz~117 MB

Tarball · Intel

Bare binary for Intel Macs.

Download gald3r-macos-x86_64.tar.gz

Gald3r Throne

The desktop control plane: boards, workspace graph, Council Room, Company Admin, and an IDE section with per-hunk AI diff review.

gald3r_throne-macos-arm64-unsigned.tar.gz~17 MB

Tarball · Apple silicon

Unsigned for now, so Gatekeeper asks once — right-click the app and choose Open.

Download gald3r_throne-macos-arm64-unsigned.tar.gz

gald3r_ide

The standalone editor. Between Notepad++ and early VS Code by design, with AI edits rendered as diffs you accept hunk by hunk.

gald3r_ide-macos-arm64-unsigned.tar.gz~6 MB

Tarball · Apple silicon

Unsigned for now — right-click the app and choose Open the first time.

Download gald3r_ide-macos-arm64-unsigned.tar.gz

Linux

x86-64 · glibc

gald3r CLI

The engine. Task and bug boards, the verification ladder, autopilot, and gald3r platform install. Bundles the MCP server, Cartograph, and the Valkyrie connector.

gald3r-linux-x86_64.tar.gz~111 MB

Tarball · recommended

Unpack and run ./install.sh.

Download gald3r-linux-x86_64.tar.gz

Gald3r Throne

The desktop control plane: boards, workspace graph, Council Room, Company Admin, and an IDE section with per-hunk AI diff review.

gald3r_throne-linux-amd64.tar.gz~17 MB

Tarball · amd64

Unpack and run ./gald3r_throne.

Download gald3r_throne-linux-amd64.tar.gz

gald3r_ide

The standalone editor. Between Notepad++ and early VS Code by design, with AI edits rendered as diffs you accept hunk by hunk.

gald3r_ide-linux-amd64.tar.gz~7 MB

Tarball · amd64

Unpack and run ./gald3r_ide.

Download gald3r_ide-linux-amd64.tar.gz

After it lands

First run

Open a new terminal, then check the install and scaffold your project.

gald3r --version
gald3r doctor
gald3r setup
Full walkthrough

Verify the file

Every asset is covered by SHA256SUMS.txt on the release. Compare before you run it.

# Windows
certutil -hashfile <file> SHA256

# macOS / Linux
shasum -a 256 <file>

Upgrading later

Once anything is on your PATH you never need this page again — the CLI updates itself, and Throne offers new builds in-app.

gald3r install update
gald3r install throne

Everything ships from Gald3r-Labs/gald3r_core. Want a specific build? Every release is listed with its date.