Install
From source (works today)
Section titled “From source (works today)”go install github.com/spxrogers/agentsync/cmd/agentsync@latestOr clone and build:
git clone https://github.com/spxrogers/agentsynccd agentsyncgo build ./cmd/agentsyncYou’ll need Go ≥ 1.26.2 (the version pinned in go.mod).
Package managers
Section titled “Package managers”brew tap spxrogers/tapbrew install agentsyncScoop:
scoop bucket add spxrogers https://github.com/spxrogers/scoop-bucketscoop install agentsyncChocolatey:
choco install agentsyncPick the package for your architecture (amd64 or arm64).
Debian / Ubuntu:
curl -fsSL https://github.com/spxrogers/agentsync/releases/latest/download/agentsync_linux_amd64.deb -o agentsync.debsudo dpkg -i agentsync.debRPM:
sudo rpm -i https://github.com/spxrogers/agentsync/releases/latest/download/agentsync_linux_amd64.rpmArch (AUR):
yay -S agentsync-binVerify
Section titled “Verify”agentsync --versionRun a health check
Section titled “Run a health check”Once installed, doctor confirms your environment is ready — PATH, home and
state writability, config schema, and the secrets backend:
agentsync doctor-
Install the binary (above).
-
Initialize your config directory:
Terminal window agentsync init -
Continue to your first sync.