https://github.com/botspot/zoom-pwa
Install Zoom PWA web-app on Raspberry Pi OS or on Linux
https://github.com/botspot/zoom-pwa
pwa-app raspberry-pi video-conferencing zoom zoom-meetings
Last synced: about 1 month ago
JSON representation
Install Zoom PWA web-app on Raspberry Pi OS or on Linux
- Host: GitHub
- URL: https://github.com/botspot/zoom-pwa
- Owner: Botspot
- Created: 2021-09-09T17:23:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T12:19:17.000Z (over 3 years ago)
- Last Synced: 2025-03-18T16:22:33.279Z (about 2 months ago)
- Topics: pwa-app, raspberry-pi, video-conferencing, zoom, zoom-meetings
- Language: Shell
- Homepage:
- Size: 197 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoom PWA
Install Zoom's [new Progressive Web App](https://pwa.zoom.us/wc) on any Linux computer that has Chromium installed.## Easily install with [Pi-Apps](https://github.com/Botspot/pi-apps):
[](https://github.com/Botspot/pi-apps)## Manual download:
Run this command in a terminal:
```
git clone https://github.com/Botspot/zoom-pwa
```
## Install:
```
./zoom-pwa/install.sh
```
After installing the Zoom PWA, the `~/zoom-pwa` folder is unnecessary and can be removed.## Download and install with one command:
```
wget -qO- https://raw.githubusercontent.com/Botspot/zoom-pwa/main/install.sh | bash
```
## Run Zoom:
Menu -> Internet -> Zoom
## Uninstall:
```
rm -f ~/.local/share/applications/*gbmplfifepjenigdepeahbecfkcalfhg*
rm -rf ./zoom-pwa
rm -rf ~/.config/Zoom-PWA
```