So, this lets you run arbitrary AppleScripts from your Arduino!
Cool! Thanks for letting us know. I had no idea this existed.
For those who want to see the readme without downloading:
Tinker.it! <info (at) tinker.it>
AppleScript Proxy
control your Mac from Arduino
Version 0.2, 2007-04-26
Made in Italy
American Style Disclaimer
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
When you decide to use this software, you do it on your own risk. Using this software might cause damage to your software and even to your hardware.
Keep in mind this is a beta version, which means you could encounter problems while using it. Although it works pretty well
Use
AppleScript Proxy reads characters sent by an Arduino board and executes an AppleScript mapped to it.
This can be used to let Arduino control you apple mac computer. Since most of the apps in your mac support some basic AppleScript commands then the possibilities are endless.
The Application was compiled as an Universal Binary so it should work with both PPC and Intel Mac.
Plug an Arduino board and run the app. The serial port connected to arduino should already show up on the list at the top of the window.
select the communication speed, that depends on the Serial.begin() command you used in your arduino code. the default speed
is 9600.
to add a mappin press the + button and specify a character (case sensitive!) and type an applescript fragment. press the test button to try out the script. when you click on + again or anywhere on the list of mappings the data is save.
You can save and retrieve mappings into .axp files. there are just xml files so you can open them in any text editor.
Sorry if these instructions are simple but I'm waiting for your comments on how to expand it.
License
This app is freeware, it was written to build quick experience prototypes, it works for us and that's enough 
You can use it as long as you don't start charging money to other people for this.
If you want to distribute this app with a product you should check with us.
We are available to make customised version of this app for any project you might have in mind.
Credits
This application was written by Massimo Banzi <info (at) tinker.it>
It contains DictionaryViewer and XMLDictionary by Kevin Ballard kevin@sb.org