Terminal UI for inspecting aflock sessions, replaying Claude Code sessions against policies, and live-watching agent sessions.
bash <(curl -s https://raw.githubusercontent.com/manzil-infinity180/aflock-tui/main/install.sh)
Part of the aflock ecosystem — cryptographically signed policies for constrained AI agent execution
s in replay mode.--live auto-discovery.Navigate sessions with j/k, press Enter to inspect, Tab to switch tabs, a for attestations, t for JWT.
aflock-tui
Replay a Claude session against a policy. Uses aflock replay --format json under the hood.
aflock-tui replay session.jsonl .aflock
Auto-discovers the most recent Claude session and tails it live. Run in one terminal, Claude Code in another.
aflock-tui watch --live .aflock
bash <(curl -s https://raw.githubusercontent.com/manzil-infinity180/aflock-tui/main/install.sh)
go install github.com/manzil-infinity180/aflock-tui@latest
git clone https://github.com/manzil-infinity180/aflock-tui.git
cd aflock-tui
go build -o aflock-tui .
Every release is signed with Sigstore cosign (keyless, GitHub OIDC) and includes SPDX SBOMs generated by syft. Select your platform to get the verify command:
cosign verify-blob \
--bundle aflock-tui_0.1.0_darwin_arm64.tar.gz.sigstore.json \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp "github.com/manzil-infinity180/aflock-tui" \
aflock-tui_0.1.0_darwin_arm64.tar.gz