Latest release

Download the newest Audist build.

Release metadata is fetched from the GitHub Releases API at build time so this page is fully static when served from GitHub Pages.

macOS may block the app on first launch

Releases are currently unsigned — a temporary measure during the early phase of this project. macOS Gatekeeper may show "audist is damaged and can't be opened". This is not a problem with the file. To open it, run this command in Terminal after downloading:

xattr -d com.apple.quarantine ~/Downloads/audist-*.dmg

Alternatively, go to System Settings → Privacy & Security and click Open Anyway after the blocked attempt. Once Audist gains enough traction, we plan to invest in proper Apple code signing so this step goes away entirely.