Windows 11 / 10 · 5 minutes · No Python, no admin rights
Download gallery-dl.exe, save it to a folder, open PowerShell — done. Optionally add to PATH for system-wide use. No Python installation needed.
Step-by-step installation
Works on Windows 11 and Windows 10 (64-bit). No install wizard, no admin rights required.
Go to the download page and save gallery-dl.exe from the official GitHub release.
Move the file to a permanent location, e.g. C:\Tools\gallery-dl\. Avoid Downloads — files there can be auto-cleaned.
In Explorer, click the address bar, type powershell and press Enter. PowerShell opens directly in the correct folder.
Run gallery-dl --version. A version number like 1.28.x should appear. If so, it's working.
Run gallery-dl -U. It downloads and replaces itself with the newest release. Do this regularly.
Create a gallery-dl.conf to set default output folders, filename templates, and cookies. Config guide →
Optional but recommended
Adding gallery-dl to PATH lets you run gallery-dl from any folder in PowerShell or CMD — without navigating to the gallery-dl folder each time.
C:\Tools\gallery-dlRun this once in PowerShell — sets PATH for your user only, no admin rights needed:
setx PATH "%PATH%;C:\Tools\gallery-dl"
Close and reopen PowerShell after. Test with gallery-dl --version from any directory.
Verify & update
gallery-dl --version
gallery-dl -U
gallery-dl "https://www.instagram.com/p/POST_ID/"
C:\Tools\gallery-dl\gallery-dl.exe --version
Common issues
gallery-dl.exe → Properties → tick Unblock at the bottom if visible → OK. This removes the Windows "downloaded from internet" restriction. If antivirus blocks it, add an exception — it's a false positive for open source portables.gallery-dl --cookies-from-browser chrome "URL" to pass your browser session. See the cookies guide for full details.More issues? Full gallery-dl troubleshooting guide →