| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-04-15 | 6.4 kB | |
| SHA256SUMS.txt | 2026-04-15 | 991 Bytes | |
| Youwee-aarch64.app.tar.gz | 2026-04-15 | 48.1 MB | |
| Youwee-aarch64.app.tar.gz.sig | 2026-04-15 | 404 Bytes | |
| Youwee-Extension-Chromium.zip | 2026-04-15 | 60.1 kB | |
| Youwee-Extension-Firefox-signed.xpi | 2026-04-15 | 68.0 kB | |
| Youwee-Linux.AppImage | 2026-04-15 | 126.8 MB | |
| Youwee-Linux.deb | 2026-04-15 | 48.2 MB | |
| Youwee-Mac-Apple-Silicon.dmg | 2026-04-15 | 49.5 MB | |
| Youwee-Mac-Intel.dmg | 2026-04-15 | 50.0 MB | |
| Youwee-Windows-Setup.exe | 2026-04-15 | 25.5 MB | |
| Youwee-Windows.msi | 2026-04-15 | 28.5 MB | |
| Youwee-x86_64.app.tar.gz | 2026-04-15 | 48.5 MB | |
| Youwee-x86_64.app.tar.gz.sig | 2026-04-15 | 404 Bytes | |
| Youwee_0.13.0_amd64.AppImage.sig | 2026-04-15 | 420 Bytes | |
| Youwee_0.13.0_x64-setup.exe.sig | 2026-04-15 | 416 Bytes | |
| Youwee_0.13.0_x64_en-US.msi.sig | 2026-04-15 | 416 Bytes | |
| README.md | 2026-04-15 | 3.0 kB | |
| Youwee v0.13.0 source code.tar.gz | 2026-04-15 | 13.2 MB | |
| Youwee v0.13.0 source code.zip | 2026-04-15 | 13.4 MB | |
| Totals: 20 Items | 451.9 MB | 1 | |
π¬ Youwee v0.13.0
A modern, beautiful YouTube downloader built with Tauri.
β¨ What's New
Added
- Floating music player - Added an in-app audio player with queue, playback controls, speed, and volume
- Aria2 external downloader integration - Added support for
aria2cas an external downloader with customizable arguments and localized error handling - Rename downloaded files from Queue and Library - Added post-download rename actions (YouTube + Universal queue and Library) with DB/path synchronization and multilingual UI texts
- Advanced Library filters and sorting - Added Advanced Filters panel (media type, date range, format, quality),
title + filepathsearch, and sortable history list with persisted sort preference - Dedicated Gallery download screen - Added a new
Gallerymenu below Universal with its own URL input, batch import, queue, folder picker, and start/stop flow for gallery-style sources powered bygallery-dl
Changed
- Dynamic queue processing while downloading - Queue workers now claim items at runtime so newly added videos are appended and downloaded automatically without pressing Start again
Fixed
- History rename unit tests on CI - Serialized shared in-memory DB tests to avoid flaky
History entry not foundfailures under parallelcargo test
π₯ Download
| Platform | File | Description |
|---|---|---|
| π Mac (M1/M2/M3/M4) | Youwee-Mac-Apple-Silicon.dmg |
For Apple Silicon Macs |
| π Mac (Intel) | Youwee-Mac-Intel.dmg |
For Intel-based Macs |
| πͺ Windows | Youwee-Windows.msi |
MSI Installer |
| πͺ Windows | Youwee-Windows-Setup.exe |
EXE Installer |
| π§ Linux | Youwee-Linux.deb |
Debian/Ubuntu |
| π§ Linux | Youwee-Linux.AppImage |
Portable (all distros) |
| π Extension (Chromium) | Youwee-Extension-Chromium.zip |
Unzip and load unpacked on Chrome/Edge/Brave |
| π¦ Extension (Firefox) | Youwee-Extension-Firefox-signed.xpi |
Signed unlisted add-on for Firefox stable |
π Requirements
- Windows: Windows 10 or later
- macOS: 10.15 (Catalina) or later
- Linux: Ubuntu 22.04 or equivalent
π§ Optional
- FFmpeg - for best video/audio quality (auto-download available in Settings)
- Bun Runtime - if you can only download 360p from YouTube (auto-download available in Settings)
π Browser Extension Install
- Chromium: download
Youwee-Extension-Chromium.zip-> extract -> openchrome://extensions-> enable Developer mode -> Load unpacked. - Firefox: download
Youwee-Extension-Firefox-signed.xpiand open it directly to install.
π Verify Downloads
Download SHA256SUMS.txt and verify:
:::bash
sha256sum -c SHA256SUMS.txt
What's Changed
- feat(player): add audio player with history queue and dynamic asset scope by @vanloctech in https://github.com/vanloctech/youwee/pull/55
Full Changelog: https://github.com/vanloctech/youwee/compare/v0.12.0...v0.13.0