
I've prebuilt both Windows and Linux versions. Windows is using Visual Studio 2013, Linux is using g++ 4.9.0 on my Arch Linux laptop.
I have no idea if the Linux one will actually be compatible on other linux distros, I've never actually tried to distribute a native linux prebuilt... although it needs the "cfitsio" package to run (I don't want to distribute it with the binary in case linux binaries aren't compatible or some such thing).
In any case, if the prebuilt doesn't work and you're comfortable with building from source, it's pretty darn easy to.
Make sure eigen3 and cfitsio are installed (on my system, it was as simple as "pacman -S cfitsio eigen"). I *do* use an unsupported bit of Eigen (the FFT module), so watch out for that.
Go grab this https://github.com/khyperia/Astropress, cd into Astropress/AstropressPlus, look at the build.sh and play with it until it compiles. It takes 20 seconds or so on my system. Feel free to report any issues you encounter, too, so I can fix them.
Windows should be portable, though, and I've even included a version of cfitsio.dll so that should be good to go right off the bat.
Same with the python version, it's a command-line-only app, usage is something like this (replace the filename if you're on linux):
AstropressPlus.exe --out path/to/output.fits --outstdev path/to/outputStandardDeviation.fits path/to/images/*.fits
Only .fits files are supported at the moment.
Hopefully it works! *crosses fingers*
Send me any failed datasets to let me reproduce any problems (and dump debug info, which is right now impossible to get out of the precompiled binary)