🎉 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 →
Comparison

gald3r vs alternatives

Most AI coding setups fall into one of three buckets: a vendor's built-in memory feature, a single static rules file, or a bolted-on task tracker. None of them answer the two questions that matter once an agent is writing real code: who marks the work done, and where does the edit land before it's yours. gald3r answers both — a separate agent reviews, and every AI edit renders as a diff you accept hunk by hunk.

Feature comparison

gald3r vs memory-only tools, plain .cursorrules-style setups, and competing task management systems. Where a column is only partially true, this table says partial rather than rounding up.

Featuregald3rMemory-only toolsPlain .cursorrulesCompeting task systems
Who marks the work doneA different agent, in a fresh session — the implementer is structurally unable to mark its own work doneThe same agent that wrote the code — no separate check existsNobody — rules steer generation, they don't verify or gate anythingUsually a human, when they remember to; rarely enforced structurally
Where AI edits landA diff you accept hunk by hunk in Throne / gald3r_ide, with an append-only approvals ledger — partial: CLI-only workflows still write straight to diskStraight to disk — no review surface between the agent and your filesStraight to disk — a rules file has no edit-review mechanism at allStraight to disk — task systems track work, they don't sit in your editor
Where state livesA local SQLite ledger for status, regenerated as plain markdown in .gald3r/ — committed with your codeA vendor-hosted memory store, tied to one accountA single static rules file — no task, bug, or review state at allA separate hosted database or SaaS dashboard
How many tools share that state37 AI coding tools, 6 at full CRASH parity — plus Throne, gald3r_ide, and LongshipUsually locked to one vendor's chat clientWhichever tool reads that one rules-file formatNone — a browser dashboard with no native IDE integration
What runs offlineEverything except Valkyrie live sync and world_tree account features — the CLI, boards, autopilot, and diff review all work with no networkNothing — the memory feature is the vendor's cloud, by definitionEverything — it's a text file with no network dependency at allNothing — it's a hosted SaaS product
Persistent memoryDecisions, conventions, and session summaries survive restarts and machine changesYes, but scoped to that vendor's memory feature onlyNo — rules are static instructions, not accumulated memoryTask history only; no architectural memory
Multi-repo coordinationWPAC parent/child/sibling file topology offline, or Valkyrie live sync when signed inSingle-repo, single-sessionSingle-repo — copy and paste to reuse elsewhereDepends on the platform; often per-project silos
Self-updategald3r install update replaces the signed binary in place, with rollback on a failed verificationWhatever the vendor ships, on their scheduleManual — you edit the file yourselfVendor-controlled SaaS release cycle
CostEvery binary is free; the cloud half (Valkyrie/world_tree) is the paid add-onOften a paid tier of the host productFree, but does nothing beyond static instructionsUsually a paid SaaS subscription

Why teams pick gald3r

A separate reviewer, always

Implement and review run as separate agents in separate sessions. Failed reviews go back to the board with a reason and a full audit trail — the implementer never grades its own work.

Diffs, not silent writes

In Throne and gald3r_ide, every proposed edit renders as a unified diff with Accept/Reject on every hunk. Only accepted hunks are written, and an approvals ledger records the rest.

Multi-IDE

37 AI coding tools read the same .gald3r/ state — switch from Cursor to Claude Code to Gemini CLI mid-task without losing context.

File-first

No forced database, no forced cloud account. Tasks, bugs, plans, and constraints regenerate as plain markdown, committed to git alongside your code.

Engine-backed

An optional self-hosted backend adds 16 MCP tools for deeper memory search — the file-first core works with or without it.

Multi-repo

WPAC topology links parent, child, and sibling projects offline; Valkyrie adds live cross-project coordination when you're signed in.

See it on your own tools

Check the per-platform setup guide for your IDE, or install gald3r and put a reviewer between your agent and your main branch in under 5 minutes.