Agent Sync v0.3.2
Self-contained builds of the agent and git-agent executables.
Install (Linux/macOS)
curl -fsSL https://raw.githubusercontent.com/nova-globen/agent/master/scripts/install.sh | bash -s -- v0.3.2Install (Windows PowerShell)
irm https://raw.githubusercontent.com/nova-globen/agent/master/scripts/install.ps1 | iexAssets
agent-sync-v0.3.2-linux-arm64.tar.gzagent-sync-v0.3.2-linux-x64.tar.gzagent-sync-v0.3.2-osx-arm64.tar.gzagent-sync-v0.3.2-osx-x64.tar.gzagent-sync-v0.3.2-win-x64.zipchecksums.txt
Optional local web UI
The optional agent-sync-ui (launched by agent ui) ships as separate,
self-contained agent-sync-ui-v0.3.2-<rid> archives, attached to this release
by the separate UI packaging job, and as a .NET tool (dotnet tool install --global AgentSync.Ui). The CLI does not require it; agent ui installs it
on first use (the .NET tool when a dotnet SDK is present, otherwise the
matching release archive).
Verify checksums
sha256sum -c checksums.txtSee the installation section of the README for manual install and build-from-source instructions.