Current Version: 0.6

Check out the tutorial, resources     and examples that are available.

Accessing MacRuby’s Source

MacRuby Development

MacRuby development happens in the trunk Subversion branch. However, be careful, because trunk may not work (or even compile) all of the time.

$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/trunk MacRuby-trunk

If you want to grab the sources of a specific release, look into the tags directory. For example, to grab the sources of the 0.6 release:

$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/tags/0.6 MacRuby-0.6

For building instructions, please refer to README.rdoc file, but the basic build instructions are:

$ rake
$ sudo rake install

You can also browse the repository online.

Git

Git aficionados will be glad to learn that there is an official mirror of the SVN trunk repository available:

$ git clone git://git.macruby.org/macruby/MacRuby.git