Security note

Some browsers and/or AntiVirus software may give you a warning about insecure downloads. This has two reasons: The website is http (not https), so there is no certificate. Second, the Windows version of pmf is not signed.
Fixing these issues costs money (several hundred Euros per year), and since I'm offering this for free, I don't want to spend a lot of money on it.
So it's up to you. If you have questions, drop me a mail.

Feature requests and bug reports are always welcome. Drop me a mail at "pmf [at] leipelt [dot] net"


Licenses

The GUI (Graphical User Interface, basically what you see on the screen) of PMF uses the Qt library, which is released under the GPL.
The rest of the code (the stuff I wrote) is released under the GPL. This means that you can download and use PMF for free, even in commercial settings, provided you respect the conditions of the GPL.
If you have no idea what GPL, FOSS or Free Software means, you may want to consult your preferred search engine.

Downloads



Works on 64bit-Windows Win10 and higher. If you still run Win7/8, drop me a mail for a legacy version of PMF.

This is an AppImage (ready-to-run), and it requires "FUSE" to be installed.
$ cd [directory where you downloaded PMF]
$ chmod +x pmf-x86_64.AppImage
$ ./pmf-x86_64.AppImage
Tested on Mageia, Debian, Ubuntu and variuos derivatives.


This is the source code for Windows and Linux. See Build for instructions. Although PMF will build with Qt6 you should currently build it against Qt5