Skip to content
wrm3 edited this page Jul 6, 2026 · 2 revisions

Gald3r Throne

Gald3r Throne is the gald3r desktop workspace app — a host-side control plane for reading, planning, and applying changes to your gald3r-managed projects. Current release: v0.2.0.

Codename gald3r_throne, lore name Hlidskjalf (Odin's high-seat). The final public product name is not yet settled — the working identifiers may change before v1.

Throne is built on Tauri 2 + React + Vite + TypeScript with a Rust backend. It ships as a native, per-OS installer for Windows, Linux, and macOS.

Core principle: your local files always belong to you

Throne is a local-first, offline-first application:

  • No network call happens on launch.
  • Reading your project never mutates it. Write paths are gated behind an explicit, user-confirmed apply step with a backup, provenance log, and rollback.
  • The optional backend services (Valhalla / Yggdrasil / world_tree) are off by default and never have filesystem access to your projects — they are read-through only, over API calls.
  • Only anonymous, opt-out, no-content usage telemetry is sent (an install/first-run/continued-use ping and coarse OS/platform info — no account, IP, email, file paths, or task/prompt content), one-click disable in Settings → Data & Privacy.

Pages

Page What it covers
Download Installer assets for each OS, and the unsigned-installer / SmartScreen / Gatekeeper note
Install Per-OS install steps, and launching via gald3r throne
Usage The app panels — vault viewer, Mission Control, AI routing / local models, social chat, admin & registration, theme editor, and more
Updating The in-app auto-updater (Tauri updater via latest.json)

What it does (at a glance)

  • Open any gald3r project or Workspace-Control owner and read a live dashboard of tasks, bugs, features, releases, plans, subsystems, constraints, ideas, and the vault.
  • Plan and apply install / update / repair operations against a project through a dry-run → confirm → apply → rollback pipeline (writes happen in Rust, no engine CLI dependency).
  • Route AI across local models (Ollama, LM Studio, custom OpenAI-compatible) and cloud providers, with credentials stored only in the OS keychain.
  • Coordinate a team through Mission Control (Team/Org-gated), merge-conflict decks, and active-coordinator presence.
  • Personalize with selectable themes, a theme builder, personality packs, and 2D avatars.
  • Edit in place with an integrated IDE (file explorer, syntax-highlighted editor, LSP diagnostics, integrated terminal) and a packs/skills/commands manager.

License

Proprietary — all rights reserved. See the LICENSE and EULA.


Gald3r Throne v0.2.0 — see Releases.

Clone this wiki locally