Downloads

SpotiFLAC Downloads — Desktop, Android APK & iPhone IPA

This page collects the newest SpotiFLAC build, older archives, install notes, and quick version summaries so people can choose the right package without digging through multiple tabs.

  • Latest verified release: June 13, 2026
  • Android and iOS packages
  • Changelog and install notes included

Latest Release

v4.9.5

Released on September 1, 2026. This build lyrics: Use direct Kugou, QQ Music, and Genius sources backup: Stream versioned ZIP archives

Static fallback ready
Android 32-bit

Classic Android Package

SpotiFLAC-v4.9.5-arm32.apk

97.4 MB · 535 downloads

Download arm32 APK
Android 64-bit

Recommended Android APK

SpotiFLAC-v4.9.5-arm64.apk

77.4 MB · 7.5k downloads

Download arm64 APK
iPhone

Unsigned iPhone Build

SpotiFLAC-v4.9.5-ios-unsigned.ipa

32.5 MB · 266 downloads

Download IPA File

Need help installing? View the sideloading guides for Android and iOS.

Show changelog v4.6.0 feature and fix summary

New Features

  • lyrics: Use direct Kugou, QQ Music, and Genius sources
  • backup: Stream versioned ZIP archives
  • updater: Resume and verify APK downloads
  • player: Add sleep timer
  • resolver: Add cross-platform fallback chain
  • l10n: Merge Crowdin translation updates (#531) (#531)
  • metadata: Limit embedded cover resolution
  • Add file format library quality label
  • library: Add lyrics filtering and metadata actions
  • extensions: Add resilient transfer runtime

Bug Fixes

  • ios: Handle non-optional callback binding
  • build: Hide unexported lyrics search results from gomobile
  • backup: Use compact sflb file extension
  • downloads: Hide unknown byte totals in notifications
  • resolver: Retire unavailable resolver endpoints
  • player: Handle headset media controls
  • ci: Standardize Android ARM release build
  • library: Sync track playback controls
  • download: Throttle progress diagnostics
  • ci: Harden release workflow inputs and actions
  • security: Redact secrets from exported logs
  • security: Bound cover download memory usage
  • security: Prevent extension network sandbox bypasses
  • security: Sandbox extension FFmpeg execution
  • security: Validate extension callback state
  • security: Encrypt extension storage at rest
  • download: Restore reliable provider fallback retries
  • download: Preserve finalization metadata and library labels
  • library: Prevent pinch gesture blocking scroll
  • database: Cache unavailable FTS5 capability
  • audio-analysis: Avoid spectrogram splice noise
  • library: Recover transient file availability
  • analysis: Reject false spectral rolloff cutoffs
  • metadata: Preserve selected release artwork and title
  • library: Persist artwork previews and stabilize completion
  • library: Show play action for completed batch items
  • library: Show play actions during batch downloads
  • extensions: Resume metadata after verification
  • playlists: Remove play action from online playlists
  • extensions: Accept artist tracks alias
  • ui: Smooth metadata transitions and refine settings
  • runtime: Bound resources and quarantine stalled extensions
  • storage: Publish finalized SAF output once
  • lints: Await asynchronous work in guarded blocks
  • metadata: Remove forced download attribution
  • extensions: Remove Block Store dependency

Performance

  • library: Optimize CIFS scan recovery
  • library: Resume and parallelize SAF indexing
  • lyrics: Coalesce and persist provider results
  • import: Batch playlist metadata enrichment
  • metadata: Coalesce MusicBrainz ISRC lookups
  • store: Coalesce and condition registry requests
  • extensions: Refresh provider health off the download path
  • playback: Stream SAF tracks through descriptor leases
  • android: Tighten R8 keep rules
  • download: Reduce progress wakeups and harden retries
  • extensions: Coalesce signed session lifecycle
  • extensions: Streamline prepared download work
  • network: Improve connection fallback and reuse
  • Optimize library scans and extension runtime
  • Harden download and persistence lifecycle
  • Reduce queue and extension runtime overhead
  • downloads: Bound native queue state
  • downloads: Stream concurrent native queue work
  • metadata: Coalesce Deezer enrichment requests

Refactoring

  • core: Reduce generated and duplicate code

Dependencies

  • deps: Update Flutter and Go packages
  • deps: Upgrade Flutter Go and Android dependencies

Chores

  • Update AltStore source to v4.9.0 by @github-actions[bot]
  • logging: Sanitize diagnostics and reduce noise
  • release: Bump version to 4.9.5
  • release: Bump version to 4.9.1

Build

  • deps: Add archive and crypto dependencies
  • go: Update toolchain to 1.26.6

Desktop Release

SpotiFLAC v7.2.2 — Windows, macOS & Linux

Released August 17, 2026. Adds Dolby Atmos for Amazon Music, automatic log generation, API cooldown controls, and switches to TagLib as the tag engine. Removes the legacy Qobuz API.

Windows

Windows Installer

SpotiFLAC.exe

7.3 MB · Windows 10+

macOS

macOS Disk Image

SpotiFLAC.dmg

17.8 MB · macOS 11+

Linux AMD64

Linux AppImage (x64)

SpotiFLAC.AppImage

7.9 MB · AMD64 / x86-64

Linux ARM64

Linux AppImage (ARM)

SpotiFLAC-ARM.AppImage

7.1 MB · ARM64 / Apple Silicon

Need help installing? Jump directly to the Desktop Installation Notes below.

Show changelog v7.1.9 feature and fix summary

Release Notes

  • ## Changelog
  • Added base color customization
  • Added automatic ReplayGain tagging
  • Added a Resume function to the Queue
  • Added instant previews for base colors and themes
  • Refined the Home page
  • Refined the History page
  • Replaced Copilot with ChatGPT
  • Moved Queue data to the database
  • Changed track list downloads to use the queue system
  • Fixed various other bugs and made general improvements
  • ## Downloads
  • ![Windows](https://github.com/spotbye/SpotiFLAC/releases/download/v7.2.2/SpotiFLAC.exe) ![macOS](https://github.com/spotbye/SpotiFLAC/releases/download/v7.2.2/SpotiFLAC.dmg) ![Linux](https://github.com/spotbye/SpotiFLAC/releases/download/v7.2.2/SpotiFLAC.AppImage) ![Linux ARM](https://github.com/spotbye/SpotiFLAC/releases/download/v7.2.2/SpotiFLAC-ARM.AppImage)
  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux AMD64
  • SpotiFLAC-ARM.AppImage - Linux ARM64
  • <details>
  • <summary><b>Linux Requirements</b></summary>
  • The AppImage requires webkit2gtk-4.1 to be installed on your system:
  • Ubuntu/Debian:
  • ```bash
  • sudo apt install libwebkit2gtk-4.1-0
  • ```
  • Arch Linux:
  • ```bash
  • sudo pacman -S webkit2gtk-4.1
  • ```
  • Fedora:
  • ```bash
  • sudo dnf install webkit2gtk4.1
  • ```
  • After installing the dependency, make the AppImage executable:
  • ```bash
  • chmod +x SpotiFLAC.AppImage
  • ./SpotiFLAC.AppImage
  • ```
  • For ARM64:
  • ```bash
  • chmod +x SpotiFLAC-ARM.AppImage
  • ./SpotiFLAC-ARM.AppImage
  • ```
  • </details>

Installation

Quick install notes for all platforms

Pick the package that matches your device, then follow the right install path for your platform.

Windows

Download SpotiFLAC.exe, run it, and follow the installer. Windows may show a SmartScreen warning — click More info then Run anyway.

Get Windows build →
macOS

Open SpotiFLAC.dmg, drag SpotiFLAC to Applications. On first launch, right-click and choose Open to bypass Gatekeeper.

Get macOS build →
Linux

Download the AppImage, make it executable (chmod +x SpotiFLAC.AppImage), then run it. Requires webkit2gtk-4.1 — install with sudo apt install libwebkit2gtk-4.1-0.

Get Linux build →
Android

Enable Install from unknown sources in Settings, then open the downloaded APK. Grant storage permission on first launch.

Get Android APK →
iPhone

Sideload the unsigned IPA using AltStore, Sideloadly, or a similar tool. No jailbreak required. Certificate must be renewed periodically.

Get iPhone IPA →
First run — all platforms

After install, open the Extension Store and add the official extension repository to activate search providers.

Extension setup guide →

Previous Releases

Archive builds with quick notes

Earlier builds stay collapsed by default so the page is easier to scan, but each entry includes a short summary and a path to the original GitHub release notes.

v4.9.0 August 24, 2026
  • library: Add bit depth quality label mode
  • metadata: Show explicit badges in track titles
  • library: Support multiple storage folders
v4.8.5 August 1, 2026
  • settings: Reveal nested search results
  • settings: Search nested options
  • metadata: Show current cover dimensions
v4.8.0 July 25, 2026
  • ui: Smooth download progress updates
  • download: Preserve quality variants
  • convert: Optionally retain original files
v4.7.1 July 1, 2026
  • extensions: Embed full metadata and cover after extension downloads
  • audio: Add dither and resampler options for lossless conversion
  • extensions: Manual verification help when browser launch fails
v4.7.0 June 30, 2026
  • extension-repo: Preserve package suffix from download URL
  • extensions: Route Deezer metadata through enabled extension
  • ui: Stabilize album and playlist header layouts
v4.6.0 June 13, 2026
  • playlist: Blurred backdrop with full cover in playlist header
  • ui: Add bottom inset so scrollable content clears the transparent navbar
  • library: Show active downloads inside the library grid
v4.5.6 June 1, 2026
  • Polish search empty state and share caching
  • Rebuild cross-extension sharing and queue controls
  • Align ios deployment target for file picker
v4.5.5 May 14, 2026
  • Expose audio codec in download result and skip lossy-to-lossless conversion
  • Add 5 new lyrics providers
  • Enhanced audio analysis with loudness, clipping, and spectral cutoff

Project Links

Need the full release trail and source history?

Jump to the official release archive for every package, or browse the main project repository for source code, docs, setup details, and ongoing updates.