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.6

Released on September 7, 2026. This build about: Show compiled short Git commit metadata: Add safe batch editing and matching

Static fallback ready
Android 32-bit

Classic Android Package

SpotiFLAC-v4.9.6-arm32.apk

97.5 MB · 3.1k downloads

Download arm32 APK
Android 64-bit

Recommended Android APK

SpotiFLAC-v4.9.6-arm64.apk

77.4 MB · 43.1k downloads

Download arm64 APK
iPhone

Unsigned iPhone Build

SpotiFLAC-v4.9.6-ios-unsigned.ipa

32.6 MB · 1.0k 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

  • about: Show compiled short Git commit
  • metadata: Add safe batch editing and matching
  • library: Add bulk duplicate cleanup

Bug Fixes

  • metadata: Preserve track tags across collection screens
  • replaygain: Report decoder failures and reject incomplete scans
  • memory: Release retired runtimes and idle download heap
  • download: Resolve missing album folders before publishing
  • metadata: Read quality from Opus in MP4 containers
  • download: Remove legacy HIGH quality conversion
  • download: Preserve native containers before legacy quality conversion
  • download: Publish converted SAF files with the final extension
  • download: Size quality picker to its content
  • download: Allow dragging the quality picker to dismiss
  • library: Retain Opus badges when bitrate is missing
  • download: Estimate sizes from track quality metadata
  • download: Compare size estimates at each quality tier
  • replaygain: Write and verify native Opus gain tags
  • metadata: Match recording IDs across inconsistent catalogs
  • metadata: Normalize artist credits and preserve recording versions
  • altstore: Match source bundle ID to released IPA
  • download: Prepare fallback sessions before availability checks
  • metadata: Preserve Opus tags during batch re-enrichment
  • Restore SAF metadata fallback and preserve active transfers
  • download: Preserve verification provider during fallback
  • Resolve backend and test analyzer diagnostics
  • download: Route verification notifications to pending challenges
  • extensions: Preserve verification on availability errors
  • extensions: Bound stream resolution without timing out active transfers
  • download: Preserve audio quality across provider fallback
  • lyrics: Align usability checks with shared fixtures
  • library: Bound playlist picker SQL parameters
  • playback: Retain ReplayGain for SAF descriptor leases
  • android: Scope SAF read failures to each descriptor
  • ios: Isolate download progress subscriptions
  • metadata: Preserve Track fields during enrichment
  • conversion: Reserve FLAC outputs without overwriting files
  • search: Let latest live queries supersede cancelled requests
  • auth: Preserve shared signed-session challenge identity
  • ui: Resolve collapsed header title overlap
  • ui: Improve adaptive phone and tablet layouts
  • cover: Preserve provider high-resolution artwork
  • extensions: Shorten verification timeout
  • audio: Preserve Opus codec in M4A scans
  • extensions: Preserve verification callback retries
  • conversion: Preserve Unicode SAF document names

Performance

  • ui: Retain platform link lookup across rebuilds
  • ui: Retain track history lookup snapshots
  • metadata: Read complete SAF tags through descriptors
  • mp3: Share bounded ID3 metadata and cover reads
  • library: Page missing-file cleanup with safe SAF batch checks
  • extensions: Clone only the requested storage value
  • artwork: Batch and throttle cached preview validation
  • library: Reuse collection lookups across selection rebuilds
  • search: Decode large extension results off the UI isolate
  • library: Stream normalized scan timestamp snapshots
  • cache: Enforce cover byte budget during foreground use
  • queue: Apply sparse progress updates with chunked snapshots
  • images: Size decoded covers from layout constraints

Refactoring

  • i18n: Share supported language choices
  • batch: Share local track actions and phase settings
  • ffmpeg: Remove unused live DASH subsystem

Documentation

  • changelog: Document version 4.9.6

Styling

  • dart: Apply pinned formatter to existing files

Testing

  • Decouple app fixtures from extension identities

Chores

  • release: Bump app version to 4.9.6
  • ios: Reuse backend build script without duplicate framework setup
  • Update AltStore source to v4.9.5 by @github-actions[bot]

Build

  • ios: Require iOS 16 and restore local builds

Revert

  • Remove download size estimates

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.5 September 1, 2026
  • lyrics: Use direct Kugou, QQ Music, and Genius sources
  • backup: Stream versioned ZIP archives
  • updater: Resume and verify APK downloads
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

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.