# ytDownloader
[](https://flatstat.mijorus.it/app/me.aandrew.ytdownloader)
[](https://github.com/aandrew-me/ytDownloader/releases)
[](https://github.com/aandrew-me/ytDownloader/releases/latest)
[](https://flathub.org/apps/details/me.aandrew.ytdownloader)
[](https://aur.archlinux.org/packages/ytdownloader-gui)
[](https://snapcraft.io/ytdownloader)
A modern GUI video and audio downloader supporting [hundreds of sites](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)
[](https://snapcraft.io/ytdownloader)
[](https://github.com/aandrew-me/ytDownloader/releases/latest/download/YTDownloader.AppImage)
README in [other languages](READMES/list.md)
## Features π
β
Light/Dark mode
β
Supports hundreds of sites including Youtube, Facebook, Instagram, Tiktok, Twitter and so on.
β
Advanced options like Range Selection
β
Download playlists
β
Available on Linux, Windows & macOS
β
Fast download speeds
β
And of-course no trackers or ads
## Screenshots


# Installation
## Windows πͺ
- **Traditional way**
Download and install the exe file. Windows defender may create problems as usual.
- **Chocolatey**
App can be installed from [Chocolatey](https://community.chocolatey.org/packages/ytdownloader) using the following command
```
choco install ytdownloader
```
## Linux π§
Linux has several options available - Flatpak, AppImage, Snap and AUR.
Flatpak is recommended.
- ### AppImage
**AppImage** format is supported on most Linux distros and has Auto-Update support.
It just needs to be executed after downloading. See more about [AppImages here](https://appimage.org/).
[AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) is recommended for integrating AppImages.
- ### AUR package
The app is available in [AUR](https://aur.archlinux.org/packages/ytdownloader-gui) with the name `ytdownloader-gui`. To build with pamac the required command is -
```
pamac install ytdownloader-gui
```
Using yay
```
yay -S ytdownloader-gui
```
- ### Flatpak
```
flatpak install flathub me.aandrew.ytdownloader
```
- ### Snapcraft
```
sudo snap install ytdownloader
```
## macOS π
Since the app is not signed, when you will try to open the app, macOS will not allow you to open it. So you will need to follow some steps to open it.
1. Click on **System Preferences** on your Mac Dock.
2. Choose **Security & Privacy**
3. The app will be shown there. Click on **Open**
## Internationalization (Localization) π
Translations into other languages would be highly appreciated. If you want to help translating the app to other languages, you can join from [here](https://crwd.in/ytdownloader). Open a new issue and that language will be added to Crowdin.
[](https://crowdin.com/project/ytdownloader)
### β
Available languages
|Name |Status (Credits) |
|--|--|
|English | βοΈ |
|Finnish | βοΈ |
|German | βοΈ |
|Italian | βοΈ |
|Persian | βοΈ |
|Polish | βοΈ |
|Portuguese (Brazil) | βοΈ |
|Russian | βοΈ |
|Spanish | βοΈ |
| Turkish | βοΈ |
| Ukrainian | βοΈ |
Thanks to [nxjosephofficial](https://github.com/nxjosephofficial), [LINUX-SAUNA](https://t.me/linuxsauna), [Proxycon](https://github.com/proxycon), [albanobattistella](https://github.com/albanobattistella), [TheBlueQuasar](https://github.com/TheBlueQuasar), [MrQuerter](https://github.com/MrQuerter), [KotoWhiskas](https://github.com/KotoWhiskas), [AndrΓ©](https://github.com/andre1828), [haggen88](https://github.com/haggen88), [XfedeX](https://github.com/XfedeX) and others for helping.
## Used technologies
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)
- [Electron](https://www.electronjs.org/)
- [ffmpeg](https://ffmpeg.org/)
- [nodeJS](https://nodejs.org/en/)
## For building or running from source code
[Nodejs](https://nodejs.org/) (along with npm) needs to be installed.
Required commands to get started.
```
git clone https://github.com/aandrew-me/ytDownloader.git
cd ytDownloader
npm i
```
To run with [Electron](https://www.electronjs.org/) :
```
npm start
```
To build for Linux (It will create packages as specified in package.json). The builds are stored in **release** folder.
```
npm run linux
```
To build for Windows
```
npm run windows
```
To build for macOS
```
npm run mac
```