• donor-v0.3.0 68705eb0ab

    donor-v0.3.0 Pre-release

    Sponge released this 2026-06-25 05:46:59 +00:00 | 627 commits to main since this release

    Unity Brain Donor v0.3.0 — native GPU compute donor.

    GUI overhaul (DA.1-DA.13): tabbed 'Unity Brain Donor' app — Donate / Settings / Dashboard / Leaderboard / About. 1280x720 resizable, app identity + brain+GPU icon, Live/Local/Custom server radio, verbose status, green/red Start-Stop, dark organic-tech theme. Headless --name flag unchanged (tags compute under a name; defaults anonymous).

    Assets:

    • unity-donor-windows-x86_64.exe (Windows x86-64)
    • unity-donor-linux-x86_64 (Linux x86-64)

    Built from develop @ donor-app v0.3.0; both targets compile-verified (cargo build --release native + x86_64-pc-windows-gnu).

    Downloads
  • donor-v0.2.0 6256842a82

    Native GPU Donor v0.2.0
    All checks were successful
    deploy / deploy (push) Successful in 6s
    Pre-release

    Sponge released this 2026-06-24 08:40:20 +00:00 | 648 commits to main since this release

    Native GPU compute donor for the Unity brain — v0.2.0.

    NEW in v0.2.0: auto-reconnect supervisor (a dropped/closed connection now rejoins on its own with backoff — no more going dark until you press Start), a GUI/CLI toggle (--no-reconnect to opt out), and a legend link.

    Carries everything from v0.1.0: CUDA backend for NVIDIA (no 2 GB binding cap) with automatic WebGPU fallback on AMD/Intel/Apple; multi-GPU-as-one-host; per-GPU utilization; optional leaderboard name (same name across devices aggregates your compute). Connects to production by default; --local for a local brain.

    GPU support: NVIDIA → CUDA; everything else → WebGPU. ⚠ WIP — functional but may have rough edges.

    Downloads
  • donor-v0.1.0 132b2bc238

    Native GPU Donor v0.1.0 (WIP)
    All checks were successful
    deploy / deploy (push) Successful in 7s
    Pre-release

    Sponge released this 2026-06-23 05:53:45 +00:00 | 678 commits to main since this release

    Native GPU compute donor for the Unity brain — a compiled, cross-platform app that donates GPU compute (like the in-browser compute.html, but native and more powerful).

    ⚠️ WORK IN PROGRESS — functional but may have rough edges. Please report issues.

    GPU support: built for NVIDIA (CUDA backend — no 2 GB binding cap, full VRAM, best performance). Automatically falls back to WebGPU on AMD / Intel / Apple GPUs — same brain, same results.

    Default: connects to the production brain out of the box. Use --local for a local brain, or --server to override. GUI: run it, pick GPUs, press Start. Headless: --headless --autostart --gpus 0,1 --utilization 10.

    Tip: avoid heavy compute on your primary display GPU (can lag the desktop) — the GUI defaults to a non-display card.

    Downloads