This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryWindows NVIDIA GPU acceleration is reliably used again after updating.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Windows NVIDIA builds now automatically re-detect GPUs after switching from CPU build. Windows NVIDIA builds now automatically re-detect GPUs after switching from CPU build. Source: llm_adapter@2026-07-18 Confidence: low |
— |
| Bugfix | Medium |
Windows NVIDIA package always includes CUDA runtime, preventing silent fallback to CPU-only execution. Windows NVIDIA package always includes CUDA runtime, preventing silent fallback to CPU-only execution. Source: llm_adapter@2026-07-18 Confidence: low |
— |
Full changelog
[!IMPORTANT]
macOS first launch (no code signing yet). After dragging StemDeck to Applications, clear the Gatekeeper quarantine flag or macOS will say the app is damaged:xattr -dr com.apple.quarantine /Applications/StemDeck.appOptional: start from a clean slate. To reproduce a true first-run experience, open each path in Finder via the Go menu, then Go to Folder (Shift+Cmd+G), and move the folders to Trash:
~/Library/Application Support/StemDeck~/Library/WebKit/app.stemdeck.desktop~/Library/Caches/stemdeck~/Library/Caches/app.stemdeck.desktopYou can also delete
~/Library/Preferences/app.stemdeck.desktop.plistthe same way. This is optional; the app will work without it.
What's new in 0.8.0 Alpha 12
A focused fix release for Windows NVIDIA GPU acceleration. No changes for macOS or Docker/self-hosted users.
Windows: NVIDIA GPUs are reliably used again
Two issues could leave a Windows machine with a perfectly good NVIDIA GPU running stem separation on the CPU — several times slower — while Settings → Compute device showed CUDA (NVIDIA) — not available:
- Switching builds no longer strands you on CPU. If you had ever run the CPU build (or a run that fell back to CPU) and then installed the NVIDIA build over the same data folder, the app remembered the old "CPU-only" decision and never re-checked for your GPU. It now re-detects the GPU automatically on the next launch when the installed build changes — no more manually deleting
%LOCALAPPDATA%\StemDeckto unstick it. - The NVIDIA build now always ships CUDA support. The GPU-enabled Windows package is now built to include the CUDA runtime deterministically, so it can't silently regress to a CPU-only build.
If your Windows NVIDIA setup was stuck on CPU, updating to this release fixes it on the next launch. You can confirm under Settings → General → Compute device: it should read Auto (currently: cuda).
Installing
- macOS: drop the
.appinto Applications and launch (run thexattrcommand above first). - Windows: unzip the downloaded
.zip, then runStemDeck.exefrom the extracted folder. For GPU acceleration, use the NVIDIA zip and make surenvidia-smireports your GPU; the CPU zip runs anywhere. - Linux: download the
.tar.gzfor your hardware, extract it, and run./StemDeck. Install the WebKitGTK + GTK runtime prerequisites first (FFmpeg is fetched automatically on first launch):
The NVIDIA build additionally needs a working NVIDIA driver such thatsudo apt install libwebkit2gtk-4.1-0 libgtk-3-0nvidia-smireports your GPU (the CUDA runtime itself is bundled -- no separate CUDA toolkit install needed). If you have no NVIDIA GPU, use the CPU-only tarball. - Docker / Unraid: install "StemDeck" from Unraid Community Applications, or pull
ghcr.io/stemdeckapp/stemdeck:edgeand map port 8000 plus the/app/jobsand/cachevolumes. Add--runtime=nvidiafor GPU acceleration. See the README for the fulldocker runcommand.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About stemdeckapp/stemdeck
All releases →Related context
Related tools
Earlier breaking changes
- v0.6.0-alpha.1 Moves library and stems storage from `~/Library/Application Support/` to `~/Documents/StemDeck/`.
Beta — feedback welcome: [email protected]