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:

💡
Your key is stored in the macOS Keychain and only ever used to call that provider directly. TLDW has no server and no account.

Transcription quality

Choose a Whisper model under the options (or set a default in Settings → Transcription):tinybasesmall (default) → mediumlarge-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:

Selecting both produces a note and a skill from a single transcription — the result screen has a Notes / Skill switcher to flip between them.

⚠️
Creating both in one run is a Pro feature. A single output (just notes, or just one skill) is free.

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:

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.