scoot // pure-zig agent runtime
[ boot ] mapping local state .... ok
[ boot ] loading policy gates ... ok
[ boot ] opening react loop ..... ok
press any key to enter_
scoot // daemon
local-first · auditable · no plaintext secrets

scoot

A lightweight AI agent daemon & CLI, written in pure Zig.

One small binary runs a defensive ReACT loop: ask the model for a single structured step, validate it, pass it through execution policy, run the tool, and record every move as auditable local state. No GUI. No protocol sprawl. No unvalidated model output.

~ one binary 0 dependencies guarded · readonly · unrestricted jsonl audit log
~/.scoot — react loop ● live

      

react loop · execution trace

  • 01 reason
  • 02 validate
  • 03 policy
  • 04 execute
  • 05 audit
  • 06 observe