https://github.com/alyetama/google-messages-desktop
🖥️ Unofficial desktop client for Google Messages built with Electron — a convenient way to access and manage your messages from your desktop.
https://github.com/alyetama/google-messages-desktop
desktop-app electron google-messages macos sms
Last synced: about 2 months ago
JSON representation
🖥️ Unofficial desktop client for Google Messages built with Electron — a convenient way to access and manage your messages from your desktop.
- Host: GitHub
- URL: https://github.com/alyetama/google-messages-desktop
- Owner: Alyetama
- License: mit
- Created: 2025-04-11T16:11:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T16:28:21.000Z (about 1 year ago)
- Last Synced: 2025-04-13T11:55:54.444Z (about 1 year ago)
- Topics: desktop-app, electron, google-messages, macos, sms
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Messages Desktop App 💬
This is an unofficial Google Messages desktop application built with Electron. It provides a convenient way to access and use Google Messages on your desktop.
## Features ✨
- Full access to Google Messages for Web.
- Native desktop experience with window controls and menus.
- Persistent login sessions.
- Optimized for performance and ease of use.
## Screenshots 📸

## Installation 📥
1. **Download the latest release:**
- **macOS (arm64):** [Download](https://github.com/Alyetama/Google-Messages-Desktop/releases/download/v1.0.1/Google.Messages.Desktop-v1.0.1-arm64.dmg)
2. **Install the app:**
- **macOS:** Open the `.dmg` file and drag the app to your Applications folder.
> ⚠️ Note: This build is for Apple Silicon Macs and supports macOS 10.12 and above.
## Development 🛠️
1. **Clone the repository:**
```bash
git clone git@github.com:Alyetama/Google-Messages-Desktop.git
```
2. **Install dependencies:**
```bash
npm install
```
3. **Start the development server:**
```bash
npm start
```
## Building 🏗️
To build the app for different platforms, run:
```bash
npm run dist
```
This will create an installer (e.g., `.dmg` for macOS) in the `dist` directory.
## Contributing 🤝
Contributions are welcome! If you run into issues or have feature suggestions, feel free to open an issue or submit a pull request.
## License 📜
This project is licensed under the [MIT License](https://opensource.org/license/mit).