apple-music-cleaner

July 4, 2026 · typescript, cli

repo ↗

Apple Music has no way to bulk-remove favorited tracks or clear a library. This tool talks to the same private API the music.apple.com web player uses, so it works without a paid Apple Developer account.

It comes in two flavors sharing one engine:

  • Web appnpm run web, paste two tokens, click. Shows your library and deletes with a live progress bar.
  • CLI — for people who would rather stay in the terminal.