Sync Your AI Agents — Instantly.
AgentSync keeps your AI assistant configurations synchronized, so you can focus on coding, not copy-pasting.
Why agentsync?
Single Source of Truth
Maintain one AGENTS.md and sync it to Claude, Copilot, Gemini, and more via symlinks.
Instant Propagation
Uses symbolic links instead of copies. Change a file once, and every assistant sees it immediately.
MCP Integration
Define MCP servers once in TOML and sync them across all supported agent environments.
Gitignore Management
Automatically manages your .gitignore to keep symlinks out of your repository.
Cross-Platform
Written in Rust for maximum speed and portability. Works on macOS, Linux, and Windows.
Developer First
Clean CLI, human-readable TOML configuration, and CI-friendly execution.
Quick Start
Section titled “Quick Start”# Install (macOS)curl -LO https://github.com/dallay/agentsync/releases/latest/download/agentsync-aarch64-apple-darwin.tar.gztar xzf agentsync-aarch64-apple-darwin.tar.gzsudo mv agentsync-*/agentsync /usr/local/bin/
# Initialize and applyagentsync initagentsync applyThis 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!