Awesome
<h1 align="center"> <a href="#readme"> <img src="/logo.svg" width="100" height="100" alt="Lito Music" /><br /> Lito Music </a> </h1> <p align="center"> <a href="https://github.com/lujjjh/lito/releases"><img alt="GitHub release" src="https://img.shields.io/github/v/release/lujjjh/lito?include_prereleases" /></a> </p> <p align="center"> English | <a href="README-cn.md">中文</a> </p> <p align="center"> <strong>Lito (/laɪto/) Music</strong> is a lightweight Apple Music client for Windows and macOS,<br /> built with MusicKit JS, Edge WebView2 / WKWebView and React. </p>System requirements
- OS version ≥ Windows 10 / macOS 11.0.
- For Windows: Edge WebView2 runtime (pre-installed in Windows 10 Insider Preview and Windows 11).
If not installed, Lito Music will try to download and install it at the first launch.
Downloads
NOTE: Windows Defender might say the pre-compiled binary is a malware. It's just a false positive. Code signing could solve this issue; however, the price is not friendly to an open source developer. If you are concerned about it, please feel free to build it on your own machine.
Pre-compiled binaries are available here.
Features
Listen now
<img src="https://user-images.githubusercontent.com/3000535/134794764-e974e026-c719-49b5-871f-72466078d4af.png" width="1000" alt="Lito Music (listen now)" />Time-synced lyrics
<img src="https://user-images.githubusercontent.com/3000535/134794792-0f0a4a56-c95b-4b02-966c-cbb71c90df20.png" width="1000" alt="Lito Music (time-synced lyrics)" />Build
For Windows
Visual Studio (with Windows 10 SDK), Rust and Node.js are required.
npm install
npm run build:windows
For macOS
Xcode and Node.js are required.
npm install
npm run build:darwin