Termyte is a minimal governance bridge for coding agents.
termyte init: starts browser-based device auth, saves the token in~/.termyte/config.json, and installs the MCP entry for the detected agent.termyte status: shows the local device ID, auth state, and runtime reachability.termyte exec -- <command>: runs a shell command through the governance pipeline.
execute: evaluate and run a shell command through Termyte governance.guard: evaluate a non-shell action and record the decision.
The bridge reads ~/.termyte/config.json on every authenticated request and sends:
x-termyte-device-idx-termyte-auth-token
If either value is missing, Termyte asks the user to run termyte init.