Desktop App

Download Foreman.

The macOS desktop host that runs agents on your own hardware. Keep execution local and maintain complete control over your models.

Recommended: One-line install

Paste this into Terminal. It downloads the app, clears the macOS Gatekeeper block, and launches Foreman automatically.

curl -fsSL https://foreman.company/_api/download/install | bash
System Requirements: macOS 12+ (Monterey or later), Apple Silicon or Intel.

Manual download

Prefer to handle the installation yourself? Download the `.dmg` package directly.

macOS may say Foreman is "damaged"

This is because the app isn't signed with an Apple Developer certificate (intentional — we don't notarize). After downloading, open Terminal and run the following command before opening the app:

xattr -cr /Applications/Foreman.app

The one-line installer above does this automatically.