• v7.0.2 7f859db173

    v7.0.2 Stable

    kerem released this 2026-01-11 13:34:12 +03:00 | 59 commits to main since this release

    📅 Originally published on GitHub: Sun, 11 Jan 2026 10:40:37 GMT
    🏷️ Git tag created: Sun, 11 Jan 2026 10:34:12 GMT

    Changelog

    Fixed fetching issues by switching to per-user local instances, removing dependency on my server https://github.com/afkarxyz/SpotiFLAC/issues/256 https://github.com/afkarxyz/SpotiFLAC/issues/257 https://github.com/afkarxyz/SpotiFLAC/issues/258 https://github.com/afkarxyz/SpotiFLAC/issues/259

    Downloads

    • SpotiFLAC.exe - Windows
    • SpotiFLAC.dmg - macOS
    • SpotiFLAC.AppImage - Linux
    Linux Requirements

    The AppImage requires webkit2gtk-4.1 to be installed on your system:

    Ubuntu/Debian:

    sudo apt install libwebkit2gtk-4.1-0
    

    Arch Linux:

    sudo pacman -S webkit2gtk-4.1
    

    Fedora:

    sudo dnf install webkit2gtk4.1
    

    After installing the dependency, make the AppImage executable:

    chmod +x SpotiFLAC.AppImage
    ./SpotiFLAC.AppImage
    
    Downloads