🎹 Spitfire LABS

Linux Installation Guide

A step-by-step guide to installing Spitfire LABS VST on Linux using Wine.
Tested on Debian 13, Debian 12.11, Devuan, Arch Linux, and Artix Linux.

DAW Wine Status

Prerequisites


Requirement Details
OS Debian 13 (or 12.11), Arch Linux, or Artix Linux
Wine wine-stable 10.0+ or wine-staging 11.1+
DAW LMMS 1.3.0-alpha (VST support required)
GPU Any GPU with working Linux drivers
info NOTE

wine-staging 11.1+ is recommended as it fixes #56378, which is required for WebView2 compatibility.

Installation Steps


Now every thing you should know is setup, you can now let us proceed to the actual steps.

1. Install Wine and Dependencies

2. Install Winetricks and Runtime Components

3. Configure Wine and Install WebView2

4. Install Graphics Packages

5. Install a DAW

Troubleshooting


LABS Doesn't Open or it Crashes

  1. Downgrade LABS: Use the older LABS.dll:
    curl -O https://github.com/aKqir24/Spitfire-LABS-Installation-Guide-In-Linux/raw/refs/heads/main/LABS.dll.zip
  2. Try wine-staging: If using wine-stable, switch to wine-staging (may be less stable).
  3. Check GPU drivers: Ensure your drivers are up to date and your Wine prefix is clean:
    rm -rf ~/.wine
    wineboot --init
  4. Properly setup dotnet: Run winecfg and go to libraries, then add concrt140 in the new override for library.

Webview Cannot Be Installed even when it is not installed

Just go to ~/.wine/system.reg of your wine folder, then open it in your IDE and Search for Webview.

You should see lines like these, when you see it remove it and save the file. This usually happens if you install the Webview in win10 or a much latest installer.

[Software\\Wow6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}] 1785220019
    #time=1dd1e5a189fca4e
    "location"="C:\\Program Files (x86)\\Microsoft\\EdgeWebView\\Application"
    "name"="Microsoft Edge WebView2 Runtime"
    "pv"="109.0.1518.140"
    "SilentUninstall"="\"C:\\Program Files (x86)\\Microsoft\\EdgeWebView\\Application\\109.0.1518.140\\Installer\\setup.exe\" --force-uninstall --uninstall --msedgewebview --system-level --verbose-logging"

Sources