Skip to content

0.1.0-0cf2b7e3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 08:53
0cf2b7e

Built from 0.1.0-0cf2b7e3.

Assets

  • VisionVNC-…-unsigned.ipa — VNC + Audio only (Moonlight disabled). All MIT-compatible.
  • 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.
  • VisionVNC-…-moonlight-unsigned.ipaif present, a Moonlight-enabled build.

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.

The Moonlight build is attempted on a best-effort basis (the GitHub runner
image cannot always compile its native dependencies) — it may be missing
from this release if the build failed.