Changelog
- Added Patreon support links
- Updated several icons and URLs
- Improved the status page
- Separated the support page
- Changed “About” to “Other Projects”
- Categorized settings on the Settings page
- Fixed the Qobuz API
Downloads
SpotiFLAC.exe- WindowsSpotiFLAC.dmg- macOSSpotiFLAC.AppImage- Linux AMD64SpotiFLAC-ARM.AppImage- Linux ARM64
Linux Requirements
The AppImage requires webkit2gtk-4.1 to be installed on your system:
Ubuntu/Debian:
sudo apt install libwebkit2gtk-4.1-0Arch Linux:
sudo pacman -S webkit2gtk-4.1Fedora:
sudo dnf install webkit2gtk4.1After installing the dependency, make the AppImage executable:
chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImageFor ARM64:
chmod +x SpotiFLAC-ARM.AppImage
./SpotiFLAC-ARM.AppImage