Skip to content

Vingester 2.8.0 — Apple Silicon (arm64) build

Choose a tag to compare

@ktamas77 ktamas77 released this 26 Apr 12:40
· 4 commits to master since this release

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.