Native macOS App

Turn what you watch
into knowledge you keep.

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 →

One URL, 30 seconds

Paste a YouTube URL and get your note in seconds. Process dozens at once — subtitles first, Whisper as fallback.

Timestamps preserved

Every line anchored with [00:00] timestamps. YAML front matter included for instant search.

Fully local, fully private

OpenAI Whisper runs on your Mac. Your data never leaves your machine — works offline too.

Flows into Obsidian

Auto-save to your Obsidian vault on conversion complete. Tags and front matter fully compatible.

Sample output

20260322_mastering_swiftui_ep1.md
---
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.