Current Version 0.5

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

MacRuby Events

19-21 Nov 2009 » RubyConf
San Francisco, CA
Laurent Sansonetti presents MacRuby

19-21 Nov 2009 » RubyConf
San Francisco, CA
Matt Aimonetti talks about writing 2D video games with MacRuby

Accessing MacRuby’s Source

MacRuby Development

MacRuby development happens in the trunk SVN 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.5 release:

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

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

Roadmap

Check out the MacRuby Roadmap