A desktop app for Android Messages. This desktop app is supported by both Nativefier and Electron.
The Mac, Windows, and Linux apps can be downloaded from the latest release.
The purpose of this project is to build dedicated desktop apps for Android Messages and leverage your OS's built in notification system.
This desktop app is not an official product of Google and I am not affiliated with Google in any way.
Requires node
Install nativefier and make sure to have your optional dependencies set up to replace the icon.
npm install -g nativefier
nativefier --platform "mac" --icon android-messages-logo.png --name "Android Messages" "https://messages.android.com" --honest --disable-dev-tools --single-instance --tray
nativefier --platform "windows" --icon android-messages-logo.png --name "Android Messages" "https://messages.android.com" --honest --disable-dev-tools --single-instance --tray
nativefier --platform "linux" --icon android-messages-logo.png --name "AndroidMessages" "https://messages.android.com" --honest --disable-dev-tools --single-instance --tray