下载安装
最新版本: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 及以上
从源码构建
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
- 下载安装包
- 双击
.exe文件运行安装程序 - 从开始菜单或桌面快捷方式启动应用
macOS
- 下载对应芯片版本的 DMG 文件
- 打开 DMG,将应用拖入 Applications 文件夹
- 首次启动时右键选择"打开"以绕过 Gatekeeper
Linux
- 下载 AppImage 或 DEB 包
- AppImage 需要添加执行权限:
chmod +x guazi-music-*.AppImage - 双击运行或在终端中启动
