Open Video Downloader - A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript.
![]()
Open Video Downloader (youtube-dl-gui)
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.
Features
- Cross-platform: works on Windows, macOS and Linux.
- Audio or video downloads: grab full videos or extract only the audio track.
- Subtitles and metadata: automatically saves available captions and video information.
- Quality control: choose your preferred resolution, frame rate, and output format like MP4 or MKV.
- Playlists: download entire playlists in one go.
- Custom output: set your download location and control filenames using presets or custom templates.
- Smart queueing: OVD balances multiple downloads automatically so your computer doesnβt slow down.
- Authentication: supports browser cookie files, basic auth and video passwords.
- Automatic updates: both the app and yt-dlp are kept up to date automatically.
- Light and dark mode: adapts to your system theme with clear progress and error handling.
- Shortcuts: queue and download videos using shortcuts, stay up-to-date on progress with notifications.
Download
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.
What file do I download?
| Your Computer | Download | |---------------------------------------|------------------------------------------------| | Windows |Open.Video.Downloaderx.x.xx64-setup.exe |
| Mac (Intel) | Open.Video.Downloaderx.x.xx64.dmg |
| Mac (Apple Silicon β M1, M2 β¦ M5) | Open.Video.Downloaderx.x.xaarch64.dmg |
| Linux generic (x64) | Open.Video.Downloaderx.x.xamd64.AppImage |
| Linux generic (aarch64) | Open.Video.Downloaderx.x.xaarch64.AppImage |
| Linux Debian/Ubuntu (x64) | Open.Video.Downloaderx.x.xamd64.deb |
| Linux Debian/Ubuntu (aarch64) | Open.Video.Downloaderx.x.xarm64.deb |
| Linux Fedora/RHEL (x64) | Open.Video.Downloaderx.x.x-xamd64.rpm |
| Linux Fedora/RHEL (aarch64) | Open.Video.Downloaderx.x.x-xaarch64.rpm |
How it works
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.
Contributing
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.
License and disclaimer
Open Video Downloader is distributed under the AGPL-3.0 license.