LOCAL-FIRST · ZIG · RUNTIME GUARDRAILS
Run AI agents through a local CLI that enforces policy, redacts secrets before persistence, writes tamper-evident local audit logs, and replays sessions without sending traces to Orca.
~/orca $ zig build -Doptimize=ReleaseSafe
~/orca $ zig build install
INSTALL ORCA PLUGIN IN SECONDS
claude plugin marketplace add christopherkarani/Orca
claude plugin install orca@orca --scope userThe orca CLI must be installed separately via zig build. Plugin installation assumes the CLI is already on your $PATH.
FEATURES
Enforces policy on commands, file access, networks, and tools — before your agent acts.
Removes secrets before persistence. Records tamper-evident audit logs with full session replay.
Native hooks and diagnostics for Codex, Claude Code, OpenCode, and OpenClaw. orca run provides the strongest protection.
Built-in security tests to measure your agent's risk posture. Score, report, and iterate.
UNWRAPPED COMMAND vs ORCA-MANAGED RUN
| Unwrapped command | Orca-managed run | |
|---|---|---|
| Policy enforcement | ✗ | ✓ |
| Secret redaction | ✗ | ✓ |
| Audit / replay | ✗ | ✓ |
| Plugin support | ✗ | ✓ |
Guardrails before the agent acts.
Orca routes supported agent commands, tool calls, and file/network decisions through policy checks, secret redaction, and tamper-evident local audit before supervised work reaches the runtime.
HOW IT WORKS
1. Build and install the Orca CLI:
zig build -Doptimize=ReleaseSafe
zig build install2. Wrap any agent command with orca run:
orca run --agent claude -- claude
# Orca intercepts the process:
# policy → redact → audit → execute3. Every operation passes through three guardrails:
Policy Engine
Commands, file access, network, and tools checked against deny-by-default rules
Secret Redaction
Secrets, keys, and tokens stripped before anything reaches disk or network
Audit & Replay
Tamper-evident local logs with replay for Orca-managed agent runs
Example session with orca run:
Plugin not required. orca run works with any tool — the plugins just add deeper integration for diagnostics and lifecycle hooks.
LOCAL GUARDRAILS
CAPABILITIES
Runs locally
Policy files live in your repo
Audit logs stay on your machine
CI mode supported
Orca is purpose-built for local agent workflows: supported commands, tool calls, and file/network decisions are checked before supervised work reaches the runtime. No hosted monitoring, cloud sync, or telemetry upload is required for license verification.
Get started with Orca in minutes. Open source, local-first, and built for the agent ecosystem.