For MacOS Big Sur (Apple M1)
Since the original spotify app keeps crashing on mac, I wrapped up the web player with an electron and turned it into M1 architecture. The build also includes widevine support and is signed with Castlab so you can play DRM-protected content without error.
The latest version of SpotifySilicon for macOS is available here.
Currently only Macos 11.3+ supported
- Fully supported online player
- Widevine
v1.0.0 (build 100):
- First version
Build your own version with this command. You must sign your app: https://github.com/nativefier/nativefier/blob/master/CATALOG.md#spotify
nativefier "nativefier "https://play.spotify.com" --inject ./build/assets/js/service-worker-fix.js --icon ./build/assets/icons/spotify-multi-size.icns -a arm64 --widevine --internal-urls ".*" --name="SpotifySilicon" --app-version 1.0.0 --build-version 100 --width 1440 --height 900 --min-width 1440 --min-height 900 --fast-quit --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36" --disable-dev-tools"
You can see available options here
MIT © Iconocoders
This code is in no way affiliated with, authorised, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial Spotify app. Use it at your own risk.