A lightweight native macOS wrapper for YouTube Music with system integration.
- Native macOS app — No Electron, just a lean WebKit wrapper
- Media key support — Control playback with your keyboard's play/pause, next, and previous keys
- Now Playing integration — See track info in Control Center with album artwork
- Discord Rich Presence — Show what you're listening to on Discord
- Frameless design — Clean, minimal window that blends with YouTube Music's UI
- Native scrollbars — macOS-style scrollbars for a consistent look
| Control Center | Discord Rich Presence |
|---|---|
![]() |
![]() |
brew tap 0xjemm/youtube-music-macos
brew install --cask youtube-music-macos
xattr -cr /Applications/YouTube\ Music.app- Download the latest release from Releases
- Extract and drag to Applications
- Run
xattr -cr /Applications/YouTube\ Music.app(required for unnotarized apps) - Open and sign in to YouTube Music
- Clone the repository
- Copy
Secrets.example.swifttoSecrets.swift - Add your Discord Application ID (optional, for Discord Rich Presence)
- Open
youtube-music-player.xcodeprojin Xcode - Build and run (⌘R)
- Go to Discord Developer Portal
- Create a new application
- Copy the Application ID
- Paste it in
Secrets.swift
- macOS 14.0 (Sonoma) or later
- Xcode 16+ (for building)
MIT


