PodSDR desktop GUI — Linux x86_64
=================================

Run:
  ./run.sh

System requirements (most modern desktops have these already):
  - glibc 2.31+ (Ubuntu 20.04 / Debian 11 or newer)
  - ALSA or PulseAudio for audio output
  - X11 or Wayland session for the window
  - A Vulkan-capable GPU + driver (the GUI uses wgpu; falls back to
    GL on systems without Vulkan, but Vulkan is the tested path)

If the binary refuses to start, try:
  RUST_LOG=info ./run.sh

The app speaks OpenHPSDR Protocol 1 / Protocol 2 and auto-discovers
radios on the LAN. To run without hardware, fire up the Protocol-1
emulator from the server bundle:
  ./podsdr-emu --radio hermeslite
