Recording.2025-10-09.211345.mp4
A modern desktop app for downloading videos from YouTube, X/Twitter, TikTok, and 1000+ sites. Built with Tauri, React, and Rust.
Windows / macOS / Linux - Download from Releases
Arch Linux (AUR)
yay -S ripvidLinux (curl)
curl -fsSL https://raw.githubusercontent.com/BurgessTG/ripVID/main/install.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/BurgessTG/ripVID/main/install.ps1 | iex- Download from YouTube, X/Twitter, TikTok, Facebook, Instagram, and 1000+ sites
- Highest quality H.264/MP4 video or MP3 audio extraction
- Auto-updates for app and dependencies (yt-dlp, ffmpeg)
- Smart cookie handling for age-restricted content
- Cross-platform: Windows, macOS, Linux
- Lightweight Rust backend
On first launch, ripVID downloads yt-dlp and ffmpeg automatically. These are updated daily in the background. The app checks for updates every 30 minutes and installs them seamlessly.
Prerequisites: Node.js 18+, Rust, Bun
git clone https://github.com/BurgessTG/ripVID.git
cd ripVID
bun install
bun run tauri:devBuild:
bun run tauri:build- Frontend: React, TypeScript, Tailwind CSS, Vite
- Backend: Tauri v2, Rust, tokio
- Tools: yt-dlp, ffmpeg, deno (all auto-downloaded on first launch)
| Issue | Solution |
|---|---|
| Binary download fails | Check internet, allow GitHub access through firewall |
| Download fails | Verify URL, app auto-retries with browser cookies |
| Update issues | Download latest from Releases manually |
Users are responsible for complying with all applicable laws. Do not download copyrighted content without permission or violate platform terms of service.
Apache License 2.0 - See LICENSE