<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><div>Redwood is a "Spotlight for your web apps" -- it searches Basecamp, GMail, and GDocs from one search bar on your desktop. </div>
<div><br></div><div>Developing in MacRuby has been a joy, and I'd like to make Redwood a showcase for desktop MacRuby. You can help by installing Redwood and let me know if you have any issues. We're using embedded, compiled gems, so I'd like to see it running successfully on a variety of Macs.</div>
<div><br></div><div><meta charset="utf-8">Download: <a href="http://redwoodapp.com/system/Redwood.zip" target="_blank" style="color: rgb(0, 0, 204); ">http://redwoodapp.com/system/Redwood.zip</a> (note: OSX 10.6+ required)</div>
<div><br></div><div>A little technical background:</div>
<div><ul><li>MacRuby 0.9, embedded in the application bundle</li><li>Two gems: Nokogiri and GData, also embedded in the application bundle. We use macruby_deploy --gem, which makes gem bundling a breeze.</li><li>A few Obj-C libraries: Sqlite3 and FMDB for database, ASIHTTPRequest for HTTP, Sparkle for auto-update. The app started out in Obj-C. We moved to MacRuby, but some parts remain in Obj-C. As we go, anything that needs refactoring moves to Ruby.</li>
<li>all the usual Cocoa APIs, mostly used from Ruby. </li><li>the main UI is rendered primarily in HTML/CSS, and events are passed back and forth between an embedded Webview and Cocoa</li></ul></div><div><br></div><div>Please give it a whirl and let me know how it goes. Download link again: <a href="http://redwoodapp.com/system/Redwood.zip" style="color:rgb(0, 0, 204)" target="_blank">http://redwoodapp.com/system/Redwood.zip</a></div>
<div><br></div><div>Thanks,</div><div><br></div><div>Andre</div></span><br><br>