Start · 01

Install BorgMate

BorgMate needs a supported Borg command on the same computer. Install Borg first, then BorgMate, and verify both before creating a repository.

macOS

1. Install Borg

brew install borgbackup

2. Install BorgMate

  1. Download the DMG for Apple Silicon or Intel.
  2. Open the DMG and drag BorgMate to Applications.
  3. Launch BorgMate from Applications.
If Gatekeeper blocks the first launch

BorgMate is not yet notarized. After confirming that you downloaded it from the official BorgMate site, remove the quarantine attribute:

xattr -cr /Applications/BorgMate.app

Verify the installation

Run the command in Terminal on macOS/Linux or inside WSL on Windows:

borg --version

For a production Borg 1 setup, expect a borg 1.4.x version — 1.4.5 or newer is recommended, as it includes a security fix (CVE-2026-62268) for borg extract. Then open BorgMate and check Settings → Advanced → Borg binary path override; the detected path appears below the field.

Ready to continue

BorgMate launches, borg --version succeeds, and Advanced settings show the detected Borg path.