Skip to content

Agent Sync v0.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:57
· 26 commits to master since this release

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.2

Install (Windows PowerShell)

irm https://raw.githubusercontent.com/nova-globen/agent/master/scripts/install.ps1 | iex

Assets

  • agent-sync-v0.3.2-linux-arm64.tar.gz
  • agent-sync-v0.3.2-linux-x64.tar.gz
  • agent-sync-v0.3.2-osx-arm64.tar.gz
  • agent-sync-v0.3.2-osx-x64.tar.gz
  • agent-sync-v0.3.2-win-x64.zip
  • checksums.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.txt

See the installation section of the README for manual install and build-from-source instructions.