From 2cd44c042992242a7c7ae6ecda5596aa125789f9 Mon Sep 17 00:00:00 2001 From: MarioHewardt Date: Wed, 22 Jul 2026 09:38:09 -0700 Subject: [PATCH 1/2] Document Homebrew installation --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 98b8201..cd1a256 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ Sysinternals ZoomIt for Mac is a macOS menu-bar utility modeled after Sysinternals ZoomIt. It provides screen zoom, live zoom, drawing and typing annotations, screenshots, snips, recording, webcam picture-in-picture, and scrolling panorama capture. +## Install + +Install ZoomIt from the [Homebrew Sysinternals tap](https://github.com/microsoft/homebrew-sysinternalstap): + +```sh +brew install --cask microsoft/sysinternalstap/zoomit +``` + +If the tap is already configured, the shorter form also works: + +```sh +brew install --cask zoomit +``` + +ZoomIt requires macOS 14 Sonoma or newer. It runs in the menu bar and requests Screen Recording permission when a capture feature is first used. + ## Features - Static zoom over a frozen ScreenCaptureKit display capture. From a6dcf896a7b32b3f72c86acb4037f32d7a501e90 Mon Sep 17 00:00:00 2001 From: MarioHewardt Date: Wed, 22 Jul 2026 10:30:03 -0700 Subject: [PATCH 2/2] Document Homebrew uninstallation --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd1a256..9d08066 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Sysinternals ZoomIt for Mac is a macOS menu-bar utility modeled after Sysinterna ## Install -Install ZoomIt from the [Homebrew Sysinternals tap](https://github.com/microsoft/homebrew-sysinternalstap): +Install Sysinternals ZoomIt from the [Homebrew Sysinternals tap](https://github.com/microsoft/homebrew-sysinternalstap): ```sh brew install --cask microsoft/sysinternalstap/zoomit @@ -16,7 +16,13 @@ If the tap is already configured, the shorter form also works: brew install --cask zoomit ``` -ZoomIt requires macOS 14 Sonoma or newer. It runs in the menu bar and requests Screen Recording permission when a capture feature is first used. +## Uninstall + +Uninstall ZoomIt with Homebrew: + +```sh +brew uninstall --cask zoomit +``` ## Features