README.md
https://jely2002.github.io/youtube-dl-gui
Open Video Downloader is a simple, cross-platform desktop application that lets you download videos, audio, subtitles and metadata from hundreds of supported websites, not just YouTube.
It provides an easy-to-use interface around yt-dlp so you don’t have to touch the command line.
The latest versions for Windows, macOS and Linux are available on the
GitHub Releases page.
Download the installer or archive for your platform and follow the normal installation steps.
No command-line setup is required.
| Your Computer | Download |
|---|---|
| Windows | Open.Video.Downloader_x.x.x_x64-setup.exe |
| Mac (Intel) | Open.Video.Downloader_x.x.x_x64.dmg |
| Mac (Apple Silicon – M1, M2 … M5) | Open.Video.Downloader_x.x.x_aarch64.dmg |
| Linux generic (x64) | Open.Video.Downloader_x.x.x_amd64.AppImage |
| Linux generic (aarch64) | Open.Video.Downloader_x.x.x_aarch64.AppImage |
| Linux Debian/Ubuntu (x64) | Open.Video.Downloader_x.x.x_amd64.deb |
| Linux Debian/Ubuntu (aarch64) | Open.Video.Downloader_x.x.x_arm64.deb |
| Linux Fedora/RHEL (x64) | Open.Video.Downloader_x.x.x-x_amd64.rpm |
| Linux Fedora/RHEL (aarch64) | Open.Video.Downloader_x.x.x-x_aarch64.rpm |
Open Video Downloader uses a front-end built with Vue 3 and a Rust backend powered by Tauri.
When you add a video or playlist, the app communicates with yt-dlp to fetch information, process options and start the download.
The download progress and any errors are displayed in the app.
Developers are welcome to contribute.
You’ll need Node.js (v24+) and Rust installed.
npm install
npm run tauri dev
For more details, see CONTRIBUTING.md.
Open Video Downloader is distributed under the AGPL-3.0 license.
The maintainers of Open Video Downloader cannot be held liable for misuse of this application, as stated in the AGPL-3.0 license (section 16).
We do not condone the use of this software to violate local laws or platform terms of service (including the DMCA).
Users are personally responsible for ensuring they use this software fairly and within legal boundaries.