Ruboto – Ruby on Android

Ruboto allows you to run Ruby scripts on Android devices. Using Ruby code, you have access to the complete Android API. Currently, we have 2 offerings: ruboto and ruboto-irb. Ruboto is based on JRuby.


ruboto gem

ruboto on GitHub

Ruboto is a framework for writing full Android apps in Ruby. It includes support libraries and generators for creating projects, classes, tests, and more.

ruboto-irb

ruboto-irb on GitHub

ruboto-irb is an Android application installable from the Android Market and includes an IRB (Interactive Ruby) console and also allows you to run predefined or uploaded scripts. All scripts can interface with the full Android API. You can also create shortcuts to scripts directly from the home screen.

You can install ruboto-irb from the Android Market or download it directly to your Android device here:

ruboto-irb download

Community