Download Zoom BackUpz
Windows
Full standalone release package including Flutter engine, SQLite offline indexer, and Win32 protocol integrations.
- Windows DPAPI cryptographic credential vault
- Native System Tray background sync engine
- Portable: extract and run (no admin install required)
Linux
Linux tarball package with automated installer, XDG desktop application integration, and deep-link protocol handler.
-
Automated installer with
zoombackup://protocol registration - Desktop launcher entry with high-resolution app icon
- Offline SQLite cataloging and direct HTTPS CDN downloads
Installation Instructions
Windows 10 / 11 Quick Start:
- Download
ZoomBackUpz-v1.0.0-windows-x64.zipabove. - Right-click the zip file and select Extract All...
- Open the extracted folder and double-click
zoom_backup_system.exe. - Sign in via Zoom OAuth 2.0 and choose your local backup destination.
Linux (x86_64) Quick Start:
tar -xzf ZoomBackUpz-v1.0.0-linux-x64.tar.gz
chmod +x install.sh
./install.sh
The installer places the binaries into ~/.local/share/zoombackupz and registers the zoombackup:// system protocol handler.
All releases are hosted on Cloudflare's globally distributed R2 edge infrastructure over TLS 1.3 encryption. Zoom BackUpz is 100% open-source and operates strictly client-side: all recordings stream directly from Zoom's official CDN to your private computer. You can inspect the full source code and audit reports on GitHub.