Dashboard-Beta v1.1.5 — Linux VST3
========================================

Quick install:
    ./install.sh

This copies Dashboard-Beta-1.1.5.vst3 into ~/.vst3/ and reports any missing system deps.

System requirements:
  - Linux x86_64
  - glibc >= 2.38
  - libwebkit2gtk-4.1 (runtime dep — install via your package manager)
      Arch / SteamOS:  sudo pacman -S webkit2gtk-4.1
      Fedora:          sudo dnf install webkit2gtk4.1
      Debian/Ubuntu:   sudo apt install libwebkit2gtk-4.1-0

Manual install (if you don't want to run install.sh):
    cp -r Dashboard-Beta-1.1.5.vst3 ~/.vst3/

Then restart your DAW and re-scan VST3 plugins.

Tested in: REAPER (Linux native build) on SteamOS.

Known issues on Linux:
  - Google sign-in (OAuth redirect) doesn't work — use email/password sign-in.
  - Compositor quirks on KDE+gamescope: if the plugin window renders as a
    transparent screenshot, launch your DAW with WEBKIT_DISABLE_DMABUF_RENDERER=1.
