⚠️ 0.2.0 withdrawn — the 0.2.0 installers were pulled due to installer bugs (oversized app.asar and a console window popping up during CUDA extraction). The 0.2.0 changelog entry remains for reference at CHANGELOG.md#020---05-09-2026.
Fixed
- CUDA installer no longer pops a console window: extracting the ~1.5 GB CUDA runtime used to open a separate terminal during setup. Extraction now runs inside the installer process itself, driving the native progress bar — no terminal.
- Installers are dramatically smaller: the app package (
app.asar) was accidentally including the previous build's entire unpacked output (a second full Electron runtime, ~1.7 GB). It's now limited to the actual app code (~2 MB), shrinking both the DML and CUDA installers significantly.