Spotify Lyrics logo

Spotify Lyrics

A free synced-lyrics overlay for Spotify. It shows your current song and scrolls the lyrics in time, in a small always-on-top mini-player that stays out of your way.

Not affiliated with Spotify. Lyrics by LRCLIB. Requires a Spotify Premium account.

Download Free and open source. All versions and files

All downloads

Windows

Windows 10 or 11. Installer (.exe).

Download installer

macOS (Apple Silicon)

M1/M2/M3 Macs. Disk image (.dmg).

Download .dmg

macOS (Intel)

Older Intel Macs. Disk image (.dmg).

Download .dmg

Linux (AppImage)

Most distros. Portable AppImage.

Download AppImage

Linux (Debian/Ubuntu)

.deb package.

Download .deb

Connect your Spotify (one time, ~5 min)

Spotify caps hobby apps at a few users per key, so each person uses their own free key. It takes a few minutes once.

  1. Open the Spotify Developer Dashboard and create an app (any name).
  2. Add this exact Redirect URI: http://127.0.0.1:8888/callback
  3. Copy the app's Client ID (you do not need the secret).
  4. Launch Spotify Lyrics, open Settings โ†’ Spotify account, paste the Client ID, and click Connect.

Reading playback requires a Spotify Premium account (Spotify's rule since Feb 2026). Free accounts can't authorize the API.

Opening it the first time

The app is not code-signed (signing certificates are expensive), so your OS will warn you the first time. This is normal for indie apps. Here's how to get past it.

  1. Run the installer. If you see "Windows protected your PC", click More info.
  2. Click Run anyway, then finish the installer.
  3. Launch Spotify Lyrics from the Start Menu or Desktop shortcut.
  1. Open the .dmg and drag Spotify Lyrics into Applications.
  2. In Applications, right-click the app and choose Open, then Open again.
  3. If macOS still blocks it: System Settings โ†’ Privacy & Security, scroll down, and click Open Anyway.
  4. Last resort in Terminal: xattr -dr com.apple.quarantine "/Applications/Spotify Lyrics.app"
  1. AppImage: make it executable (chmod +x Spotify-Lyrics-x86_64.AppImage) and double-click it, or run it from a terminal.
  2. .deb: install with sudo dpkg -i Spotify-Lyrics-amd64.deb (or open it with your software installer).
  3. For encrypted token storage, a keyring (gnome-keyring or KWallet) should be installed.