https://github.com/ringcentral/ringcentral-community-app
A RingCentral community client, build for linux user
https://github.com/ringcentral/ringcentral-community-app
electron linux ringcentral
Last synced: 9 months ago
JSON representation
A RingCentral community client, build for linux user
- Host: GitHub
- URL: https://github.com/ringcentral/ringcentral-community-app
- Owner: ringcentral
- License: mit
- Created: 2021-06-04T10:07:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T03:51:39.000Z (over 1 year ago)
- Last Synced: 2025-07-14T00:46:09.028Z (11 months ago)
- Topics: electron, linux, ringcentral
- Language: JavaScript
- Homepage:
- Size: 306 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RingCentral (Community) app
This app is built based on RingCentral web app `https://app.ringcentral.com` and `Electron.js`.
It aims to build a community version of [RingCentral desktop app](https://www.ringcentral.com/apps/rc-app) for Linux, and work for other OS.

## Installation
> Only Tested at Ubuntu and Fedora now
For Linux, download installer files (deb, AppImage and rpm) [here](https://github.com/ringcentral/ringcentral-community-app/releases).
```bash
$ sudo dpkg -i ringcentral-community-app_0.0.6_amd64.deb
```
## Development
Require `Node.js` >= 14.0, and `yarn`
1. Clone this project
2. Install dependencies:
```
$ yarn
```
3. Start app
```
$ yarn start
```
4. Package app
```
$ yarn package-linux
```
## TODO
- [ ] Support screenshot shortcut
- [ ] Support snap package