FLACidal is a desktop application that downloads lossless FLAC audio directly from Tidal and Qobuz — no account credentials required. Paste a URL, choose a folder, and get Hi-Res 24-bit or Lossless 16-bit FLAC files with full metadata, embedded cover art, and customizable filename templates.
{artist} - {title})| Platform | File |
|---|---|
| Windows x64 | flacidal.exe |
| macOS Universal | flacidal.dmg |
| Linux x64 | flacidal.AppImage |
All releases on GitHub · Codeberg
| Service | Supported Types |
|---|---|
| Tidal | Playlist · Album · Track · Mix · Artist |
| Qobuz | Album · Playlist · Track |
~/Music/
└── Playlist Name/
├── Artist - Track One.flac
├── Artist - Track Two.flac
└── cover.jpg
Settings are stored at ~/.flacidal/config.json.
| Setting | Default | Options |
|---|---|---|
| Quality | LOSSLESS |
HI_RES · LOSSLESS · HIGH |
| File naming | {artist} - {title} |
Custom template |
| Embed cover art | true |
true · false |
| Concurrent downloads | 4 |
1 – 10 |
| Proxy | (none) | http://... or socks5://... |
Requirements: Go 1.21+ and Wails v2
go install github.com/wailsapp/wails/v2/cmd/wails@latest
git clone https://codeberg.org/KushieMoon-dev/FLACidal.git
cd FLACidal
wails build
# Binary: build/bin/flacidal
Development mode with hot reload:
wails dev
Do I need a Tidal or Qobuz account? No. FLACidal handles authentication internally. Just paste a URL and download.
What audio quality is available? From Tidal: HI_RES (24-bit / up to 192 kHz) and LOSSLESS (16-bit / 44.1 kHz). From Qobuz: up to 24-bit depending on availability.
Why does my antivirus flag the file? False positive. Go-compiled binaries are sometimes flagged heuristically. Build from source if you have concerns.
Can I use a proxy? Yes. HTTP and SOCKS5 proxies are configurable in Settings.
FLACidal is intended for educational and personal use only. It is not affiliated with, endorsed by, or connected to Tidal, Qobuz, or any other streaming service. You are solely responsible for ensuring your use complies with local laws and the Terms of Service of the platforms involved. The software is provided "as is" without warranty of any kind.
MIT License · Releases · Codeberg
Made with ♥ by KushieMoon