We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(install): document HTTPS :6443 for remote/server mode Browsers block getUserMedia on non-localhost HTTP origins, so remote clients hitting http://<host>:6060 can load the UI but cannot transmit. Zeus.Server already opens a self-signed HTTPS listener on :6443 — make that the documented path for Server mode and PWA installs, and add :6443 to the firewall examples. Getting Started now points LAN users at https://<host>:6443 by default.
docs(linux): document LD_LIBRARY_PATH requirement when invoking Zeus.Server directly The released tarball ships libwdsp.so under runtimes/linux-x64/native/, and the ./zeus wrapper exports LD_LIBRARY_PATH so .NET P/Invoke can find it. Running ./Zeus.Server directly (server mode, tmux, systemd) skips the wrapper and produces a DllNotFoundException. Document the workaround in Installation (Linux server section + systemd unit) and Troubleshooting (new subsection under "Missing native WDSP library on Linux").
docs(install): split Desktop vs Server mode, cover Windows/macOS/Linux for both
docs: prefix bare "Zeus" with "OpenHPSDR" across user-facing pages Normalises user-facing prose to read "OpenHPSDR Zeus". Mobile.md was already prefixed ("Openhpsdr-Zeus") and is now aligned with the rest of the wiki. Code identifiers (Zeus.Server, Zeus.slnx, Zeus.Dsp, Zeus.Protocol1/2, Zeus.Contracts), filesystem paths (~/.local/share/Zeus, Zeus.app), and installer filenames (Zeus-X.Y.Z-...) are left as-is.
Add Installation page (installers, PWA, Phase 2 native shell) - New Installation page covering Windows/macOS/Linux installers, what each launcher actually does, the WDSP wisdom first-run wait, the PWA install path, the macOS xattr Gatekeeper note, and the Phase 2 (Photino-style) native-window shell with no ETA. - Sidebar and Home gain an Installation link in the Getting around block. - Getting Started's step 1 now points new users at Installation first instead of assuming Zeus.Server is already running on the LAN.