Skip to content

omouren/Google-Allo-For-Desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Allo for Desktop

Allo Home Page

A desktop app for Google Allo. 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 desktop apps for Google Allo 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. You can read more about the purpose of this project here: https://www.caffeinecoding.com/validating-a-customer-need-with-rapid-experimentation/

Rebuilding the app

Requires node 4.* || node 6.*

Nativefier

Install nativefier and make sure to have your optional dependencies set up to replace the icon.

npm install -g nativefier

Mac

nativefier --platform "mac" --icon allo-logo.png --name "Google Allo" "https://allo.google.com/web" --honest --disable-dev-tools --single-instance --electron-version 1.7.6

Windows

nativefier --platform "windows" --icon allo-logo.png --name "Google Allo" "https://allo.google.com/web" --honest --disable-dev-tools --single-instance --tray

Linux

nativefier --platform "linux" --icon allo-logo.png --name "GoogleAllo" "https://allo.google.com/web" --honest --disable-dev-tools --single-instance --tray

About

A native OS X & Windows desktop app for Google Allo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 87.0%
  • JavaScript 10.3%
  • Objective-C 2.3%
  • Other 0.4%