Guides
The Mac app
A native SwiftUI app for turning videos into knowledge — notes for your second brain, skills for your AI agent. Everything transcribes locally; you bring the AI.
Install & first run
Download the DMG, open it, and drag TLDW into Applications. It's notarized by Apple, so it opens without warnings. Launch it and you'll land on the New tab.
Connect an AI
Transcription is always local, but summarizing needs a model. Open Settings → AI Provider and pick one:
- Ollama — fully local, no key. Install a model from Settings, and nothing leaves your Mac.
- OpenAI / Anthropic / Gemini / OpenRouter — paste your own API key. Hit Test & load models to verify it and populate the model picker.
Transcription quality
Choose a Whisper model under the options (or set a default in Settings → Transcription):tiny → base → small (default) → medium → large-v3-turbo. Bigger is more accurate but slower. Models download once into Application Support and are reused (and shared with the CLI).
Notes, a skill — or both
Under Turn it into, tick Notes, Skill, or both:
- Notes — a clean Markdown note (TL;DR, key points, etc.) for Obsidian, Notion, or anywhere.
- Skill — a reusable agent artifact. Pick a format: Claude Skill, Codex Skill, AGENTS.md, Cursor rule, or a system prompt.
Selecting both produces a note and a skill from a single transcription — the result screen has a Notes / Skill switcher to flip between them.
Summary styles
Pick a style per run — Detailed notes, Executive summary, or Key bullet points. With Pro you can edit the built-ins and add your own prompts in Settings → Summary Styles.
The auto-tagged library
Every note and skill you make is saved to your output folder and browsable in Library (notes) and Skills. As each is created, AI tags it from your vocabulary — notes from a general set (Tutorial, Productivity, Finance…), skills from a coding set (Frontend, Backend, DevOps, Testing…). Filter by tag, edit tags inline, or batch-tag your whole back catalog with Tag untagged. Manage the two palettes in Settings → Tags. Note tags also flow into Obsidian/Notion via frontmatter.
Batch processing
The Batch tab queues a whole list of links and files and runs them unattended. Failed items can be retried afterward. (Pro)
Send it where it lives
From any result (or any Library item), one click sends it onward:
- Notes → Open in Obsidian, export for Notion, save
.md, or copy. - Skills → Install to Claude (
~/.claude/skills) or Codex (~/.agents/skills), add to a project, or copy.
Where files live
Your output folder your notes (.md) + skill folders (<slug>/SKILL.md …) .tldw/library.json tag index (per output folder) ~/Library/Application Support/TLDW/ models/ downloaded Whisper models (shared with the CLI) settings.json non-secret preferences
Updates
TLDW updates itself via Sparkle. From 1.2.0 on, new versions download and install quietly in the background, so the app is simply up to date next time you open it.