This template should help get you started developing with Tauri, React and Typescript in Vite.
A modern, cross-platform GUI app for downloading videos and audios with yt-dlp, built with Tauri, React, chadcn/ui, and Tailwind CSS.
- 🎬 Download videos or audios from URLs with various format/quality (mp4, webm, mp3, best)
- ⚡ Modern responsive UI built with chadcn/ui and Tailwind CSS
- 🌑 Dark/Light theme with instant toggle (Sun/Moon icon)
- 🗂️ Default save to Downloads folder of current user (cross-platform)
- 📁 Choose custom output folder and customize output filename template
- 📈 Show download progress and log output
- 🖥️ Works on Windows, macOS, and Linux (via Tauri)
git clone https://github.com/Eclipse-Walker/yt-downloader
cd yt-downloader
npm install
npm run tauri dev