vote up 5 vote down star
2

Other than large entities sponsoring a project, such as the Apache foundation, what are other ways that full-time open source developers (specifically those on products offered free of charge) receive funding for their projects? Obviously there will be donations that will trickle in but from what other channels do developers receive more steady income?

flag

Usually full-time developers are paid to develop software, which is entirely orthogonal to whether software is open-source or not. Why do you explicitly exclude "entities sponsoring a project" in the question? – ShreevatsaR Jun 11 at 14:36
Because I already know that entities sponsor projects and throw money at them. I'm looking for other sources of income that are not so obvious. – squillman Jun 11 at 14:46

6 Answers

vote up 2 vote down check

Some of the ways revenue can be generated from open source projects are by:

  • Commercial marketing
  • Providing support for the software
  • Training companies which use the software
  • Receiving donations
  • Getting grants awarded by various open source software foundations
link|flag
Thanks, everyone, for the other comments. Accepting this one because of the broadest set of level-playing-field suggestions. – squillman Jun 19 at 22:02
vote up 1 vote down

Sponsored change requests are also common. Some companies might find an Open Source project interesting, but it is missing some critical feature. The company might choose to sponsor the new feature by paying the original developers to include it, or assign some internal developer to create the feature and then donate it back to the community.

link|flag
vote up 4 vote down

We maintain and develop an open source web application system, while running a company around it. We make our income from projects built on top of the open source system and provide commercial support for the project as well.

link|flag
vote up 0 vote down

I know a lot of them (especially smaller ones) don't count their open source development as steady income. Personal projects gone public for the most part. Some of them are also developed inside companies that sponsor open-source development.

link|flag
vote up 6 vote down

There are several possibilities:

  • dual license a library-like project with GPL and a commercial license. If companies need the library they need a different license then the GPL, and that specific license (including tailoring the library) can be sold
  • get famous from your free project. If you produce a good project, you earn reputation which could get you on a payroll of a company, probably related to the project you created
  • join projects like Google Summer of Code. While not very much in money, it does help.
link|flag
vote up 0 vote down

Venture Capitalism and "Angels", although VC money is tough these days

link|flag
The angels are coming through then? :) – squillman Jun 11 at 14:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.