This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Artifact scan, Linux support, and Installing across a mixed release.
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.appUpgrading from alpha.9 or earlier? If after installing you still see an old version or are missing recent features, clear the cached runtime once and relaunch:
rm -rf ~/Library/Application\ Support/StemDeck/runtime ~/Library/Application\ Support/StemDeck/runtime.old
What's new in 0.7.0 Alpha 17
Linux support (new)
- Portable Linux builds. StemDeck now ships portable
.tar.gzpackages for Linux x86_64 in two variants, each bundling a self-contained Python runtime (PyTorch + Demucs) alongside the desktop app — extract and run./StemDeck, no toolchain required. (#220)StemDeck-Linux-x64.tar.gz— CPU-only (smaller; runs anywhere).StemDeck-Linux-x64.NVIDIA.tar.gz— NVIDIA/CUDA (CUDA-enabled PyTorch baked in; uses an NVIDIA GPU, falls back to CPU when none is present).
- Built and ClamAV-scanned in CI before upload, matching the Windows and macOS release pipelines.
Installing
- macOS: drop the
.appinto Applications and launch (run thexattrcommand above first). - Windows: unzip the downloaded
.zip, then runStemDeck.exefrom the extracted folder. - Linux: download the
.tar.gzfor your hardware, extract it, and run./StemDeck. Install the runtime prerequisites first — StemDeck links your system's WebKitGTK and callsffmpegfromPATH:
The NVIDIA build additionally needs a working NVIDIA driver such thatsudo apt install ffmpeg 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.
Artifact scan
- The Linux portable packages (CPU and NVIDIA) were scanned with ClamAV in CI before upload.
Artifact scan
- Windows portable packages were scanned with ClamAV in CI before upload.
Artifact scan
- The Linux portable packages (CPU and NVIDIA) were scanned with ClamAV in CI before upload.
Artifact scan
- The Linux portable packages (CPU and NVIDIA) were scanned with ClamAV in CI before upload.
Artifact scan
- Windows portable packages were scanned with ClamAV in CI before upload.
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]