Screen recording,
one tap.

Hit ⌘⇧2 to record your screen with mic narration.

Or prompt Claude to do it

Download and install Recorder: curl -LO https://github.com/hrosenblume/recorder/releases/latest/download/Recorder.app.zip && unzip -o Recorder.app.zip -d /Applications && rm Recorder.app.zip && xattr -cr /Applications/Recorder.app && open /Applications/Recorder.app

What it does

Global hotkey

⌘⇧2 from anywhere on your Mac. Same UX as ⌘⇧3 for screenshots — no app to bring forward, no menu to hunt for.

Menu bar native

Lives in your menu bar with a colorful play-button icon. Turns red while recording. No dock icon, no clutter.

Mic narration

Records the default microphone alongside your screen so you can talk through bugs, demos, or design feedback.

Saves where you'd expect

Files go to ~/Local/Screenshots with the standard macOS naming convention: Recording <date> at <time>.mov.

Auto-update

Checks GitHub Releases once a day. New version drops, you get prompted, click install, done. No third-party update server.

Native + open source

Pure Swift + AppKit + ScreenCaptureKit. ~26 MB resident, 0% CPU at idle. MIT licensed. Built to be cloned and modified.