An Electron app that provides a native Apple Music experience for Linux & Windows
It has an "About" Window that lists the App Version, Electron, Chromium, Node, and V8 versions for the given Electron version in the package.json.
It has many menu items, adding on top of the default ones, and a tray icon which you can use to focus the app or minimize it to the tray.
See the Releases.
Requires nodejs 14, or 16. It is reccomended to use nvm for installing/managing node versions. Yarn can also be used.
git clone https://github.com/Alex313031/apple-music-desktop.git
cd apple-music-desktop
nvm install # Only use if you are using nvm
npm install # Install needed npm deps
npm run start # Run app in dev mode
See TODO.txt