A tiny macOS menu bar app that makes it easy to heart songs and add them to playlists in Apple Music.
Apple Music's desktop UI requires too many clicks for the two most common mid-listen actions. Music Bar puts them one click away.
Four icons live in your menu bar popover:
| Icon | Action |
|---|---|
| Album art | Shows what's currently playing — hover to reveal play/pause, click to toggle |
| Heart | Toggle love on the current track |
| Plus | Add/remove current track from your chosen playlist |
| Gear | Open settings |
- Play/pause by hovering over the album art and clicking — the overlay shows the current action
- Skip next button sits next to the artist name for quick track advancing
- Heart and Plus are toggles — they show the current state and flip it on click
- Plus checks for duplicates — won't add a song that's already in the playlist
- Long song titles scroll like a ticker tape
- Global keyboard shortcuts:
⌃⌥Lto love,⌃⌥Pto add to playlist (customizable in settings)
- macOS 26 (Tahoe) or later
- Apple Music with an active subscription
- Xcode 26+ to build from source
git clone https://github.com/mwdwrd/music-bar.git
cd music-bar
# Requires xcodegen: brew install xcodegen
xcodegen generate
# Build and run
open MusicBar.xcodeproj- Grant Apple Music access when prompted
- Grant automation access to the Music app when prompted
- Click the gear icon to pick which playlist the + button saves to
- Optionally customize keyboard shortcuts in settings
- Now-playing: Polls Music.app via AppleScript every 2s (
SystemMusicPlayeris unavailable on macOS) - Love + playlist: AppleScript (MusicKit write APIs are unavailable on macOS)
- Artwork: AppleScript with MusicKit catalog fallback
- Shortcuts: KeyboardShortcuts
- Icons: Phosphor via phosphor-icons/swift
- Design: macOS 26 Liquid Glass
MIT
