Skip to content
Open Source · MIT License

Sync Your AI Agents — Instantly.

AgentSync keeps your AI assistant configurations synchronized, so you can focus on coding, not copy-pasting.

pnpm Cargo Astro
agentsync robot

Why agentsync?


Terminal window
# Install (macOS)
# Detect architecture and download
PLATFORM=$([ "$(uname -m)" = "arm64" ] && echo "aarch64-apple-darwin" || echo "x86_64-apple-darwin")
curl -LO "https://github.com/dallay/agentsync/releases/latest/download/agentsync-${PLATFORM}.tar.gz"
tar xzf "agentsync-${PLATFORM}.tar.gz"
sudo mv agentsync-*/agentsync /usr/local/bin/
# Initialize and apply
agentsync init
agentsync apply

This documentation is the authoritative project reference.

Canonical Source: All agent instructions and skills are maintained in .agents/AGENTS.md. This is the single source of truth—they get synced everywhere!