Install
Package managers (recommended)
Section titled “Package managers (recommended)”brew tap spxrogers/tapbrew install agentsyncScoop:
scoop bucket add spxrogers https://github.com/spxrogers/scoop-bucketscoop install agentsyncChocolatey — pending: the package is in the community moderation queue and not yet installable (publishing is paused until it clears review — see issue #188):
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) — wired but not published yet
(issue #13); use the
.deb/.rpm or prebuilt binary for now:
yay -S agentsync-binFrom source
Section titled “From source”Prefer to build it yourself, or want the latest unreleased commit?
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).
Verify
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.