ReClip - Self-Hosted Video Downloader

Self-hosted, open-source video/audio downloader with a clean web UI — a thin yt-dlp front-end that replaces ad-heavy third-party download sites.

What it is (compiled)

ReClip (averygan/reclip, ~6,100 stars, MIT) is a self-hosted media downloader. Paste one or more links from YouTube, TikTok, Instagram, Twitter/X, Reddit, Vimeo, Twitch, and 1000+ other sites; download as MP4 (video) or MP3 (audio) with a resolution/quality picker, bulk paste, and automatic URL deduplication. Source: GitHub averygan/reclip, https://github.com/averygan/reclip, 2026-06-13

It is deliberately minimal: a single ~150-line Python + Flask backend, a single vanilla HTML/CSS/JS frontend with no framework and no build step, and exactly two dependencies (Flask, yt-dlp). The actual download/extraction work is delegated to yt-dlp + ffmpeg — ReClip is the web wrapper, not the engine. Run via ./reclip.sh on http://localhost:8899, or docker run -p 8899:8899 reclip. Source: GitHub averygan/reclip, https://github.com/averygan/reclip, 2026-06-13

Supported sites are exactly the yt-dlp supported-sites list. The README scopes it to personal use and respect for platform terms. Source: GitHub averygan/reclip, https://github.com/averygan/reclip, 2026-06-13

Current Source Snapshot

As of 2026-07-03, averygan/reclip is still active on main at 04d7b7bdc78d9bbf930238f2a26247f00d625e6c, MIT licensed, with 6,252 stars and 1,118 forks. No public tag refs were returned by git ls-remote. The reviewed artifact image shows the README plus embedded 5-second preview UI: paste URLs, choose MP4 or MP3, fetch, then download, with Python 3.8+ and MIT badges visible. Source: GitHub API, git ls-remote, README, and local media artifact, 2026-07-03

Signal

Strong "save for later" demand — ~20,000 bookmarks on the launch tweet (one of the highest in the bookmark corpus). Like counts captured at different times disagree (7,137 vs 13,378); the stable signal is the bookmark count. Source: X/@socialwithaayan, 2026-04-09

Stack fit (Kevin) — low priority

  • Media archival, not the dev loop. This is a personal-use downloader; it does not touch the Dedalus / Agent Machines or kevin-wiki harness work. Treat as a utility, not infrastructure.
  • Overlaps Security and Review Skills. Kevin's research stack already shells yt-dlp directly (YouTube transcripts, podcast capture). ReClip's marginal value over that is a batch GUI — useful for a human, redundant for an agent.
  • Clean Frontend and Design Skills exemplar. ~150 lines, 2 deps, no build step, one job — a good reference for "smallest correct version" when bootstrapping a throwaway internal tool.

Timeline