Skip to content

Releases: ktamas77/vingester

Vingester 2.8.0 — Apple Silicon + Syphon sink

26 Apr 20:32
5869b53

Choose a tag to compare

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.

Vingester 2.8.0 — Apple Silicon (arm64) build

26 Apr 12:40

Choose a tag to compare

First Apple Silicon (macOS arm64) build of Vingester 2.8.0.

This release is a community rebuild of upstream rse/vingester@a22d6d5 with the grandiose dependency pin bumped to rse/grandiose@456f3132 so the NDI native binding actually links libndi on arm64 (otherwise: SIGSEGV on first NDI call).

What's in the zip

  • Vingester.app — Mach-O thin arm64 Electron 18.0.4 app bundle
  • All native modules built for darwin-arm64 (grandiose.node, opus.node)
  • Bundled ffmpeg-mac-a64 (FFmpeg 7.1.1 from osxexperts.net)
  • Bundled libndi.dylib (NDI SDK, 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
  • Main + GPU + renderer + network/audio helpers all spawn
  • AppleScript tell application "Vingester" to return version returns 2.8.0

Caveats

  • Not notarized — Gatekeeper will block first launch unless you xattr -cr it
  • Ad-hoc codesigned only (no Apple Developer ID)
  • Built from upstream 2.8.0 plus the one-line grandiose pin bump — see PR rse/vingester#96

Source

Built from this repo at commit 57f49fb.