Skip to content

Install

Terminal window
go install github.com/spxrogers/agentsync/cmd/agentsync@latest

Or clone and build:

Terminal window
git clone https://github.com/spxrogers/agentsync
cd agentsync
go build ./cmd/agentsync

You’ll need Go ≥ 1.26.2 (the version pinned in go.mod).

Terminal window
brew tap spxrogers/tap
brew install agentsync
Terminal window
agentsync --version

Once installed, doctor confirms your environment is ready — PATH, home and state writability, config schema, and the secrets backend:

Terminal window
agentsync doctor
  1. Install the binary (above).

  2. Initialize your config directory:

    Terminal window
    agentsync init
  3. Continue to your first sync.