/ writings rahul cooks side projects lol about

lyricfever vs karacookie (2026): which spotify lyrics app for mac

Jun 20, 2026

·

8 min read

·

updated Jun 20, 2026

tl;dr: honest head-to-head comparison of lyricfever and karacookie, the two best free mac spotify lyrics apps in 2026. by the person who builds karacookie.

tldr: pick lyricfever if you want a menu-bar mode, the most stable option, and line-by-line sync is enough. pick karacookie if you want karaoke-style per-word reveal, the apple-music big lyrics feel on spotify, six themes, and the absolute smallest footprint. both are free, both are open source, both are native swift. you can install both in under two minutes and keep whichever one you actually leave open.


full disclosure up front: i build karacookie. that makes this exact post — karacookie vs the closest competitor — one you should weight carefully. i’m going to try to be fair to lyricfever because i genuinely respect what aviwad has built and i actually use lyricfever on machines where i want a smaller menu-bar mode instead of a floating window.

if you’re trying to decide between the two, here’s the honest version.


who builds them

lyricfever is built by aviwad. it calls itself the spiritual successor to lyricsx, which was the best mac lyrics app for years before going unmaintained. lyricfever has a larger community, more github stars, and a longer iteration history. lyrics come from netease, lrclib, and musixmatch in fallback order.

karacookie is mine — github.com/rahuldotbiz/karacookie. i started building it in late 2024 because i wanted apple music’s big animated word-by-word lyrics for spotify and nothing on mac did that cleanly. it ships from a smaller community (just me + a few contributors right now). lyrics come from lrclib with per-word timing when available.

both projects are actively maintained as of june 2026. lyricfever ships more frequent patch releases; karacookie ships fewer but bigger feature drops.


feature comparison

featurelyricfeverkaracookie
install effortlow (download, 1 macos prompt)low (download, 1 macos prompt)
menu-bar modeyes (its signature feature)no (floating window only)
floating window modeyesyes
per-word karaoke revealnoyes
line-by-line syncyes (rock solid)yes (fallback when word timing missing)
themes~2 visual modes6 themes (minimal, crystal, bloom, spotlight, concert, neon)
per-track color from album artnoyes
click-through hotkeynoyes
spotify supportyesyes
apple music supportyesyes
lyrics sourcenetease + lrclib + musixmatchlrclib
ram footprint~30 mb~5 mb
licensegplmit
swift nativeyesyes
active developmentyesyes
windows versionno (mac only)wip, not shipping yet

both apps require no spotify developer account and no oauth flow. that alone puts them ahead of every electron-era alternative.


where lyricfever wins (being honest)

menu-bar mode is unique and great. lyricfever can show the current lyric line right above the menu bar, no window needed. for low-distraction work — writing, coding, meetings — that’s a genuinely better ux than any floating window. karacookie doesn’t have an equivalent, and i don’t have a great answer for why except “it’s on the roadmap.”

it’s more polished and more stable. lyricfever has been shipping for longer. it has more iterations, more edge-case fixes, more community-reported bugs closed. karacookie is younger — you will hit rougher edges more often.

line-by-line sync is rock solid. lyricfever’s line timing is consistent across mainstream tracks. when it falls back to musixmatch, it tends to find a result. karacookie relies on lrclib alone, which is broader for english/hindi but thinner for jpop and kpop deep cuts.

bigger community + faster issue response. more github stars, more contributors, faster turnaround on issues. if you’re the kind of user who reports bugs and wants them fixed in a week, lyricfever is the safer bet.

multiple lyrics sources. lyricfever falls back across netease, lrclib, and musixmatch. karacookie uses lrclib only right now (multi-source is on the roadmap). that means lyricfever finds lyrics for a slightly wider range of tracks today.


where karacookie wins

per-word karaoke reveal. karacookie wipes through each word as it’s sung, interpolated from the line timing in lrclib. lyricfever doesn’t do this — it’s line-by-line only. if you’ve used apple music’s big lyrics view on iphone or mac, karacookie is the closest thing for spotify.

six themes. minimal, crystal, bloom, spotlight, concert, neon. you can pick a low-distraction theme for work or a full-immersion theme for listening sessions. lyricfever has fewer visual modes.

per-track color from album art. karacookie pulls the dominant color from the current track’s album art and uses it for the word-wipe accent. each song has its own visual mood. lyricfever doesn’t do this.

click-through hotkey. karacookie has a hotkey to toggle the floating window between catching clicks and being click-through. when you’re working under it, you don’t accidentally drag the bar. lyricfever doesn’t have this.

smaller footprint. ~5 mb vs ~30 mb. both are native swift, both are light, but karacookie is noticeably smaller in disk and memory. on a base-spec machine it’s slightly nicer.

apple-music-style “big lyrics” look via the concert theme. if you want lyrics that look and feel like the apple music fullscreen experience on spotify, the concert theme is the closest existing answer on mac.


who should pick which

pick lyricfever if:

  • you want a menu-bar mode for low-distraction listening
  • you value stability and a longer track record over newer features
  • line-by-line sync is enough for you
  • you want a bigger community and faster bug fixes
  • you listen to a lot of non-english tracks where multi-source fallback matters

pick karacookie if:

  • you want karaoke-style per-word reveal (the apple music big lyrics feel)
  • you want six themes to match your mood / workspace
  • you want per-track color from the album art
  • you want the smallest possible footprint
  • you want a click-through hotkey for working under the bar
  • zero setup matters most (one prompt, no dev account)

try both if:

  • you’re not sure. they install in 60 seconds each. run them side by side for a week, see which one you actually keep open, uninstall the other. you can’t go wrong with either.

you can run both (they don’t conflict)

both apps read the currently playing track from spotify and apple music via applescript and mediaremote. neither one controls playback. neither one locks the spotify api. they don’t fight each other.

a few karacookie users have told me they keep lyricfever in the menu bar for background music while they work, and pop karacookie open as the floating bar when they want to really listen. that’s a legit setup — it’s not lyricfever vs karacookie, it’s lyricfever and karacookie for different moments.

i’d encourage you to try that before picking one. you might find you actually want both.


what i’d change about each if i could

lyricfever: i’d add per-word karaoke reveal. it’s the one thing it doesn’t do that karacookie users say they can’t live without.

karacookie: i’d add a menu-bar mode. lyricfever’s menu-bar mode is the right answer for working hours and i don’t have it yet. i’d also add multi-source fallback (netease + musixmatch on top of lrclib) so non-english hit rates catch up.

both apps are honest about being free and oss. neither is trying to upsell you. that’s rare in this category — most of the paid lyrics apps for mac are worse than both of these.


the honest verdict

if you forced me to pick one for someone i didn’t know, i’d say install karacookie first (because you’ll see the karaoke reveal in 60 seconds and either love it or not, and that decision is fast), and install lyricfever as a backup for menu-bar mode and broader lyric source coverage.

if karacookie didn’t exist, lyricfever would be my answer for “best free spotify lyrics app for mac” without hesitation. it’s the most stable, most feature-complete free option in the category. that’s the bar karacookie is trying to clear on the visual + karaoke axis, and lyricfever is the bar.

both are worth your 60 seconds. neither will cost you money, both are oss, both are light, both work on spotify and apple music.


faq

(answered in the structured data above — your search engine should show these directly.)


related reads

  • karacookie — lyrics that move with the music — the product page
  • best spotify lyrics app for mac (2026): 7 floating overlays tested — the wider field
  • how to get apple music style lyrics for spotify
  • free spotify lyrics overlay for mac — the no-bullshit guide

liked this? get more honest reviews

no spam, just useful stuff. unsubscribe anytime.