Skip to content

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.

  1. Install Homebrew (if not already installed)

    Terminal window
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. 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-agent
    chmod +x grail-agent
    ./grail-agent install

    The agent binary is code-signed and notarized by Apple, so macOS will not block it.