I'm on Windows and it was a struggle to find anything. Aubrey mentioned Mathematica has a SAT solver, so that's one option.
I got
glucose to run on my home machine, but it was a big pain. I installed Cygwin, which emulates Linux on Windows, installing C++ and some other packages (can't remember the exact steps), and got the glucose source code and compiled it, and only got the "simp" version of it to work. I can try to reproduce the steps if you're up for the challenge.
I got
Cadical to work well enough. I got it to compile with Visual Studio, but it needed some modifications. It worked, but it struggled with problems that glucose solved. (Typically problems are either solved nearly instantaneously or take "forever"). I could share an EXE for Cadical, or the modified source, if that interests you.
Maybe I'll try porting glucose to Windows again, though I got stuck last time.