envoy: the CLI.envoy-mcp: the MCP adapter.
What The Installer Does
The installer:- detects the supported platform;
- downloads the matching
envoyandenvoy-mcprelease assets; - downloads
SHA256SUMSandSHA256SUMS.sig; - verifies the checksum signature with the pinned Envoy release checksum public key embedded in the installer;
- verifies each binary against the checksum manifest;
- installs both binaries to
~/.local/binby default; - prints PATH guidance and first commands.
Supported Platforms
The installer currently names macOS arm64 and Linux x86_64 with glibc as the supported public platforms. Use the signed installer as the primary public path unless another public package source has been verified for the exact release you intend to install.Install Directory
Default install location:$HOME/.local/bin
Override it only when needed:
curl -fsSL https://statecraft.fyi/install | bash -s -- --version vX.Y.Z.
macOS Gatekeeper
Envoy release binaries are checksum-verified by the installer. They are not claimed here to be notarized. If macOS blocks the first run after install:MCP After Install
envoy-mcp is inert until an MCP-compatible client starts it. Configure it
only when your agent runtime needs Envoy tools:
If Installation Fails
See Troubleshooting or contact [email protected]. If an agent is diagnosing the install, give it this instruction:- preserve the exact command and output;
- the platform and install directory;
- whether
envoyandenvoy-mcpalready resolve onPATH.