SwiftPlayer

A lightweight, fully native video and audio player for macOS.

Built entirely with SwiftUI and AVFoundation. No third-party dependencies—just Apple's own frameworks.

Download v2.2 Stable View on GitHub

Features

Supported Formats

Video: MP4, MOV, M4V
Audio: MP3, M4A, AAC, WAV, AIFF, CAF

Installation

  1. Download the latest SwiftPlayer.app.zip from the Releases page.
  2. Move it to your Applications folder and launch it.
⚠️ First launch note

The app is ad-hoc signed, so macOS Gatekeeper will block the first launch. To open it:

Compatibility

Runs on both Apple Silicon and Intel Macs. Minimum macOS version: 13.0 (Ventura).

Build from Source

Requires Xcode 16+ and macOS 13.0+.

git clone https://github.com/scadavide55/SwiftPlayer.git
cd SwiftPlayer
open SwiftPlayer.xcodeproj

Changelog

2.2 — Stable

Latest

2.1.1 — Stable

Previous

See all releases on GitHub →