Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

g-chat-electron

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g-chat-electron

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

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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/

FAQs

Package last updated on 23 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc