Pull the actual iPhone frame over USB or local Wi-Fi, then save it to your folder and clipboard—without a cloud relay.
TetherShot 1.0.9Features
A focused native Mac app with an optional menu-bar controller. Close the window and capture keeps running quietly.
The actual app
Open TetherShot from Applications to manage devices, capture behavior, launch settings, updates, and support links in one clear window.
Capture modes
The fastest, zero-setup path — just trust the Mac once.
One-time setup, then capture from across the room.
How it works
One Homebrew command installs the signed native app in /Applications.
Plug in and tap Trust, or set up Wi-Fi once for cable-free captures.
Click the menu-bar icon or hit the hotkey. Saved to your folder, copied to clipboard.
Install
Use Homebrew for a verified package-managed install, choose the signed universal DMG for drag-and-drop, or use npm for the CLI and source-built workflow.
# signed + notarized universal app brew install --cask aopv/tap/tethershot # launch from Applications or Spotlight open -a TetherShot
# tunnel service (asks for admin pw once) tethershot setup-wifi # on the iPhone, once over USB: # · enable Developer Mode pymobiledevice3 lockdown \ wifi-connections --state on
Requirements: macOS 14+ (built on Tahoe 26), Xcode Command Line Tools (xcode-select --install), and an iPhone you can trust. Wi-Fi uses pymobiledevice3.
CLI
tethershot # launch the app tethershot install # build & install to ~/Applications tethershot update # update to the latest version tethershot setup-wifi # install the Wi-Fi tunnel service tethershot uninstall # remove the app tethershot version # print the installed version
FAQ
Yes. After a one-time USB pairing and enabling Developer Mode, TetherShot captures over your local Wi-Fi using Apple's developer-services tunnel — pixel-perfect and cable-free, even when the phone is locked.
No. Screenshots are written straight to your local folder and clipboard. No analytics, no account, no server. See the Privacy Policy.
For USB capture, macOS exposes the iPhone's mirrored screen through the AVFoundation (camera) pipeline, so it's gated by the Camera privacy bucket. TetherShot never uses your Mac's camera.
Use Homebrew for the easiest verified install and upgrades, or the signed universal DMG for drag-and-drop. Choose npm if you also want the CLI, Wi-Fi setup commands, or a source-built app.
Not today — TetherShot is iPhone-only by design. Android via adb is a possible future direction.
Free, open source, and built for both Apple silicon and Intel Macs.