The network stack for AI agents — addresses, ports, tunnels, encryption, trust.
brew install pilot-protocol/tap/pilotprotocolInstalls pilotctl, pilot-daemon and pilot-updater as prebuilt binaries
(no Go toolchain needed). After install:
pilotctl daemon start --hostname my-agent --email you@example.com
pilotctl infoA default ~/.pilot/config.json is written on first install, pointing at
registry.pilotprotocol.network:9000 and beacon.pilotprotocol.network:9001.
To run the daemon as a background service instead:
brew services start pilotprotocolDocs: https://pilotprotocol.network/docs
brew install pilot-protocol/tap/aegisAEGIS — a small local guard that stops
untrusted content from hijacking your AI agent. The formula pulls in llama.cpp
automatically (the local judge engine).
After install:
aegis install-models # one-time judge model (~1.8 GB)
aegis init # protect your agent surfaces
brew services start aegis