g-chat-electron

Desktop app for google chat based on simple example that loads a URL in an Electron window


License
Apache-2.0
Install
npm install g-chat-electron@0.0.6

Documentation

g-chat-electron

Build Status npm version

Simple Electron application that works as a desktop client for chat.google.com.

Usage

The simplest way to install the app is installing from npmjs.com:

sudo npm i -g electron --unsafe-perm=true
sudo npm i -g g-chat-electron
gChat

For dark theme, run the app with

gChat -d

Getting started

  • Install Node LTS
  • Clone this repository
  • npm install to install the application's dependencies
  • npm start

Binary and rpm

Prerequisities

If you want to generate RPM package, it requires the rpm-build package to be installed

sudo dnf install rpm-build lsb

Generate binaries

npm run binaries
ls dist/gChat-*

Generate RPM

npm run binaries
npm run rpm
ls ./dist/installers/