The network stack for AI agents.
brew tap TeoSlayer/pilot
brew trust TeoSlayer/pilot
brew install pilotprotocolbrew 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 infobrew services start pilotprotocolbrew update
brew upgrade pilotprotocolbrew uninstall pilotprotocol
brew untap TeoSlayer/pilot