Wingetlywingetly
← All apps
P

Pure Music

by qingyueyinv2.2.0

Last updated

Windows 端本地音乐播放器,支持丰富的歌词、桌面歌词与多种音频格式。

Install with winget

$ winget install --id qingyueyin.PureMusic --exact --version 2.2.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Pure Music

Pure Music uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, user scope)
pure_music_2.2.0_release_installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Pure Music

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Pure Music 是一款 Windows 端本地优先的音乐播放器。它使用 BASS 引擎播放本地音频,支持 LRC 与 TTML 逐字歌词、翻译与罗马音显示,并提供桌面歌词。它支持均衡器、变调变速、独占模式播放与 Windows 系统媒体控制,音乐库与设置均保存在本机。

Installers · v2.2.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Pure Music.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • MyuneMusic小白
    xiaobai.MyuneMusicv0.9.3

    一个基于 Flutter (Dart) 实现的简易本地音乐播放器。

  • MineradioMineradio
    XxHuberrr.Mineradiov2.1.0

    一款以电影镜头、粒子视觉和歌词舞台为核心的沉浸式音乐播放器。

  • VutronMusicstark81
    stark81.VutronMusicv3.2.0

    高颜值的第三方网易云播放器

  • InspireMusicWHSTU
    WHStudio.InspireMusicv1.3.3.2

    一个现代化的纯前端音乐 APP ,基于 TuneHub API

  • ENO-Mmeanc
    Cteros.ENO-Mv3.3.3

    基于 Bilibili 的高颜值桌面音乐播放器

  • 音频易StudioAudioEase Tech
    AudioEaseTech.AudioEaseStudiov0.1.0

    完整桌面创作环境,为音乐制作人提供全场景创作解决方案。

More from qingyueyin or browse 播放器, 本地, 桌面歌词.

Frequently asked questions

How do I install Pure Music on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id qingyueyin.PureMusic --exact --version 2.2.0. winget downloads the installer from qingyueyin and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Pure Music silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id qingyueyin.PureMusic --exact 2.2.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Pure Music?
Pure Music uses EXE (Inno Setup). Run the downloaded installer with: pure_music_2.2.0_release_installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Pure Music via winget?
Run: winget uninstall --id qingyueyin.PureMusic --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Pure Music's Apps & Features entry.
Is Pure Music free?
Pure Music is distributed under GPL-3.0. Refer to the publisher (https://github.com/qingyueyin/Pure-music) for the full license terms - Wingetly itself does not charge for installation.
Does Pure Music work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Pure Music directly from the publisher.
How do I keep Pure Music up to date?
Run winget upgrade --id qingyueyin.PureMusic --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Pure Music from microsoft/winget-pkgs.