June 8, 2026
Play button? More like betray button
Stop the Apple Music app from launching
Mac users are cheering a tiny app that stops Apple Music from barging in
TLDR: Music Decoy is a simple Mac app that stops Apple Music from opening when you accidentally hit play, and can even redirect that button to another app. Commenters are thrilled, with many treating Apple Music’s auto-launch habit like a long-running nuisance Apple should have fixed years ago.
A tiny app called Music Decoy has sparked a very loud "finally!" from Mac users who are sick of Apple Music jumping onstage uninvited every time they tap the play button. The trick is almost absurdly simple: the app just sits there and fools the computer into thinking Apple Music is already open, so the real app never launches. And if users want, they can even make that play button open something else, like Spotify. For a lot of commenters, this wasn’t just neat — it was personal.
The strongest reactions were pure annoyance turned into relief. One user called accidental Apple Music launches a “huge pet peeve,” saying a stray AirPod tap suddenly opens “this app I’ve never used and don’t want.” Another basically screamed gratitude: “Yes. Yes. Thank you.” The mood was less “cool utility” and more group therapy session for the emotionally exhausted. One especially spicy complaint dragged Apple’s image, asking why a “supposedly premium operating system” behaves like this at all.
Then came the side drama: some users pointed to rival fix noTunes, turning the thread into a mini showdown over which workaround is less annoying. And the most relatable horror story? A commenter fuming that opening a random audio file can launch Music and add it to their library, as if Apple Music is not just clingy, but fully moving its stuff into your house. The jokes practically wrote themselves: Apple Music isn’t an app, it’s that one ex who still has your spare key.
Key Points
- •Music Decoy prevents the system Music app from launching by running with the same bundle identifier, `com.apple.Music`.
- •The app does not perform background work beyond existing as a running process.
- •Version 1.1 added the ability to launch a custom app when the Play button is pressed through a Terminal configuration setting.
- •The article says the macOS `rcd` daemon handles media keys and launches Music when no other app is currently playing audio.
- •Alternative approaches mentioned include unloading the `rcd` LaunchAgent, which disables the Play button, and using noTunes, which kills Music after launch but uses some CPU.