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.