Public download + auto-update feed for Chatcove, the buy-once WhatsApp export and backup app for macOS, by Codama. Product site: chatcove.app.
This repo holds only built artifacts (the .dmg, .zip, and latest-mac.yml update manifest). There is no source code here: the app source is private. The app's built-in updater (electron-updater) reads this repo's GitHub Releases to find and download new versions, which is why the repo is public: anonymous end users need to reach the feed with no token.
chatcove-<version>.dmg- the installer (Apple Silicon, arm64).chatcove-<version>-mac.zip- the same app, zipped (used by the updater to apply updates).latest-mac.yml- the update manifest electron-updater reads.
Every artifact published here must be Developer ID signed and Apple-notarized so it launches on a stranger's Mac without a Gatekeeper override. Ad-hoc or unsigned builds are for local verification only and must never be published as a release here. See docs/RELEASING.md in the private source repo.