iScreenshot is a native macOS app for taking screenshots and recording your screen from a compact toolbar.
Version 0.0.1 is an early source release. Prebuilt downloads and automatic updates are not currently available.
- macOS 14 or later
- Xcode with the macOS 14 SDK or later
Mouse-click indicators require macOS 15 or later.
- Capture a display, window, or selected area as PNG.
- Record a display or selected area as MP4 with optional audio, pointer, and camera overlay.
- Configure shortcuts, timers, recording controls, and save location.
git clone https://github.com/yednapg/iscreenshot.git
cd iscreenshot
open iScreenshot.xcodeprojBuild and run the iScreenshot scheme in Xcode.
Open the toolbar, choose Screenshot or Record, select a target, and press Capture or Record. Command–Shift–S captures an area by default and can be configured under Options.
Captures stay on your Mac. iScreenshot has no analytics or telemetry and requests Screen Recording, Camera, and Microphone access only when needed.
Build and test with Xcode:
xcodebuild test -project iScreenshot.xcodeproj -scheme iScreenshot -destination 'platform=macOS' CODE_SIGN_IDENTITY=- CODE_SIGN_STYLE=ManualFocused bug fixes and improvements are welcome.
iScreenshot is available under the MIT License.