AI product Open source
Life Recorder is an open-source native iPhone recorder with a private Mac receiver. The iPhone captures roughly one-minute AAC chunks while the screen is locked or other apps are in use, then uploads them over an authenticated HTTPS connection. The Mac receiver runs whisper.cpp locally, removes common stage-direction markers and repetitive hallucinated noise, and appends the results to one continuous Markdown transcript with hourly capture markers; audio is deleted after durable receipt and successful transcription.
It requires an iPhone development build installed with Xcode, a macOS system running Python, ffmpeg, whisper-cli, and a downloaded GGML Whisper model. Setup creates a bearer token and self-signed TLS certificate, uses certificate pinning, and stores the transcript in a private runtime directory. The default connection is over the local network; cellular use requires a private VPN. The project is licensed under MIT.
1 use taken from transcripts — each links to the moment in the video.
Turns an iPhone into a continuous voice recorder that captures audio while locked or while other apps are open, sends chunks to a Mac, and transcribes them locally with whisper.cpp.
1 in the library.