The Open Source Image Manager.
Download the Win32 installer here
Install qtcreator:
sudo apt install build-essentials
sudo apt install qtcreator
Then create the make file and run make:
qmake -makefile -o Makefile pixie.pro
make
The Pixie executable should have been created so run it:
./pixie
