Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lujjjh/LitoMusic

A lightweight Apple Music client for Windows and macOS, built with MusicKit JS, Edge WebView2 / WKWebView and React.
https://github.com/lujjjh/LitoMusic

apple-music macos music react webview2 windows wkwebview

Last synced: 21 days ago
JSON representation

A lightweight Apple Music client for Windows and macOS, built with MusicKit JS, Edge WebView2 / WKWebView and React.

Awesome Lists containing this project

README

        



Lito Music

Lito Music



GitHub release



English
|
中文


Lito (/laɪto/) Music 是一个轻量级的 Windows / macOS Apple Music 客户端,

使用 MusicKit JS、Edge WebView2 / WKWebView 和 React 构建。

## 系统需求

- 操作系统版本 ≥ Windows 10 或 macOS 11.0。
- 对 Windows:Edge WebView2 运行时 (预装于 Windows 10 Insider Preview 和 Windows 11)。
若未安装,Lito Music 会在首次启动时尝试下载和安装。

## 下载

> 注意:Windows Defender 可能会对预编译版本产生误报。代码签名应当可以解决问题,但[其价格](https://www.google.com/search?q=code+signing+certificates+price)对开源软件开发者并不友好。如果你对此感到介意,欢迎[在自己的机器上构建](#构建)。

预编译版本可[在此获取][releases]。

## 特性

### 现在就听

Lito Music (现在就听)

### 时间同步歌词

Lito Music (时间同步歌词)

## 构建

### 对 Windows

需安装 Visual Studio(包括 Windows 10 SDK)、Rust 和 Node.js。

```powershell
npm install
npm run build:windows
```

### 对 macOS

需安装 Xcode 和 Node.js。

```sh
npm install
npm run build:darwin
```

[releases]: https://github.com/lujjjh/lito/releases