Skip to content

Installation

Deep edited this page Jul 16, 2026 · 1 revision

Installation

Windows Executable

Download the latest version from the Releases page.

After downloading:

  1. Install FFmpeg (see the FFmpeg Setup page).
  2. Run QIFY-Downloader.exe.

Run from Source

Clone the repository:

git clone https://github.com/deep-mistry10/QIFY-Downloader.git

Go into the project folder:

cd QIFY-Downloader

Install dependencies:

pip install -r requirements.txt

Run:

python main.py

Clone this wiki locally