Packaging Rails apps for offline use June 21, 2008 – 12:37 am Goal To package an existing Ruby on Rails application into an executable Mac OS X desktop application. This process (and the result) requires OS X 10.5 (”Leopard”) or later. Summary Install required program. Properly configure the database. Modify environment.rb. Run tar2rubyscript. Configure Platypus. Create your app!