This is the latest builds page!

So you want to test the next version of Acorn or VoodooPad?

Great! There are a couple of requirements you need to get past first before you go on running it:

Acorn downloads

Last updated: Thursday, 23-May-2013 14:37:45 PDT
Download: Acorn Preview.zip
Auto-update to regular release
Auto-update to nightly build
Read: The latest release notes

VoodooPad downloads

Last updated: Tuesday, 21-May-2013 09:48:58 PDT
Download: VoodooPad Preview.zip
Read: The latest release notes

Auto updating to the latest builds

Here's how to setup VP or Acorn so that it'll download the "latest builds" as updates, instead of the official builds. Copy the two lines below the application you are interested in to the clipboard, open up Terminal.app, and then paste in what you copied:

Acorn:
defaults write com.flyingmeat.Acorn4 SUFeedURL \
http://www.flyingmeat.com/download/latest/acorn4update.xml


VoodooPad:
defaults write com.flyingmeat.VoodooPad5 SUFeedURL \
http://www.flyingmeat.com/download/latest/voodoopadupdate.xml


If you ever want to stop tracking development builds, you'll need to paste this in Terminal.app:

defaults delete com.flyingmeat.VoodooPad5 SUFeedURL
defaults delete com.flyingmeat.Acorn4 SUFeedURL