vote up 2 vote down star
2

I know that Google does some open source but a lot of their assets are very closed source. What are the main ones that are open source and those not?

  • Android - fully open (I think)
  • GMail - Closed
  • Search - Obviously closed
  • Chrome - Some open source bits (webkit)... but I'm not sure
  • JavaScript compilers (that Steve Yegge is working with)
  • Youtube - Closed
  • Feedburner - Closed Blogger - Closed

I am struggling to come up with big pro-OSS products from Google.

flag

GWT - fully open – skaffman Jun 3 at 12:59
Steve Yegge wasn't working on the compiler, he was just using it. – Ikke Jun 3 at 13:05

5 Answers

vote up 3 vote down check

(Disclaimer: I'm a Google employee, and therefore obviously biased :)

Have a look at this page for a fairly large list of our open source APIs and projects. (I'm particularly involved in Protocol Buffers and the C# port.)

Other things to consider off the top of my head, some of which are no doubt on that list:

You might also consider code.google.com to be a "pro-OSS product" in its own right.

link|flag
vote up 0 vote down

Jaiku, as of recenty.

link|flag
vote up 1 vote down

http://code.google.com/p/zxing/ ZXing multi-format 1D/2D barcode image processing library implemented in Java. Possibly it's not the main one and not the highest quality but I've found it useful and open-source as opposed to most other such libraries.

link|flag
vote up 1 vote down

Google CTemplate, a templating library for C++.

link|flag
vote up 1 vote down

Chrome is entirely open-source, as Chromium.

link|flag

Your Answer

Get an OpenID
or

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