A free, open-source music app powered by the OpenMusic API Spec—the open standard of music streaming. Access your local library, self-hosted servers, or any compatible source, all without subscriptions.
- Stable local music player #46
- OpenMusic API integration
Simple method - Download your installer and SHA256SUMS.txt, then check the hash:
- Linux/macOS:
sha256sum -c SHA256SUMS.txt --ignore-missing - Windows:
certutil -hashfile vleer_setup.msi SHA256
GPG verification - For advanced users who want cryptographic proof:
# Import our signing key (Key ID: 852407171261C8A4)
gpg --locate-keys [email protected]
# Verify the fingerprint matches: 7E48 1786 6409 4A19 EF60 EEC8 8524 0717 1261 C8A4
gpg --fingerprint 852407171261C8A4
# Verify your download
gpg --verify vleer_setup.msi.asc vleer_setup.msimacOS
When you try to open the app, you'll get a warning that the app is damaged. Open the terminal and run this commandxattr -dr com.apple.quarantine /Applications/Vleer.app after that it should open without any problems.
Windows
Click "More info" then "Run anyway" to bypass SmartScreen.These warnings appear because we don't pay Apple/Microsoft for certificates. The GPG signatures above prove the files haven't been tampered with.