• donor-v0.3.10 844895dfb3

    donor-v0.3.10
    All checks were successful
    deploy / deploy (push) Successful in 6s
    donor-release / build-and-release (push) Successful in 6m6s
    Stable

    Ghost released this 2026-07-12 23:32:56 +00:00 | 230 commits to main since this release

    Unity donor donor-v0.3.10 — native GPU-compute client (Linux + Windows x86-64, GUI+CUDA with automatic WebGPU fallback).

    Downloads
  • donor-v0.3.9 4255d948fa

    donor-v0.3.9
    All checks were successful
    deploy / deploy (push) Successful in 7s
    donor-release / build-and-release (push) Successful in 6m8s
    Stable

    Ghost released this 2026-07-12 22:50:48 +00:00 | 234 commits to main since this release

    Unity donor donor-v0.3.9 — native GPU-compute client (Linux + Windows x86-64, GUI+CUDA with automatic WebGPU fallback).

    Downloads
  • donor-v0.3.8 7986a42815

    donor-v0.3.8
    All checks were successful
    deploy / deploy (push) Successful in 7s
    donor-release / build-and-release (push) Successful in 6m18s
    Stable

    Ghost released this 2026-07-12 15:58:33 +00:00 | 262 commits to main since this release

    Unity donor donor-v0.3.8 — native GPU-compute client (Linux + Windows x86-64, GUI+CUDA with automatic WebGPU fallback).

    Downloads
  • donor-v0.3.7 847a11ffdb

    donor-v0.3.7
    All checks were successful
    deploy / deploy (push) Successful in 4s
    donor-release / build-and-release (push) Successful in 6m5s
    Stable

    Ghost released this 2026-07-06 18:31:26 +00:00 | 446 commits to main since this release

    Unity donor donor-v0.3.7 — native GPU-compute client (Linux + Windows x86-64, GUI+CUDA with automatic WebGPU fallback).

    Downloads
  • donor-v0.3.6 5900fdc7d0

    donor-v0.3.6
    All checks were successful
    deploy / deploy (push) Successful in 4s
    donor-release / build-and-release (push) Successful in 5m59s
    Stable

    Sponge released this 2026-07-05 06:41:03 +00:00 | 459 commits to main since this release

    donor-v0.3.6 — idle-watchdog fix + light theme + headless GUI. The native donor no longer strangles a healthy link during heavy teach: IDLE_TIMEOUT 45s→150s, so a coordinator that queues its pong past 45s mid-teach no longer gets reconnect-cycled (which dropped the brain replica and forced a full matrix re-upload every ~60-90s). Also ships the OS light/white high-contrast theme (readable, no more grey-on-white) and a headless GUI launch on Windows (no console window behind the app; the pure-headless CLI build keeps its console). Linux + Windows x86-64 (GUI+CUDA; CUDA dynamic-loaded with automatic WebGPU fallback on AMD/Intel/Apple). Same brain, same results. Browser-tab donors are unaffected — this fix is native-binary only.

    Downloads
  • donor-v0.3.5 fc482cb45d

    donor-v0.3.5
    All checks were successful
    deploy / deploy (push) Successful in 3s
    Stable

    Sponge released this 2026-06-30 19:46:25 +00:00 | 491 commits to main since this release

    donor-v0.3.5 — work-stealing 'mining' donor model. High-RTT / Starlink donors now carry real compute batches: server-side work-eligibility floor + completion-driven work-stealing dispatch + replica-sync pacing so a slow uplink isn't flooded. Adds a self-measured downlink hint (linkDownMbps) so the brain paces sync to your link. Linux + Windows x86-64 (GUI+CUDA; CUDA with automatic WebGPU fallback on AMD/Intel/Apple). Same brain, same results.

    Downloads
  • donor-v0.3.4 ba3c0c8f93

    donor-v0.3.4 — donated-capacity auto-scale
    All checks were successful
    deploy / deploy (push) Successful in 4s
    Pre-release

    Sponge released this 2026-06-28 22:48:43 +00:00 | 513 commits to main since this release

    Native GPU donor v0.3.4 — auto-scale now counts DONATED capacity, not full card VRAM.

    Builds on v0.3.3 (flap-resistant keepalive + platform telemetry) and adds:

    • The donor now reports its donation in gpu_register: utilizationPct (duty-cycle) + donatedMB (explicit --memory VRAM cap). The brain weights community-compute auto-scale by EFFECTIVE donated capacity, so e.g. two 15GB cards set to 60% count as 18GB, not 30GB — no false tier-up.
    • Honors the data-parallel caveat: utilization is a throughput duty-cycle, not VRAM held; the admin /autoscale + dashboard now expose minDonorMB (the smallest donor's committed VRAM = the real brain-SIZE bound).

    Downloads: Windows (.exe) + Linux (x86-64). NVIDIA = CUDA; auto-falls-back to WebGPU on AMD/Intel/Apple. WIP.

    Downloads
  • donor-v0.3.3 d467d10f52

    donor-v0.3.3 — flap-resistant keepalive + platform telemetry
    All checks were successful
    deploy / deploy (push) Successful in 4s
    Pre-release

    Sponge released this 2026-06-28 21:43:52 +00:00 | 522 commits to main since this release

    Native GPU donor v0.3.3 — connection-flap resistance + platform telemetry.

    Highlights:

    • Client-initiated WS keepalive (15s) so the donor link never goes idle long enough for CGNAT / a reverse proxy to reap it — the fix for donors that 'keep reconnecting' / show red / 0 Gn/s on a flaky (e.g. Starlink) link.
    • Fast dead-link detection (45s) -> proactive reconnect instead of waiting minutes for the RST.
    • Jittered per-install reconnect backoff (no lockstep rejoins).
    • LOUD CUDA PTX/kernel load-failure logging (no more silent-0).
    • Reports osPlatform / engineBackend (cuda/vulkan/dx12) / driverVersion / computeCapability — visible in the admin dashboard Clients table.

    Downloads: Windows (.exe) + Linux (x86-64). NVIDIA = CUDA (full VRAM, best perf); auto-falls-back to WebGPU on AMD/Intel/Apple. WIP.

    Downloads
  • donor-v0.3.2 37c57b25da

    donor-v0.3.2
    All checks were successful
    deploy / deploy (push) Successful in 7s
    Stable

    Sponge released this 2026-06-28 18:24:18 +00:00 | 567 commits to main since this release

    Donor app v0.3.2 — Light / Dark / System theme toggle in Settings (default follows the OS; manually settable; readable in both). All settings now persist on this machine (theme, name, server, per-GPU enable/%, auto-reconnect) — load up and donate, no reconfiguration. Windows .exe (no console) + Linux x86-64.

    Downloads
  • donor-v0.3.1 9b5d455ce1

    donor-v0.3.1
    All checks were successful
    deploy / deploy (push) Successful in 7s
    Stable

    Sponge released this 2026-06-28 18:14:42 +00:00 | 570 commits to main since this release

    Donor app v0.3.1 — light/white high-contrast GUI theme (PD.2) + no console window on Windows (PD.3, GUI subsystem). Rebuilt from PUBDASH source. Downloads: Windows .exe + Linux x86-64. Auto-reconnect default ON.

    Downloads