Privacy and local data
Termyte is local-first. It does not require signup or a cloud service, and it does not call an LLM in its decision path.Repository-local state
Stable check workflows use:~/.termyte/policy.yaml, or under
TERMYTE_HOME when configured.
Redaction
Termyte masks recognized secret-bearing command flags, secret-looking environment assignments, and common authorization values before persistence. Runtime records store environment variable keys rather than values. Redaction is pattern based. It reduces accidental secret persistence but cannot guarantee that every possible secret representation is removed.What may be recorded
Depending on the workflow, local state can include:- redacted command text;
- decisions and reasons;
- matched policy and memory;
- target summaries;
- runtime status and exit codes;
- stdout and stderr from experimental execution;
- environment variable names;
- agent and session metadata.