Skip to content

TubeFold/App

Repository files navigation

TubeFold

Turn long YouTube videos into clean, structured Markdown notes.

Local-first. Open source. Your own AI subscription — no API keys.

Paste a YouTube link and get the key ideas, arguments, and takeaways—ready for Obsidian, your notes, or a personal knowledge base.

TubeFold uses the Codex CLI or Claude Code subscription already authenticated on your Mac.

Release macOS Swift Python License: MIT


Why another YouTube summarizer?

Most YouTube summarizers are built around the same model: send a transcript to an AI API, then charge users another monthly subscription on top of the AI services they may already pay for.

TubeFold takes a different approach.

It uses the Codex CLI or Claude Code subscription already authenticated on your Mac. There is no TubeFold account, no separate API key, no hosted TubeFold backend, and no additional AI subscription to maintain.

Your library, transcripts, and Markdown files stay on your Mac. TubeFold is open source, so you can inspect exactly how it works, change the prompts, or extend it for your own workflow.

Features

Bring your own AI subscription Use your authenticated codex or claude CLI without configuring separate API keys.
Native macOS app A notarized SwiftUI app with a bundled local backend.
Structured Markdown notes Extract key ideas, arguments, and takeaways from YouTube transcripts.
Chrome extension Send the current YouTube video to TubeFold directly from its page.
Telegraph publishing Publish a summary as a public article with one click.
Privacy-first No analytics, telemetry, tracking, or TubeFold account. Your library stays on your Mac.

Installation

Install with Homebrew:

brew install --cask tubefold/tap/tubefold

Or download TubeFold.zip.

How it works

YouTube URL
  → video metadata
  → transcript
  → prompt template
  → Codex CLI or Claude Code
  → Markdown summary

Roadmap

  • Multiple prompt templates, including a dedicated Anki template
  • Obsidian integration

License

MIT