Skip to content
sysout.dev

In My Head

A local-first Android voice capture and transcription app.

In My Head is a local-first Android voice capture app for long-form thoughts, walkthroughs, feature ideas, and bug descriptions. It records continuously in a foreground service, then transcribes saved audio locally with Whisper.

The current release uses the English-only Whisper small.en model and keeps the original audio when a transcription fails so the user can retry it.

  • Scope defines the product problem, goals, and MVP boundaries.

  • Technical design describes the implementation architecture and current processing flow.

  • Implementation plan records the completed MVP foundation and remaining quality, performance, and product work.