This guide covers the different methods available for installing agent-sync.
You can install agent-sync
using Homebrew:
brew install uphy/tap/agent-sync
Install via Go:
go install github.com/uphy/agent-sync/cmd/agent-sync@latest
Download pre-compiled binaries for your platform from GitHub Releases.
The release process automatically builds binaries for multiple platforms:
Simply download the appropriate archive for your platform, extract it, and place the binary in a directory included in your system’s PATH.
After installation, verify that agent-sync is installed correctly by running:
agent-sync --version
You should see the version number of the installed agent-sync tool.
Once installed, you can create a new agent-sync project using the init
command:
mkdir my-ai-instructions
cd my-ai-instructions
agent-sync init
For more information about using agent-sync, see the Command Line Interface documentation.
Previous | Next |
---|---|
Index | Configuration Guide |