Agent Install
For a brand new setup, install Homebrew and the agent. The agent automatically installs its own dependencies (FFmpeg, Whisper, Docker/Colima) on first launch.
-
Install Homebrew (if not already installed)
Terminal window /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Download and install the agent
Terminal window curl -O https://grail-releases.s3.us-east-1.amazonaws.com/agent/darwin-arm64/1.0.0-beta.20/grail-agentchmod +x grail-agent./grail-agent installThe agent binary is code-signed and notarized by Apple, so macOS will not block it.
If you’re updating from a version before beta 8 (or an unknown version), download the latest binary and reinstall:
curl -O https://grail-releases.s3.us-east-1.amazonaws.com/agent/darwin-arm64/1.0.0-beta.20/grail-agentchmod +x grail-agent./grail-agent installVerify the update:
grail-agent versiongrail-agent statusIf you’re on beta 8 or later, the agent can update itself:
-
Download the latest agent
Terminal window grail-agent update -
Install helper scripts
Terminal window grail-agent install