While we where working on our latest startup (omnipasteapp.com) we needed a way to get reports on application crushes from our early adopter. Existing solutions where either to expensive for a startup or did not had support for all the platforms we needed.<p>So we created bugfreak used a couple of weeks and then opensourced it:<p>https://github.com/agilefreaks/apibugfreak - the api and web app, same app as www.bugfreak.co so you can fork it and deploy it on your own server<p>https://github.com/Agilefreaks/winbugfreak - the .net clients (wpf, silverlight, aps mvc)<p>https://github.com/Agilefreaks/droidbugfreak - the android client<p>All packages are available in nuget and maven<p>As always PR are more than welcomed. Let us know what platform you want to have support for next (rails is already on the roadmap)