All Projects → kelyvin → Google Messages For Desktop

kelyvin / Google Messages For Desktop

A "native-like" OS X, Windows, & Linux desktop app for Google Messages

Projects that are alternatives of or similar to Google Messages For Desktop

Google Allo For Desktop
A "native-like" OS X, Windows, & Linux desktop app for Google Allo
Stars: ✭ 112 (-20%)
Mutual labels:  google, desktop, desktop-app
Android Messages Desktop
Android Messages as a Cross-platform Desktop App
Stars: ✭ 969 (+592.14%)
Mutual labels:  sms, desktop
Lightgallery Desktop
A modern, electron and nodejs based image viewer for Mac, Windows and Linux.
Stars: ✭ 945 (+575%)
Mutual labels:  mac, desktop
Ytmdesktop
A Desktop App for YouTube Music
Stars: ✭ 1,297 (+826.43%)
Mutual labels:  mac, desktop
Swifty
🔑 Free Offline Password Manager
Stars: ✭ 496 (+254.29%)
Mutual labels:  desktop, desktop-app
Green Recorder
A simple screen recorder for Linux desktop. Supports Wayland & Xorg
Stars: ✭ 594 (+324.29%)
Mutual labels:  desktop, desktop-app
Quick Screen Recorder
Lightweight desktop screen recorder for Windows.
Stars: ✭ 80 (-42.86%)
Mutual labels:  desktop, desktop-app
Autoedit 2
Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
Stars: ✭ 343 (+145%)
Mutual labels:  mac, desktop
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-28.57%)
Mutual labels:  mac, desktop
Poddycast
Podcast app made with Electron, lots of ❤️ and ☕️
Stars: ✭ 111 (-20.71%)
Mutual labels:  desktop, desktop-app
Paperless Desktop
🍃 macOS app that uses the paperless API to manage your document scans.
Stars: ✭ 431 (+207.86%)
Mutual labels:  mac, desktop-app
Simple
The Simple Intelligent and Modular Programming Language and Environment
Stars: ✭ 120 (-14.29%)
Mutual labels:  mac, desktop
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+195.71%)
Mutual labels:  mac, desktop
Googletranslate
🌐 Google 翻译 Mac 客户端
Stars: ✭ 688 (+391.43%)
Mutual labels:  google, mac
Youtube Music
YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
Stars: ✭ 376 (+168.57%)
Mutual labels:  mac, desktop-app
Aerial desktop
Macintosh Application installs Aerial ScreenSaver and sets as a Desktop Background. 🚀 🎩
Stars: ✭ 49 (-65%)
Mutual labels:  mac, desktop
Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (+139.29%)
Mutual labels:  mac, desktop
Guark
Build awesome Golang desktop apps and beautiful interfaces with Vue.js, React.js, Framework 7, and more...
Stars: ✭ 334 (+138.57%)
Mutual labels:  desktop, desktop-app
Sms Bomber
A very, very simple sms bomber written in python and now java. You can adjust the amount of texts sent, and the interval at which they are sent (if you want any). For educational purposes only.
Stars: ✭ 91 (-35%)
Mutual labels:  sms, desktop
Desktop
Codebase for all the desktop versions (mac, linux & windows).
Stars: ✭ 113 (-19.29%)
Mutual labels:  mac, desktop

Google Messages for Desktop

Google Messages Home Page

A "native-like" desktop app for Google Messages. This desktop app is supported by both Nativefier and Electron version ^1.7.6.

The Mac, Windows, and Linux apps can be downloaded from the latest release.

Purpose

The purpose of this project is to build dedicated native-like desktop apps for Google Messages and leverage your OS's built in notification system.

This desktop app and project is not an official product of Google and I am not affiliated with Google in any way.

Rebuilding the app

I have provided utility scripts through the package.json to automatically regenerate the app. Requires nodejs v12+ and npm v6+

Quick Commands

  • npm run mac | Rebuild the mac app
  • npm run windows | Rebuild the windows app
  • npm run windows:tray | Rebuild the windows app w/ tray icon support
  • npm run linux | Rebuild the linux app

Notifications on Windows

To receive notifications on Windows, you'll need to do the following:

  1. Add a shortcut of this app to the Start Menu folder
  2. In the "Windows Settings" app, check if the setting for "Show notifications in action center" is on (It might be off by default)

For developers

These instructions were the result of an active issue with electron + Windows 8/10 and is resolved by setting app.setAppUserModelId(process.execPath) within resources/app/lib/main.js during electron initialization:

Example:

const {app, shell} = electron;

app.setAppUserModelId(process.execPath);  // Include this line

function getFilenameFromMime(name, mime) {
  const exts = extName.mime(mime);
  ...

Ubuntu Shortcut

Submitted by user FlorentLM, to create a shortcut for the Ubuntu launcher, please do the following:

  1. Create and open the shortcut file
nano ~/.local/share/applications/Android-Messages.desktop
  1. Copy and paste the following entry inside the file:
[Desktop Entry]
Version=1.0.0
Name=Android Messages
Comment=Send and recieve messages from your Android Phone
Keywords=Message;Messaging;Android;SMS
Exec=/path/to/installfolder/android-messages
Icon=/path/to/installfolder/resources/app/icon.png
Terminal=false
Type=Application
Categories=Internet;Application;
StartupWMClass=android-messages-nativefier-f3cfa3

Be sure to replace /path/to/installfolder/ with your actual installation folder and Android Messages should appear along your other native apps.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].