It's written as a server program in Perl, but it's relatively easy to install and run on your own computer:
> git clone https://github.com/ology/Chess-Inspector.git
> cd Chess-Inspector
> perl Makefile.PL
> make
> sudo make install
> perl bin/app.pl
Then open http://localhost:3000 in your web browser. Voila!