Skip to content

下载安装

最新版本:v1.0.0

支持 Windows、macOS、Linux 三大平台。

Windows

  • 系统要求:Windows 10/11 64位
  • 内存:4GB 及以上
  • 磁盘空间:200MB 及以上

下载安装包 · 下载便携版

macOS

  • 系统要求:macOS 10.15+
  • 芯片:Intel 或 Apple Silicon
  • 内存:4GB 及以上

下载 Intel 版 · 下载 Apple Silicon 版

Linux

  • 系统要求:Ubuntu 20.04+ / Fedora 36+
  • 依赖:FUSE 支持
  • 内存:4GB 及以上

下载 AppImage · 下载 DEB 包

从源码构建

bash
# 克隆仓库
git clone https://github.com/your-username/gz-music-player.git
cd gz-music-player

# 安装依赖
npm install

# 开发模式
npm run dev

# 构建生产版本
npm run build

# 打包安装程序
npm run dist:win   # Windows
npm run dist:mac   # macOS
npm run dist:linux # Linux

安装步骤

Windows

  1. 下载安装包
  2. 双击 .exe 文件运行安装程序
  3. 从开始菜单或桌面快捷方式启动应用

macOS

  1. 下载对应芯片版本的 DMG 文件
  2. 打开 DMG,将应用拖入 Applications 文件夹
  3. 首次启动时右键选择"打开"以绕过 Gatekeeper

Linux

  1. 下载 AppImage 或 DEB 包
  2. AppImage 需要添加执行权限:chmod +x guazi-music-*.AppImage
  3. 双击运行或在终端中启动

基于 MIT 许可证发布