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.

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.


Jun 23 2026

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. Windows 10 and earlier are never going to support this. Windows 10's TLS 1.3 is also broken. Your browser works because your browser handles all of this itself!

I tried various things and the only way to make sure this works on Win10 is to completely switch away from Windows cert handling to libCurl, like your browser, which of course means rewriting everything that talks to MD.

I now have multiple reports that this is working for people who had the SSL error. Thanks all!

If 6.6.5 is working fine for you you don't need to upgrade.

If you do upgrade, uninstall the old one first or it will fail silently on startup because libCurl can't unpack its libraries to an admin directory.


Nov 17 2024

Mangadex has ended all support for normal userid/password login. You will HAVE to use an OpenId key/secret as detailed on the Options -> Login page. This works, I've tried it. You still need your username/password, then add your OpenId Key Name and Secret and you're good to go.


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.
  • I am sure there will be some new errors, but this is working fine for me on an old Windows 10 box for now.
  • If you update, you MUST uninstall your current 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)