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:
- Make sure to backup your existing VoodooPad documents or Acorn images. This is absolutely necessary. I don't want anyone to lose data because of a bug.
- If you do get a crash, please include a crash report in your feedback. Let us know what you were doing when it happened as this will help narrow down where it is happening to try and fix the problem.
- Back up your data. (again!)
Acorn downloads
Last updated: Wednesday, 16-May-2012 10:10:50 PDTDownload: Acorn Preview.zip
Read: The latest release notes
VoodooPad downloads
Last updated: Wednesday, 16-May-2012 14:29:06 PDTDownload: 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.Acorn SUFeedURL \
http://www.flyingmeat.com/download/latest/acorn3update.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.Acorn SUFeedURL