A modern, desktop WhatsApp campaign manager to broadcast messages efficiently.
- WhatsApp Web Integration — Links locally and runs entirely from your machine.
- Bulk Messaging — Send campaigns to lists of contacts easily.
- Cross-Platform — Available for macOS, Windows, and Linux.
- Modern UI — Beautiful dark/light themes.
Head to the Releases page and download the installer for your operating system:
| Platform | File |
|---|---|
| macOS | Record Message-0.1.0-mac.zip / .dmg |
| Windows | Record Message Setup 0.1.0.exe |
| Linux (AppImage) | Record Message-0.1.0.AppImage |
| Linux (Debian) | record-message_0.1.0_amd64.deb |
-
Download the
.dmgfile from the Releases page. -
Open the
.dmgfile and drag Record Message into your Applications folder. -
Important — the app is unsigned. macOS will block it on first launch. To allow it, run the following command in Terminal once after installation:
xattr -cr "/Applications/Record Message.app" -
Now you can open Record Message normally from Applications.
- Download the setup
.exefile from the Releases page. - Run the installer and follow the on-screen instructions.
- The app is unsigned, so Windows SmartScreen may show a warning. Click "More info" and then "Run anyway" to proceed with the installation.
-
Download the
.AppImagefile from the Releases. -
Make it executable and run:
chmod +x Record\ Message-*.AppImage ./Record\ Message-*.AppImage
-
Download the
.debfile. -
Install it:
sudo dpkg -i record-message_*.deb
This happens because the app is not signed with an Apple Developer certificate. Run the following command to remove the quarantine flag:
xattr -cr "/Applications/Record Message.app"Click "More info" → "Run anyway". This warning appears because the app is not signed with a Windows code-signing certificate.