Zoom Download — Every Client, Plugin, SDK & Room System


Every Zoom installer in one place — desktop, mobile, Outlook plugin, Zoom Rooms, VDI clients, ZoomPhone, SDK. All links go to zoom.us direct CDN. No marketing form, no email signup before download.
Zoom Desktop Client (Workplace App)
| Platform | Build | Architecture | Installer | Download |
|---|---|---|---|---|
| Windows | 6.x (latest) | x64 | EXE (per-user) | x64 EXE ↗ |
| Windows | 6.x | x86 (32-bit) | EXE | x86 EXE ↗ |
| Windows | 6.x | ARM64 | EXE | ARM64 EXE ↗ |
| Windows | 6.x | x64 MSI | Admin / Intune / GPO | x64 MSI ↗ |
| Windows | 6.x | ARM64 MSI | Admin (ARM PCs) | ARM64 MSI ↗ |
| macOS | 6.x | Universal (Intel + Apple Silicon) | PKG | PKG ↗ |
| macOS | 6.x | Apple Silicon only | PKG (smaller) | ARM PKG ↗ |
| Linux | 6.x | DEB (Debian/Ubuntu x64) | Package | DEB ↗ |
| Linux | 6.x | RPM (RHEL/CentOS/Fedora) | Package | RPM ↗ |
| Linux | 6.x | Arch (pacman) | Package | Arch Pkg ↗ |
| Linux | 6.x | OpenSUSE (zypper) | Package | SUSE RPM ↗ |
Zoom Mobile Apps
| Platform | Source | Download |
|---|---|---|
| iOS / iPadOS | App Store | App Store ↗ |
| Android | Google Play | Play Store ↗ |
| Android | APK direct (no Google Play) | APK ↗ |
Zoom Plugins & Extensions
| Plugin | Use Case | Download |
|---|---|---|
| Zoom for Outlook (Desktop) | Schedule Zoom meetings from Outlook for Windows | Outlook MSI ↗ |
| Zoom for Outlook (Web add-in) | Modern OWA / Outlook 365 add-in | AppSource ↗ |
| Zoom for Google Workspace | Schedule from Gmail / Google Calendar | Workspace ↗ |
| Zoom for Chrome | Browser-based Zoom + scheduler | Chrome ↗ |
| Zoom for Firefox | Firefox scheduler add-on | Firefox ↗ |
| Zoom for Edge | Microsoft Edge scheduler | Edge Add-ons ↗ |
| Zoom for Slack | Start Zoom from Slack channel | Slack App ↗ |
Zoom Rooms (Conference Room Systems)
| Component | Platform | Use Case | Download |
|---|---|---|---|
| Zoom Rooms | Windows | Room compute installer | Rooms MSI ↗ |
| Zoom Rooms | macOS | Mac mini room compute | Rooms PKG ↗ |
| Zoom Rooms Controller | iOS / iPadOS | iPad tabletop controller | iPad App ↗ |
| Zoom Rooms Controller | Android | Android tablet controller | Android App ↗ |
| Zoom Rooms Scheduling Display | iOS / Android | Outside-room booking display | iOS App ↗ |
Zoom VDI Plugins (Citrix / VMware / AVD)
| VDI Platform | Plugin | Architecture | Download |
|---|---|---|---|
| Citrix (Workspace App) | Zoom VDI Plugin for Citrix | Windows x64 | Citrix Plugin ↗ |
| VMware Horizon | Zoom VDI Plugin for VMware | Windows x64 | VMware Plugin ↗ |
| Azure Virtual Desktop | Zoom VDI Plugin for AVD | Windows x64 | AVD Plugin ↗ |
| Amazon WorkSpaces | Zoom VDI Plugin for WorkSpaces | Windows x64 | WorkSpaces Plugin ↗ |
| Zoom VDI Client (Thin-OS) | Dell / HP / Igel Thin Clients | Linux | Thin Client ↗ |
Zoom SDK & Developer Tools
| SDK | Platform | Use Case | Download |
|---|---|---|---|
| Meeting SDK | Windows / Mac / iOS / Android / Web | Embed Zoom in your own app | Meeting SDK ↗ |
| Video SDK | All platforms | Custom video app (not branded as Zoom) | Video SDK ↗ |
| Web SDK | JavaScript | In-browser Zoom client | npm ↗ |
| Zoom Apps SDK | JavaScript | Build apps that run inside Zoom client | Apps SDK ↗ |
| Zoom Phone SDK | All platforms | Embed ZoomPhone calling | Phone SDK ↗ |
Older / Specific Zoom Versions
| Version | Released | Use Case | Download |
|---|---|---|---|
| Zoom 5.17.x | Mid-2024 | Last 5.x before 6.0 UI redesign | Version Archive ↗ |
| Zoom MSI Archive | Latest 6 monthly builds | Pin a specific build for testing | MSI History ↗ |
| Zoom Government | FedRAMP version | US government / GovCloud | ZoomGov ↗ |
Also on this page
Admin Deployment
Use the MSI for per-machine installs. The standard EXE installs per-user — not suitable for shared kiosks or VDI gold images.
msiexec /i ZoomInstallerFull.msi /qn ZoomAutoUpdate=true ZRecommend=true
Common MSI properties for tenant customization:
ZoomAutoUpdate=true— enable auto-updateZRecommend=true— apply recommended settingsZSSOHost=yourcompany— pre-fill SSO domainZDisableLoginWithGoogle=1— hide Google loginZDisableLoginWithFacebook=1— hide Facebook loginNoDesktopShortCut=1— skip desktop icon
Common Install / Launch Errors
| Error | Cause | Fix |
|---|---|---|
| Error code 10004 / 5003 / 5004 | Network blocked Zoom CDN | Allow *.zoom.us, *.zoomgov.com, UDP 8801-8810 in firewall |
| Error code 1006 | Unstable internet | Switch to Ethernet or 5GHz Wi-Fi; close bandwidth-heavy apps |
| Error code 10001 | System time off by 5+ minutes | Sync with NTP: w32tm /resync /force |
| "Unable to launch Zoom" | Corrupt install | Run CleanZoom tool, reboot, reinstall |
| Black screen during share | GPU acceleration conflict | Settings → Share Screen → Advanced → uncheck "Use hardware acceleration" |
| "Outdated version, please update" | Below minimum required (5.4.0+) | Download latest from links above. Zoom blocks meetings for old clients. |
FAQ
Why are there so many Zoom installers?
Zoom unbundled the desktop client into separate downloads for: (1) standard EXE per-user, (2) MSI for admin per-machine, (3) Outlook plugin separately, (4) browser scheduler extensions, (5) Zoom Rooms (different binary entirely), (6) VDI plugins per platform, (7) ZoomPhone SDK, and (8) ZoomGov for FedRAMP. Each serves a different use case.
What's the difference between Zoom EXE and Zoom MSI?
EXE installs per-user under %appdata%\Zoom — fast, no admin rights. MSI installs per-machine under Program Files\Zoom — shared across all users, requires admin, suitable for Intune / SCCM / GPO deployment.
Do I need a Zoom account to download?
No. All MSI / EXE / PKG links above are direct CDN URLs — no signup needed. You only need an account to host meetings (joining is free without an account).
Where does Zoom store recordings on Windows?
Local recordings: %userprofile%\Documents\Zoom by default. Cloud recordings: zoom.us/recording. Change local path under Settings → Recording → Local Recording.
How do I install Zoom silently?
EXE: ZoomInstallerFull.exe /silent. MSI: msiexec /i ZoomInstallerFull.msi /qn. For tenant-customized installs, add MSI properties from the Admin Deployment section above.
Can I use Zoom without installing anything?
Yes — join via browser at zoom.us/wc. Limited features (no background blur in some browsers, no recording), but works for ad-hoc joins. Hosts still need the desktop client for full meeting controls.
Does Zoom work on Linux?
Yes — native DEB / RPM / Arch packages above. Works on Ubuntu 20.04+, Fedora 36+, openSUSE Leap 15.4+, RHEL 8+, Mint, Arch, Manjaro. Wayland support is partial — screen sharing works best on X11.
Need help with Zoom enterprise deployment, VDI optimization, or migration to Teams? Contact Medha Cloud.
Migrate Gmail, Drive, Calendar, and Contacts to Microsoft 365 with zero data loss.
G Suite to M365 Migration ServicesTopics

Sreenivasa Reddy G
Founder & CEO • 15+ years
Sreenivasa Reddy is the Founder and CEO of Medha Cloud, recognized as "Startup of the Year 2024" by The CEO Magazine. With over 15 years of experience in cloud infrastructure and IT services, he leads the company's vision to deliver enterprise-grade cloud solutions to businesses worldwide.
More in Managed IT Services
View all
How to Factory Reset — iPhone, Windows 10/11 & Mac (2026)
10 min read

How to Clear Cache — Chrome, Edge, Firefox, Safari & Windows (2026)
8 min read

How to Screen Record on Windows & Mac — Free, No Software Needed (2026)
9 min read

How to Find Your IP Address — Windows, Mac, iPhone & Android (2026)
7 min read

How to Screenshot on Windows, Mac & Chromebook — Every Method (2026)
8 min read

48 SMB IT Spending Statistics for 2026 — Budget & Priorities
18 min read