Skip to content

jrf/MuseBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuseBar

A lightweight macOS menu bar app that displays the currently playing track from Apple Music.

macOS 13+ Swift

MuseBar screenshot

Features

  • Shows artist and track name in the menu bar with album artwork
  • Dropdown with album art, track details, and a seekable progress bar
  • Playback controls — previous, play/pause, next
  • Lightweight — no Dock icon, runs entirely in the menu bar

Requirements

  • macOS 13 (Ventura) or later
  • just command runner
  • Swift 5.9+

Install

just

This builds the app, copies it to /Applications, and launches it.

On first launch, macOS will ask permission for MuseBar to control Music — click OK.

Usage

Command Description
just Build and install to /Applications
just build Build the .app bundle
just run Build and run from the terminal
just clean Remove build artifacts

How It Works

MuseBar uses AppleScript to query Apple Music for the current track, artwork, and playback position. It listens for distributed notifications from Music.app to update in real time when tracks change or playback state changes.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors