Why another YouTube summarizer?
TubeFold is a local Mac app, not another cloud service.
- No extra subscription. Use the Claude or ChatGPT plan you already have.
- Your notes are files. Every summary is saved as Markdown on your Mac.
- Make summaries your own. Edit the prompt and choose the output language.
- Add videos in one click. Send the video you're watching straight from Chrome.
How it works
Five simple steps
Paste a link, or click the Chrome extension while watching. TubeFold does the rest and files the note in your library.
claude or codex runs it on your own subscription. No API key involved.What a note looks like
Structured, sourced, and yours. Ready for Obsidian, a docs folder, or anywhere plain text lives. The metadata front matter is generated by the pipeline, never invented by the model.
# The Craft of Software Design ## Overview A 3-minute read of the talk's core argument… ## Key ideas - The main claims, kept faithful to the speaker… ## Practical takeaways - What you can actually apply… ## People, products & sources mentioned - Every reference worth following up…
A real Mac app around it
Small enough to actually read
TubeFold is MIT-licensed: a SwiftUI app supervising an embedded Python backend, with a pipeline you can trace file by file. The prompt is a Markdown template you can edit. A provider is just an executable that takes a prompt file and writes Markdown back. Adding another AI backend, including a local model, is a small shell script. If privacy matters to you, don't take our word for it: read the code.
Questions
Why not just paste the transcript into Claude or ChatGPT?
Do I need a paid AI subscription?
claude or codex CLI signed into your account. Summaries run on your plan's quota. TubeFold shows per-provider token usage in Settings so you can see what it consumes.Is it really local? Does my transcript leave my Mac?
Why does it require Claude Code or Codex?
Why trust a new open-source project?
Watch less. Keep more.
Your next long video can end as a note you'll still have in ten years.
$ brew install --cask tubefold/tap/tubefold
macOS 26+ Free & open source View on GitHub