←back to thread

796 points _Microft | 8 comments | | HN request time: 0.641s | source | bottom
1. paulgpetty ◴[] No.22736970[source]
Two questions this raises, for me at least:

How do I know I’ve completely uninstalled all the things Zoom installed?

And, if Zoom provided a separate uninstaller (like many apps do) and it was verified to purge all of the stuff they installed (along with the uninstaller); would that appease people's concerns?

For now I’m sticking with the iOS app for video & their web-based experience for desktop sharing...

replies(4): >>22737015 #>>22737037 #>>22737708 #>>22737834 #
2. simonh ◴[] No.22737015[source]
A previous version of Zoom installed a web server on MacOS without telling you, and left it there after the uninstall process. So the answer is no, you can't be sure.

Oh, and there was a known vulnerability in the web server that allowed remote access to your camera. The company claimed this was all intentional and was a feature and refused to remediate it for months. Eventually Apple issues a system update that removed the web server.

https://www.buzzfeednews.com/article/nicolenguyen/zoom-webca...

3. why_only_15 ◴[] No.22737037[source]
Part of the benefit of macOS apps is that you can just put them in the trash and they're gone. Breaking that contract isn't like awful but it is frustrating.
4. aequitas ◴[] No.22737708[source]
I think it's interesting to see the outcry when Apple poses new restrictions in the application distribution process (like signing and sandboxing) but conversely the same cries go up when there is an App that seems to be abusing loose control mechanisms.

I think a lot of power users rightfully feel they are belittled by sandboxes and application restrictions. But seeing that they are not the major userbase and most Apps don't really need any permissions at all for their intended purpose (the user's purpose at least) I think Apple is moving in the right direction.

replies(1): >>22738169 #
5. Hackbraten ◴[] No.22737834[source]
If you have Homebrew installed, you can run `brew cask zap zoomus` to get rid of all the things (as far as we know) Zoom has installed.

If you prefer to remove it manually, here’s the list of files and folders Homebrew will delete on `brew cask zap zoomus`:

https://github.com/Homebrew/homebrew-cask/blob/a6026e0a36c22...

replies(1): >>22756510 #
6. lonelappde ◴[] No.22738169[source]
It's possible to things wrong in more than one way.
7. saagarjha ◴[] No.22756510[source]
Your list seems to be missing a couple of files that the Zoom uninstaller cleans up.
replies(1): >>22758365 #
8. Hackbraten ◴[] No.22758365{3}[source]
That's deliberate. Homebrew always runs the Zoom uninstaller first before going through the list.

Running the uninstaller is enforced by the `pkg` declaration. See also: https://github.com/Homebrew/homebrew-cask/blob/a6026e0a36c22...