AGP Community Edition v0.0.6
AGP Community Edition v0.0.6 (private test release)
Pre-release build for private testing. The first public release will be v0.1.0.
Fixed since v0.0.5
- Windows: services failed to start with a SQLite migration error. Identity and Registry built a
sqlite://+ path URL for the schema migrator. A Windows DB path (C:\Users\...\agp-identity.db) is not a valid URL authority, so the URL parser rejected it ("invalid port after host") and migrations failed — even though the database connection itself opened fine. Both services now run migrations against the already-open connection (no URL parsing), matching how the other services already worked. Windows installs reach a running stack.
Changed: agp-identity, agp-registry. The other DB services (audit, approval, behavior-profile) were already using the connection-based migrator and gained regression tests.
Upgrading from v0.0.5
agp fetch all
agp restart allInstall (testers, macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/getraksha/agp/main/install.sh | sh
agp init
agp fetch all
agp start all
agp setup --agent-id my-agent --client claude-desktopPlatforms
macOS (arm64, amd64) · Linux (amd64, arm64) · Windows (amd64, arm64 — experimental)
Windows is still experimental and not yet exercised end-to-end in CI, but this release clears the first blocker to a working stack on Windows.
Verify
All assets are listed with SHA-256 checksums in SHA256SUMS and manifest.json; the CLI and install script verify checksums automatically.