# AppleScript

You can run basic AppleScript actions locally through the [terminal-command](https://dreetje-1.gitbook.io/inbox-ai/actions/custom-actions/terminal-command "mention") action and `osascript` command. As Inbox AI lives in the AppStore the security sandbox does prevent the most interesting use-cases. To get the most of it, enable remote login on your mac (ssh) and run osascript through SSH to circumvent the sandbox.

See the [terminal-command](https://dreetje-1.gitbook.io/inbox-ai/actions/custom-actions/terminal-command "mention") for more info.
