Another mention
I was just clued in a moment ago about another set of mentions of SproutCore.
The first by ars technica:
While Adobe and Microsoft try to position their respective plugin technologies as platforms for creating web-based applications, SproutCore can deliver deliver it directly in the browser without any additional downloads. SproutCore: rich web apps in JavaScript, no Flash Needed
The second by the New York Times:
Apple is introducing MobileMe — its set of Web-based applications — using an open source tool for programmers called SproutCore — which is meant to make it easier to make Web pages handle data quickly. Stunts Today for Firefox. Sophisticated Programs Tomorrow

Hello. Why i can’t download sproutcore ? The download button just reload the download page. What i’m missing ??
Fabri: Sorry for the confusion but the download page is instructions on how to install SproutCore from the command line. To do so just type:
sudo gem install sproutcore
in the command line. Also you will need to have Ruby and Ruby Gems installed on your dev machine
That’s nice but it’s not in the FreeBSD Ports system!
Is there a .tgz or something I can get?
Installation on a windows system should be clarified…only “gem install sproutcore” is required.
Hello, and what if I’m behind a proxy that does not allow the “gem install” command ? Is there a .zip or .tgz to download and run the install procedure from my machine ?