Skip to content

0.1.0-6d62487b

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jun 07:02
Immutable release. Only release title and notes can be modified.

Built from 0.1.0-6d62487b.

Assets

  • VisionVNC-…-unsigned.ipa — VNC + Audio only (Moonlight disabled). All MIT-compatible.
  • VisionVNC-…-moonlight-unsigned.ipa — the Moonlight-enabled build (GPLv3 — see below).
  • VisionVNCCompanion-…-unsigned.zip — the macOS companion app.
  • VisionVNCHotspotCompanion-…-x64-Setup.exe / …-arm64-Setup.exeif present, the Windows Hotspot Companion installer (Beta), built natively for Intel/AMD (x64) and Windows-on-ARM (arm64). Ships with a signed build-provenance attestation; verify before running with gh attestation verify <file> --repo illixion/VisionVNC.

Running the macOS Companion

The companion zip is unsigned, so Gatekeeper blocks it on first launch
("damaged / can't be opened"). After unzipping into /Applications,
clear the quarantine flag and re-sign it ad-hoc:

xattr -dr com.apple.quarantine /Applications/VisionVNCCompanion.app
codesign --force --deep --sign - /Applications/VisionVNCCompanion.app

Then open it normally. (If you build the companion yourself with a real
Apple Development identity, you can skip this.)

⚠️ Licensing note: the Moonlight-enabled IPA links
moonlight-common-c,
which is GPLv3. That artifact is therefore distributed under the GPLv3,
not the project's MIT terms. The VNC-only IPA and Companion contain no
GPL code. See LICENSE for details.