Download Honeycrisp Executor

Installs a small background daemon (LaunchAgent) on your Mac that listens on localhost:1092 and executes AppleScript locally.

Quick Install / Update

curl -fsSL /api/executor-install | bash

After Install

  1. macOS may prompt for automation permissions on first use.
  2. Clients send AppleScript to the executor at POST http://localhost:1092/execute

FAQ

What's the Honeycrisp Executor?

The Honeycrisp Executor is a small background daemon (LaunchAgent) for macOS that allows you to execute AppleScript code remotely. It listens on localhost:1092 and provides a simple API to run scripts.

Why does Honeycrisp need automation permissions?

macOS requires users to grant automation permissions to applications that control other applications via AppleScript. The Honeycrisp Executor needs these permissions to execute AppleScript code on your behalf.

Honeycrisp runs locally, right?

The Honeycrisp Executor listens on localhost, so it is only accessible from your local machine. However, it is still important to be careful about the AppleScript code you execute, as it will run with your user privileges. Therefore, using Honeycrisp is at your own risk and discretion.