AGP Community Edition v0.0.7
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 stopfailed with "TerminateProcess: Access is denied." Go'sos.FindProcesson Windows opens a process handle withoutPROCESS_TERMINATErights, soos.Process.Kill()was denied even for your own services. The supervisor now stops Windows services withtaskkill /F /T(terminates by PID using your own rights, and stops any child processes a service spawned).agp stop/agp restartwork 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 allOn 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.