Windows desktop app · Free
Sunara Reference
A free Windows app that tells real lossless audio from fakes.
The problem
A FLAC file proves nothing about what's inside it. Anyone can take a 128 kbps MP3, decode it, and re-encode it as FLAC. The result passes every integrity check, plays perfectly, and takes up lossless-sized space — but the quality lost in the MP3 stage is gone forever. These files are everywhere: in download stores, in shared libraries, in collections people have spent years building.
Why most checkers get this wrong
Nearly every existing tool checks one thing: whether the spectrum stops early. Lossy encoders cut high frequencies, so a cutoff around 16–20 kHz looks like a smoking gun.
The trouble is that plenty of genuine recordings also stop early. Old masters, analog tape sources, quiet acoustic material, deliberate mastering decisions — all of these produce natural high-frequency roll-off that a cutoff-only tool happily convicts as fake. If you've ever had a checker flag an album you ripped yourself, this is why.
What Sunara Reference does differently
Lossy codecs leave more than one fingerprint. Sunara Reference runs five detectors across three independent evidence families — where the spectrum ends, what the surviving high frequencies look like statistically, and how they behave over time — and fuses them with a simple rule: artifacts prove fake, but the absence of artifacts doesn't prove real. When the families disagree, the file is labeled Borderline instead of getting a confident guess.
Read the full design story in How it works or the technical article One cutoff is not enough.
Honest numbers
On a controlled test set — 101 genuine hi-res FLACs, plus the same 101 files transcoded through MP3 192, MP3 128, and AAC 160 and re-wrapped as FLAC — Sunara Reference scores 96.5% overall (390 of 404 files), with 93.1% on the genuine files it must not falsely accuse.
Those are controlled conditions, not a promise about every file in the wild. The score you see in the app is a confidence value, not a probability — and the app never pretends otherwise.
Download
Free. No ads, no trial, no accounts, no locked features.
Verify your download.
SHA-256 checksums:
6e7a04892ea74afa17b863a36ee20bfa766fe1374783356af96f0a86b7b0c121 SunaraReference-Setup-1.0.0.exe
f70926980ba6ee912ffe884d2129c7072438b0e3736368ed997eada09761d419 SunaraReference-Portable-1.0.0.zip
To check on Windows, open PowerShell in your Downloads folder and run:
Get-FileHash .\SunaraReference-Setup-1.0.0.exe
— the output must match the value above exactly.
A note about the Windows warning.
The download isn't code-signed yet, so SmartScreen may show "Windows protected your PC" with an unknown publisher. That's what unsigned software looks like — certificates cost real money and this app is free. Click "More info → Run anyway" if you've verified the checksum, or don't run it at all if you haven't. You can also check the installer's scan report on VirusTotal: https://www.virustotal.com/gui/file/1c356420edfa26c189eb0468517553b102ba25a6ddb8711055a31a3cf3a06406
FAQ
Does it upload my files anywhere?
No. Analysis runs entirely on your machine. The app makes no network connections.
What formats does it read?
Single-file analysis opens WAV, FLAC, M4A, AIFF, MP3, and AAC. The lossy formats are included deliberately — open a known MP3 and watch the detector flag it correctly. Batch scanning covers FLAC, WAV, M4A, and AIFF only: an .mp3 or .aac is lossy by definition, so there's nothing there to detect.
Can it be wrong?
Yes. No tool of this kind can be certain — some genuine recordings simply look suspicious in the signal, and some high-bitrate transcodes hide well. That's exactly why the app has a Borderline verdict: when the evidence genuinely conflicts, it tells you that instead of picking a side.
Why isn't it open source?
The detection engine is the commercial core of our work and stays closed. The design — what the detectors measure and why the fusion works — is documented openly in How it works.
Is it really free?
Yes. The desktop app is the public demonstration of a detection engine we're developing commercially for distributors and QC use. Keeping it free and clean is the whole point.
License
Freeware for personal and commercial use. No redistribution of modified copies, no reverse engineering. Full terms: https://github.com/adnan-aloosoft/sunara-reference/blob/main/LICENSE.md