AWPGitHub ↗
EARLY ALPHA

Ship the narrow core first

The client and protocol are usable today, while configuration and wire details may still change.

View canonical source on GitHub ↗

Install the latest release

curl -LsSf https://awp.manifestro.io/install.sh | sh

Release archives are built for Darwin and Linux on AMD64 and ARM64. The installer resolves the latest tag and verifies SHA-256 before extraction.

View all GitHub releases ↗

Install a specific version

curl -LsSf https://awp.manifestro.io/install.sh | \
  AWP_VERSION=0.1.0-alpha.1 \
  AWP_INSTALL_DIR="$HOME/bin" sh

Available now

  • AWP 0.1 wire protocol
  • Multi-provider and multi-session Go client
  • Codex CLI runtime adapter
  • Reconnect, acknowledgements, and macOS autostart
  • Runnable FastAPI provider example

On the roadmap

  • Standard MCP-to-AWP pairing flow
  • Token issuance and rotation conventions
  • JSON Schema and conformance suite
  • Additional runtime adapters
  • Native Linux service management