We don't provide installers for Fedora/RHEL/CentOS, but you can build a local RPM package by your own.
sudo dnf install rpm-build npm
curl -fsSL https://get.pnpm.io/install.sh | sh -
git clone https://github.com/ankurk91/google-chat-electron.git
cd google-chat-electron
pnpm install
npm run pack:linux
npx electron-installer-redhat@^3 --src dist/google-chat-electron-linux-x64 --dest dist/installers/ --arch x86_64
This will create an RPM package in ./dist/installers folder (you can specify any location you wish).
You can install it with dnf or rpm-ostree depending on your distro.
Supported Platforms
The app should work on all x64 and Apple arm64 platforms, but due to lack of time; we test on most popular only.
OS/Platform
Version
Ubuntu GNOME
20, 22
Linux Mint Cinnamon
21
MacOS
10.15, 11, 12
Windows
7, 10, 11
Major features
System tray
Unread message indicator
Offline indicator (no internet or not logged-in)
Close the app to tray when you close the app window
Desktop notifications
Clicking on notification bring the app to focus and open the specific person chat/room
Unread message counter in dock
Auto start the app when you log in to your machine (configurable)
Auto check for updates on startup and notify user if any (configurable)
Auto check for internet on startup and keep retrying to connect every 60 seconds if offline
Open external links in your OS default web browser
This desktop app is just a wrapper which starts a chromium instance locally and runs the actual web-app in it. All
rights to the Google Chat product is reserved by
Google Inc.
This desktop client has no way to access none of your data.