Haven't tested it myself, but this suggests it's also using a similar implementation.Use Blue Jeans instead.
Second, when Zoom is installed on a Mac device by the user, a limited-functionality web server that can only respond to requests from the local machine is also installed on the device to help launch Zoom meetings. This is a workaround to a change introduced in Safari 12 that requires a user to confirm that they want to start the Zoom client prior to joining every meeting. The local web server enables users to avoid this extra click before joining every meeting. We feel that this is a legitimate solution to a poor user experience problem, enabling our users to have faster, one-click-to-join meetings. We are not alone among video conferencing providers in implementing this solution.
I have a friend who keeps a piece of black tape over his camera when he's not using it. I thought that was a bit extreme, but now it seems that he was justifiably cautious, given that an app like Zoom can carelessly allow camera access.
Would a Post-It note work?For a while I've been looking for a way to cover my iMac camera when I'm not using it that doesn't involve tape/stickers. The only thing I've found are models for 3d printers, which I don't have. Right now I just use a bent piece of paper.
So the thing about this is that the camera LED is hardwired to the power for the camera itself. From (I believe) 2012 and later it’s impossible to turn on a Mac webcam without that light coming on as well...I have a friend who keeps a piece of black tape over his camera when he's not using it. I thought that was a bit extreme, but now it seems that he was justifiably cautious, given that an app like Zoom can carelessly allow camera access.
The fact that Zoom's "background process that can re-install the Zoom client" is even more of a concern. Should any app that quietly resists uninstallation be considered malware?
Edit: Oops messed up the step number... and missed a colon in the lsof command
- Quit Zoom if it's currently running
- Run lsof -i :19421 in Terminal. If you see output, that means the local server is running. Grab the PID
- If Step 2 returns output, run kill <PID from step 1> (exclude the angle brackets, so your final command should be something like kill 12345)
- Uninstall the Zoom app
![]()
If you install the updated Zoom client it removes the unwanted parts, then you can simply uninstall the program itself. That’s what Zoom is saying anyway.Can you please help. I used zoom once many months but uninstalled shortly after. I just opened terminal and ran the command lsof -i :19421 and sure enough ZoomOpene shows up. I then put kill <mypid> and it seems to be gone. But when I restarted my mac it is running again. How do I completely remove the program as I have already uninstalled it? This seems really bad since I can't even patch since I can't find Zoom anywhere on my computer anymore.
Can you please help. I used zoom once many months but uninstalled shortly after. I just opened terminal and ran the command lsof -i :19421 and sure enough ZoomOpene shows up. I then put kill <mypid> and it seems to be gone. But when I restarted my mac it is running again. How do I completely remove the program as I have already uninstalled it? This seems really bad since I can't even patch since I can't find Zoom anywhere on my computer anymore.
pkill ZoomOpener
rm -rf /Applications/zoom.us*
rm -rf ~/.zoomus
Best learning would probably be when Apple adds Zoom to XProtect..
https://www.howtogeek.com/217043/xprotect-explained-how-your-macs-built-in-anti-malware-works/