Native macOS App
Paste a YouTube URL. Get a structured markdown note with timestamps in seconds — entirely on your Mac, no cloud required.
Be the first to know. No spam, ever.
View pricing →Paste a YouTube URL and get your note in seconds. Process dozens at once — subtitles first, Whisper as fallback.
Every line anchored with [00:00] timestamps. YAML front matter included for instant search.
OpenAI Whisper runs on your Mac. Your data never leaves your machine — works offline too.
Auto-save to your Obsidian vault on conversion complete. Tags and front matter fully compatible.
Sample output
--- title: "Mastering SwiftUI — Episode 1" channel: "Coding with Chris" url: "https://youtube.com/watch?v=abc123" duration: "15:30" --- # Mastering SwiftUI — Episode 1 > Coding with Chris · 2026-03-22 · 15:30 ## Transcript [00:00] Hey everyone, today we're starting from the very basics of SwiftUI. [00:15] First, let's open Xcode and create a brand new project. [01:02] The @State property wrapper is the most fundamental way to manage view state.