In development

TalkThrough

Screen and camera recording for macOS, built VoiceOver-first rather than VoiceOver-retrofitted.

What it is

TalkThrough records your screen and your camera, then lets you edit and render the result — without ever handing you an interface that assumes you can see it. Every control is reachable from the keyboard, every state change is spoken, and the cursor lands where you would expect it to.

It is a native Swift application for macOS, currently in active development.

How it is built

  • Accessibility first

    VoiceOver support is the design constraint, not a pass added at the end. Spoken feedback carries what changed and nothing more.

  • Native throughout

    SwiftUI and AVFoundation, with Apple's own transcription and speech APIs. No third-party dependencies.

  • Non-destructive editing

    A recording is a project: raw clips on disk plus an edit list. Every render goes back to the original footage.

  • Camera out of process

    Screen and system audio are captured in-process; the camera runs in a separate helper, so a camera fault cannot take the app down.

Requirements

Operating system
macOS 26 or later
Camera
Works with any camera; designed around the OBSBOT Meet 2
Status
In development — no public release yet