Getting started
TLDW documentation
TLDW (“too long; didn’t watch”) turns any video into clean Markdown notes or a reusable agent skill — transcribed 100% locally on your Mac. Use the native app, the tldw CLI, or send videos from your browser. Same engine, your choice.
How it works
Every TLDW run is the same local pipeline: acquire the media (download a link with yt-dlp, or read your file) → extract audio with ffmpeg → transcribe on-device with whisper.cpp (Metal-accelerated) → summarize with your chosen AI → save a Markdown note and/or an agent skill, optionally AI-tagged. Only the summarize step talks to the network — and only if you pick a cloud model. With Ollama it's fully offline.
Quickstart
The app
Download TLDW for Mac, drag it to Applications, open it, and add an AI provider in Settings (or pick Ollama to stay offline). Then paste a link or drop a file and hit Create.
The CLI
Then (one-time) brew install ffmpeg, and you're ready:
Requirements
macOS 14 or later on Apple Silicon. The CLI also needs Node 16+ (for npm) and ffmpeg.