Paste a link from YouTube, TikTok, Instagram, Twitter/X, or 1000+ other sites. Download as MP4 or MP3 — instantly, for free.
ReClip running locally — video download in progress
ReClip is intentionally minimal — a single Python file backend, a single-page frontend, and zero build steps.
Switch to MP3 mode to extract clean audio from any video. ReClip uses ffmpeg under the hood for high-quality audio conversion.
ReClip requires Python 3.8+, yt-dlp, and ffmpeg. That's it.
# Install dependencies
brew install yt-dlp ffmpeg # macOS (Homebrew)
# apt install ffmpeg && pip install yt-dlp # Linux
# Clone and run
git clone https://github.com/averygan/reclip.git
cd reclip
./reclip.sh
ReClip uses yt-dlp under the hood — supporting over 1,000 sites and growing. Here are some of the most popular:
ReClip is designed to be as thin as possible. The backend is ~150 lines of Python. No React, no webpack, no ORM.
Free, open-source, and always self-hosted.
MIT licensed — use it, fork it, ship it.