Polite Mangadex Downloader




Using Perfect Blue theme

Small side project to manage reading your manga on Mangadex, a resource for scanslation groups. It works on Windows 10 or 11. The UI is ugly, but functional (like this site), and it doesn't burden Mangadex. Bug reports to sizer99 at sizer99 dot com.

Download v6.6.5 which was stable for two years but won't work on Win10 now.
The very quiet Discord channel - seriously, I forget it exists

This politely downloads your new manga chapters from Mangadex. It's less of a burden on the server than if you were reading it on the site. It only looks at your follows pages to find new chapters, so even if you have 3000 follows it only has to look at one or two pages. Cheap! It only grabs one page at a time, so it takes a while to download, but you can just leave it running all the time and read at your leisure.

It's for people who like reading manga offline fullscreen on our tablets with a full-featured reader like Perfect Reader or Manga Storm.


Jul 15 2026 - Version 7.2

7.2.0 has two big changes - first, if you're on 7.x at all you want 7.2.0 because 7.x would sometimes not automatically download the old chapters of new favorite series even if you asked it to. This is the first big bug I've found in the 7.x rewrite.

Second, because my old side monitor actually got burn-in from having PMDL sit there 24/7, I've added random window jiggle to 7.2. Whenever you move the window that sets the 'home' location. Then when you start PMDL or a scheduled check starts it slightly moves the window randomly up/down/left/right so the white lines aren't always in the same place. Since the new location is relative to your home location, it doesn't just walk across the screen. It does nothing if the window is minimized or maximized and it won't bring it to the front if it's behind other windows. You can turn this off in Options -> Advanced.


Jun 23 2026 - Version 7.x

Mangadex updated to new certs which use YE and YR roots that older Windows boxes don't know anything about (and never will). It also needs newer crypt and Win10's TLS 1.3 is broken. Windows 10 and earlier are never going to support this. Your browser works fine on Win10 because your browser handles all of this itself!

So PMDL 7.x fixes it by (like your browser) doing all SSL and web traffic itself using libCurl.

If you upgrade from 6.x (or earlier), uninstall the 6.x one first or 7.x will fail on startup because libCurl can't unpack its libraries to an admin directory. You won't lose your database or settings!



Version 7.2.0 - 2026 Jul 15 16:23 PST
  • Fix: Sometimes did not get old chapters of new series! First big bug of 7.x redo.
  • Add: Random up/down/left/right movement to main window on startup and scheduled check to help reduce monitor burn-in. Options -> Advanced -> Window Move
  • Fix: When double clicking a chapter in the DL Queue to go to series in Known Series, make sure series is visible by clearing the filter box and checking show oneshots and unfavorites boxes if needed, or we could select an invisible row.
  • Change: Old version info in this README.txt was over a thousand lines and almost nobody cares about v1.0.5 any more. Moved it out to 'Old Version Info.txt'
  • Version 7.1.2 - 2026 Jun 25 18:34 PST
  • Add: Whine at startup about running out of a location libCurl can't write to before libCurl crashes us anyhow.
  • Add: Try showing a bit more error info (InnerException) on crash.
  • Change: Redo rounded button rendering. You shouldn't see any difference.
  • Fix: Visual Studio or JetBrains somehow lost the program icon, restore it.
  • Version 7.1.0 - 2026 Jul 09 14:09 PST
  • Meta: This is a HUGE optimization and cleanup release. There are some minor bug fixes, but nothing vital if it's working fine for you. Check the README.txt for the full list of changes.
  • Change: Vastly speed up (over 100x) Known Series, Translation Groups, and Artists pages by redoing how they're stored.
  • Add: Take over drawing of DataGridView headers so cells and headers are now properly aligned.
  • Add: We now notice oneshots, optionally filter from Known Series. On the first startup it will guess existing, from then on get from MD.
  • Fix: Add vertical padding to log box lines so descenders (g,q) don't get cut off.
  • Fix: Lots of little text/position things on Options pages.
  • Version 7.0.3 - 2026 Jun 25 21:29 PST
  • Fix: Delegate race condition with libCurl could cause rare ExecutionEngineException (then crash).
  • Version 7.0.2 - 2026 Jun 25 20:45 PST
  • New: Catppuccin Color Theme from Rhombic-Drive!
  • Fix: Wine doesn't support Per-monitor DPI, crashes on menus. Detect Wine and turn it off.
  • Fix: Theme Import broke because of Sqlite changes. Fixed.
  • Fix: Download Update file was mildly broken with new Curl stuff.
  • Version 7.0.1 - 2026 Jun 23 21:12 PST
  • Fix:The output log was getting color themed, should always be black background.
  • Fix:Apparently the color pickers in themes haven't worked for years and nobody noticed or cared!
  • Version 7.0.0 - 2026 Jun 23 00:44 PST
  • MAJOR rewrite of the guts to handle MD's new cert stuff not being handled by older Windows.
  • YOU do NOT need to update if 6.6.5 is working fine for you.
  • You might want to make a copy of your mangadex.db file first just in case.
  • If you update, you MUST uninstall your 6.x PMDL first. Otherwise it will just fail on start as libCurl tries to unpack its files and fails because it doesn't have admin rights. It's okay if you uninstall after, then install again.
  • Version 6.6.5 - 2024 Nov 17 20:09 PST
  • Plain username/pw login is DEAD. You also need an API key. See Options -> Mangadex Login.


  • Requirements:
    Getting Started:
    Normal Use:
    Running in Linux or macOS using Wine
    FAQ: (probably)