Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex313031/apple-music-desktop
An Electron app that provides a native Apple Music experience for Linux & Windows.
https://github.com/alex313031/apple-music-desktop
apple-music apple-music-electron apple-music-ui apple-musickit electron electron-app
Last synced: 9 days ago
JSON representation
An Electron app that provides a native Apple Music experience for Linux & Windows.
- Host: GitHub
- URL: https://github.com/alex313031/apple-music-desktop
- Owner: Alex313031
- License: bsd-3-clause
- Created: 2023-09-17T07:01:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T03:09:02.000Z (5 months ago)
- Last Synced: 2025-01-16T14:26:16.177Z (16 days ago)
- Topics: apple-music, apple-music-electron, apple-music-ui, apple-musickit, electron, electron-app
- Language: JavaScript
- Homepage: https://github.com/Alex313031/apple-music-desktop
- Size: 6.06 MB
- Stars: 79
- Watchers: 6
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Apple Music Desktop
An [Electron](https://www.electronjs.org/) app that provides a native Apple Music experience for Linux & Windows
It has an "About" Window that lists the App Version, [Electron](https://www.electronjs.org/), [Chromium](https://www.chromium.org/), [Node](https://nodejs.org/), and [V8](https://v8.dev/) 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.
## Screenshot
![Screenshot](assets/screenshot.png)## Installation
See the [Releases](https://github.com/Alex313031/apple-music-desktop/releases).
## Building
Requires nodejs 16, or 18. It is reccomended to use [nvm](https://github.com/nvm-sh/nvm) for installing/managing node versions.
Yarn can also be used.```bash
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
```## TODO
See [TODO.txt](TODO.txt)