https://github.com/dcrousso/gchat
Unofficial Google Chat app
https://github.com/dcrousso/gchat
electron google-chat linux macos unofficial windows
Last synced: 2 months ago
JSON representation
Unofficial Google Chat app
- Host: GitHub
- URL: https://github.com/dcrousso/gchat
- Owner: dcrousso
- License: mit
- Created: 2023-03-30T02:05:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T22:54:32.000Z (almost 3 years ago)
- Last Synced: 2025-10-12T01:13:23.394Z (5 months ago)
- Topics: electron, google-chat, linux, macos, unofficial, windows
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
#
GChat
> Unofficial Google Chat app
## Download
[Current Release](https://github.com/dcrousso/GChat/releases/latest)
#### Linux Shortcut
Create a file in `~/.local/share/applications/` called `GChat.desktop` with the following contents:
```
[Desktop Entry]
Name=GChat
Exec=/path/to/GChat
Terminal=false
Type=Application
Icon=/path/to/GChat/resources/app/assets/Icon.png
```
Replace all instances of `/path/to` with the actual path of the GChat app.
## Development
> Made with [Electron](http://electron.atom.io).
Init
npm install
Run
npm start
Build
npm run build
Build macOS
npm run build-darwin
Build Windows
npm run build-win32
Build Linux
npm run build-linux
## License
MIT © [Devin Rousso](http://devinrousso.com)