A modern, beautiful desktop GUI for yt-dlp.
Download videos from YouTube, Bilibili, Twitter/X and 1000+ websites with ease.
English | 简体中文
yt-dlp is powerful, but its command-line interface can be intimidating. yt-dlp GUI wraps it in a clean, native desktop app — no terminal needed.
- Zero config to start — paste a link, pick a quality, click download
- Native & lightweight — built with Tauri 2 + Rust, ~10 MB installer, low memory usage
- Cross-platform — Windows, macOS, and Linux
- Multilingual — 7 languages with auto-detection
- Paste a video URL and instantly preview title, thumbnail, duration, and available formats
- Choose video quality, audio-only, or video-only downloads
- Download queue with pause / resume / cancel controls
- Real-time progress with speed and ETA display
- Playlist support — download all or selected items
- Configurable concurrent downloads and fragment threading
- Thumbnail Downloader — browse and save all available cover images in any resolution
- Subtitle Extractor — download subtitles in SRT / VTT / ASS / LRC, with bilingual merge support
- Live Chat Archiver — extract YouTube live chat replay, filter with regex, export as JSON / CSV
- Custom filename templates with rich variables (title, author, date, resolution, etc.)
- Time-based clip trimming — download only a segment of the video
- Re-encode to MP4 / MKV / WebM / MP3 / AAC / FLAC and more
- Embed subtitles, thumbnails, metadata, and chapters into the output file
- SponsorBlock integration — automatically skip sponsored segments
- Cookie authentication for age-restricted or members-only content
- Proxy support (HTTP / SOCKS)
- Download speed limiter
- Light / Dark / Auto theme
- Download completion notifications (in-app and/or system)
| Home (Dark) | Home (Light) |
|---|---|
![]() |
![]() |
| Download Options | Extra Options |
|---|---|
![]() |
![]() |
| Downloading | Tools |
|---|---|
![]() |
![]() |
Grab the latest release for your platform from Releases:
| Platform | File |
|---|---|
| Windows | .exe installer |
| macOS | .dmg |
| Linux | .AppImage / .deb |
- Open the app and go to Settings
- Click Download next to yt-dlp — the binary is fetched automatically
- (Optional) Install Deno runtime for full YouTube format support
- Set your download directory
- Go back to the home page, paste a URL, and start downloading
Tip
If you encounter login-required videos, configure Cookie in settings using Netscape format text or a cookie file.
| Layer | Technology |
|---|---|
| Backend | Tauri 2 + Rust |
| Frontend | Vue 3 + TypeScript |
| UI | Naive UI |
| State | Pinia with persistence |
| Build | Vite |
| i18n | Vue I18n — zh-CN, zh-TW, en-US, ja-JP, ko-KR, es-ES, ru-RU |
# Clone the repository
git clone https://github.com/imsyy/yt-dlp-gui.git
cd yt-dlp-gui
# Install dependencies
pnpm install
# Run in development mode (Vite + Tauri)
pnpm tauri:dev
# Build for production
pnpm tauri:buildContributions are welcome! Feel free to open an issue or submit a pull request.





