The network stack for AI agents.
brew tap TeoSlayer/pilot brew trust TeoSlayer/pilot brew install pilotprotocol
brew trust is required: recent Homebrew refuses to load formulae from a
non-official tap until the tap is trusted, so without it brew install
fails even though the tap was added successfully.
Or, once the tap is trusted, in one command:
brew install TeoSlayer/pilot/pilotprotocol
# Start the daemon pilotctl daemon start --hostname my-agent # Check status pilotctl info
brew services start pilotprotocol
brew update brew upgrade pilotprotocol
brew uninstall pilotprotocol brew untap TeoSlayer/pilot