• 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 | 681 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