Skip to content

tivi 0.3.0 — macOS

Latest

Choose a tag to compare

@fezcode fezcode released this 09 Aug 14:38
· 1 commit to main since this release

First macOS release. Native arm64 build with feature parity:

  • VideoToolbox hardware decode (in place of D3D11VA), feeding the same GPU shader YUV→RGB path (NV12 / P010)
  • SF Pro / Arial UI fonts (full Latin + Turkish glyph coverage)
  • Native NSOpenPanel media/subtitle dialogs, rounded borderless window with shadow, work-area maximize, native zoom
  • Subtitles via libass with the CoreText font provider; macOS-native subtitle font choices (Helvetica Neue, Avenir Next, Menlo, …)
  • System media keys via MPRemoteCommandCenter
  • Single instance over a Unix socket — a second launch hands its files to the running player
  • Finder "Open With" / double-click opens files in the app (Apple Event → single-instance route)

Self-contained .app (FFmpeg, libass and raylib bundled — no Homebrew needed, ad-hoc signed): unzip and run. Gatekeeper: right-click → Open on first launch. Build from source with sh build-macos.sh, bundle with sh bundle-macos.sh.

Windows Aero-snap edge tiling remains Windows-only.