Download and run the native helper to enable remote control. It listens on
127.0.0.1:8765 only — nothing leaves your machine unless a viewer you've approved is already connected.
Other platforms & run instructions
macOS: after download, open Terminal (Spotlight → type "Terminal") and run:
chmod +x ~/Downloads/veritarc-rc-stub-macos-arm64 && xattr -cr ~/Downloads/veritarc-rc-stub-macos-arm64 && ~/Downloads/veritarc-rc-stub-macos-arm64
This removes the macOS quarantine flag and launches the helper. The first run will ask you to grant Accessibility and Input Monitoring permissions in System Settings > Privacy & Security. You only need to do this once. Leave the Terminal window open while using remote control.
Windows: double-click the .exe. If SmartScreen warns, click "More info → Run anyway".
Linux: chmod +x ./veritarc-rc-stub-linux-x86_64 && ./veritarc-rc-stub-linux-x86_64. X11 only for now — Wayland support is tracked in the roadmap.
Binaries are currently unsigned; code-signing is planned once the feature leaves experimental.