Skip to content

Skyline-9/Google-Messages-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Electron.js JavaScript MIT License LinkedIn


Logo

Google Messages App

MacOS Desktop app for Google Messages built using Electron

Download latest release here »

Table of Contents
  1. Introduction
  2. Build

Introduction

Tired of opening Google Messages in a browser tab and then having to search through 1000 tabs when a notification appears? This project leverages your OS's built in notifiation system and acts like a "native" desktop app.

Note: this project is not associated with Google, and I am not affiliated with google in any way.

Build

Make sure you install all the dependencies first with

yarn global add nativefier

To build this app, run

nativefier -n "Google Messages" -i "google-messages-icon.icns" "https://messages.google.com/web"