Homebrew cask for TubeFold — a local-first, open-source macOS app that turns YouTube videos into structured Markdown notes using your existing Codex CLI or Claude Code subscription (no API key).
brew install --cask tubefold/tap/tubefoldThat's shorthand for the TubeFold/homebrew-tap repository — Homebrew expands
tubefold/tap to github.com/tubefold/homebrew-tap automatically.
The app updates itself in place via Sparkle, so
brew upgrade is normally a no-op (the cask is marked auto_updates true). To
reinstall the latest cask manually:
brew reinstall --cask tubefold/tap/tubefoldbrew uninstall --cask tubefold/tap/tubefold
# also remove app data (~/Library/Application Support/TubeFold, prefs, caches):
brew uninstall --zap --cask tubefold/tap/tubefold- The app is distributed as a notarized, stapled Developer ID build — not via the Mac App Store (it disables the sandbox and shells out to your local CLI tools).
version,url, andsha256inCasks/tubefold.rbare bumped on each release (eventually by CI in theTubeFold/Apprepo).