Skip to content

Vingester 2.8.0 — Apple Silicon + Syphon sink

Latest

Choose a tag to compare

@ktamas77 ktamas77 released this 26 Apr 20:32
· 2 commits to master since this release
5869b53

Second arm64 build of Vingester 2.8.0 — now with Syphon sink support.

What's new since v2.8.0-arm64.1

  • Syphon output sink (macOS only) — publishes captured Web frames as a Syphon source for zero-network local routing into Resolume, OBS, VDMX, TouchDesigner, MadMapper, etc. Pick "Syphon" YES in the SINK row alongside (or instead of) NDI / FFmpeg. Built on node-syphon (SyphonMetalServer).
  • See PR #1 for the implementation details.

Still includes

  • Apple Silicon (arm64) build via the grandiose pin bump (upstream PR rse/vingester#96)
  • All native modules built for darwin-arm64 (grandiose.node, opus.node, syphon.node)
  • Bundled ffmpeg-mac-a64, libndi.dylib, Syphon.framework (universal2)

Install

unzip Vingester-mac-a64.zip
xattr -cr Vingester.app          # remove quarantine (build is ad-hoc signed, not notarized)
mv Vingester.app /Applications/

Verified

  • Launches cleanly on macOS 26.4 / Apple Silicon
  • Syphon source registers with a real info.v002.Syphon.<UUID> identifier
  • Frames publish at the configured FPS without errors
  • AppleScript handshake returns version 2.8.0

Caveats

  • Not notarized — Gatekeeper will block first launch unless you xattr -cr it
  • Ad-hoc codesigned only (no Apple Developer ID)
  • Syphon sink is macOS-only; Win/Linux builds are unaffected (node-syphon is an optional dependency that's skipped on those platforms)

Source

Built from ktamas77/vingester@5869b53.