A simple, lightweight, unofficial desktop wrapper for Google Messages, built with Tauri.
- Lightweight: Uses your operating system's native WebView, resulting in a tiny app size and low memory usage.
- Cross-Platform: Can be built for macOS, Windows, and Linux from a single codebase.
- Simple: No extra frills. Just the Google Messages web client in its own dedicated window.
You can download the latest version for your operating system from the Releases page.
- macOS: Download the
.dmgfile. Open it and drag the app to your Applications folder. - Windows: Download the
.msifile and run the installer. - Linux: For Debian, Ubuntu, or derived distros use the
.debfile. Otherwise use the.AppImagefile (which will work on any Linux distro).
If you'd like to build the application yourself, you'll need to set up the Tauri development environment.
- Rust and Cargo
- Node.js and npm
- Tauri CLI Prerequisites for your specific OS.
-
Clone the repository:
git clone https://github.com/vivin/google-messages-desktop.git cd google-messages-desktop -
Install NPM dependencies:
npm install
-
Run in development mode:
npm run tauri dev
-
Build the application:
npm run tauri build
The final executables will be located in
src-tauri/target/release/bundle/.
This project is not affiliated with, endorsed by, or sponsored by Google in any way. It is an unofficial, third-party application that provides a wrapper around the official Google Messages web client. All trademarks and logos are the property of their respective owners.
This project is licensed under the MIT License.
