Music, but without the subscription.
Rust 100.0%
276 1 0

Clone this repository

https://tangled.org/pandadev.net/vleer https://tangled.org/did:plc:olvjuh22plq6cl4ly3ppmf75/vleer
git@knot.pandadev.net:pandadev.net/vleer git@knot.pandadev.net:did:plc:olvjuh22plq6cl4ly3ppmf75/vleer

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Vleer

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.

Docs · Discord


This project is in active developement. 4th rewrite btw ._.#

hero

Roadmap#

Tracker

  • Stable local music player
  • OpenMusic API integration

Installation & Security#

Verifying Downloads#

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 hello@vleer.app

# 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.msi

First-Time Installation Warnings#

macOS When you try to open the app, you'll get a warning that the app is damaged. Open the terminal and run this command xattr -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.