2014-04-15

Yesterday I blogged a list of some of my favourite open source projects. I thought it was also worth blogging some of my favourite services/software with free offerings for open source projects that make it much easier or cheaper for open source projects to exist, collaborate and build great software.

I’ve tried to limit the list to things I have first-hand experience of or seem popular amongst people I follow on social networks; but there’s a chance there are omissions. Ping me on Twitter if you think there’s something I should really add.

Source Code Hosting

GitHub - Git source code hosting; issue tracker and web page hosting. By far the most popular/active for open source projects right now.

Codeplex - Git, TFS and Mercurial source code hosting, issue tracker, wiki. Needs a bit of love, to be honest!

BitBucket - Git and Mercurial source code hosting. BitBucket has free private repos too (so isn’t just free for open source). I used to use this quite a lot until GitHub got so popular that it was hard to ignore!

Google Code - Git, Mercurial and Subversion. Doesn’t seem to be much here these days; mostly just dead projects. Even lots of Google’s own OSS is hosted on GitHub!

Kiln - Whilst this isn’t strictly free for open source; the Student & Startup edition is free for two users and supports “community users” for public access. I also couldn’t not include this; it’s my favourite DVCS hosting and includes a great Code Review system.

Web App Hosting

Azure - Host 10 web apps for free; though you’ll need to pay for custom domains.

AppHarbor - A .NET PaaS (Platform as a Service) provider. When first launched, this service made Azure look incredibly clunky and complicated for simple web apps, and has forever hosted the website for my (much abandoned) G+ Notifier for free under their OSS program.

Hosted Continuous Integration / Deployment

Travis CI - This seems to be getting more and more popular for GitHub projects, possibly down to really nice integration that allows running tests and reporting pass/fail status in pull requests automatically!

BuildHive - Powered by Jenkins, also with easy integration with GitHub.

CodeBetter CI - Powered by Team City.

Bamboo - From Atlassian; also available for download.

Testing

Sauce Labs - Run your web and mobile app tests across hundreds of real browsers and platforms.

BrowserStack JavaScript Testing - An HTTP-based API that can be used to open any URL in any combination of browser/OS on BrowserStack to execute JavaScript tests.

Other Development Software / Web Apps

TeamCity - Continuous integration server (also available hosted as CodeBetter CI).

Reflector / ANTS Profilers - Code and memory profilers and decompiler for .NET.

Moqups - Online tool for mocking up UIs quickly.

myBalsamiq Mockups - Online tool for mocking up UIs quickly.

JIRA / Bamboo / Confluence - Issue tracker, continious integration and team collaboration software. Also available hosted.

RhodeCode - A locally-installed DVCS and code review system.

Misc

GoDaddy SSL Certificates - I’m not sure there’s much for love for these guys, but they are claiming to give free SSL certs for OSS.

Crowdin - Localisation platform to help manage your translations.

BugSense - Analytics software for catching and collating errors in mobile apps.

This post was served up via my RSS feed. Please visit the original article to read/post comments. If you found this article interesting, why not follow @DanTup on Twitter for more? :)

Show more