A free, open source, competitor to LookFor. Yes it's a webapp. No it won't be the same as a native app. I just didn't want to pay 99¢ for something I could build myself for fun.
Project setup using ng-boilerplate. To build:
$ npm install
$ bower install
$ grunt watch
Then you just serve build/index.html using your favorite local server (like npm serve)