this post was submitted on 05 Nov 2025
46 points (94.2% liked)
Linux
10016 readers
500 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It for a fact uses CEF: https://www.spotify.com/us/opensource/
Chromium Embedded Framework literally describes itself as follows on its Git repos: "Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications."
The Spotify "app" is mostly just web app code running on top of a single page Chromium instance, meaning for the most part, it isn't truly native.
And takes more resources than a tab because it doesn't share them, it has its own copy.