Skip to content

AGP Community Edition v0.0.7

Choose a tag to compare

@getraksha-ops getraksha-ops released this 14 Jun 13:55

AGP Community Edition v0.0.7 (private test release)

Pre-release build for private testing. The first public release will be v0.1.0.

Fixed since v0.0.6

  • Windows: agp stop failed with "TerminateProcess: Access is denied." Go's os.FindProcess on Windows opens a process handle without PROCESS_TERMINATE rights, so os.Process.Kill() was denied even for your own services. The supervisor now stops Windows services with taskkill /F /T (terminates by PID using your own rights, and stops any child processes a service spawned). agp stop / agp restart work on Windows.

Changed: agp-cli only; all other components carry the same commits as v0.0.6.

Upgrading from v0.0.6

agp fetch all       # macOS/Linux
agp restart all

On Windows, re-install the CLI (irm https://raw.githubusercontent.com/getraksha/agp/main/install.ps1 | iex), then agp fetch all and agp restart all.

Install

  • macOS / Linux: curl -fsSL https://raw.githubusercontent.com/getraksha/agp/main/install.sh | sh
  • Windows (PowerShell): irm https://raw.githubusercontent.com/getraksha/agp/main/install.ps1 | iex

Then agp init · agp fetch all · agp start all · agp setup --agent-id my-agent --client claude-desktop.

Platforms

macOS (arm64, amd64) · Linux (amd64, arm64) · Windows (amd64, arm64)

Verify

All assets are listed with SHA-256 checksums in SHA256SUMS and manifest.json; the CLI and install scripts verify checksums automatically.