LLM door on loopback
Proxy binds to 127.0.0.1:8788. Agent LLM calls route through BARZEL before reaching upstreams such as openrouter.ai and api.anthropic.com.
Private preview · independent
A lightweight host policy agent for AI agents. It stands as an LLM door on your machine, classifies traffic, and denies what should not pass — fail-closed by design.
BARZEL sits on loopback as the LLM door for agent traffic. Every request is judged — classify or deny — and unclassified traffic never silently passes.
Proxy binds to 127.0.0.1:8788. Agent LLM calls route through BARZEL before reaching upstreams such as openrouter.ai and api.anthropic.com.
A deterministic pre-filter plus an LLM judge scores prompts and completions for injection, exfiltration, and jailbreak patterns. Fail-closed — never pass through unclassified traffic.
Default posture is observe. Host mutation stays off until you opt in. Mac Hermes pilot runs with BARZEL_ENFORCE=0 so you can see before you act.
Not every host needs the same risk. Watch, Guard, and Fortress make the tradeoff explicit — capability sets, not buried flags.
Watch
Guard
Fortress
Linux-oriented today. Not for daily-driver machines — misconfiguration can lock you out of the host.
Policy posture is visible, not magical. Enforcement is dual-gated so a tier change never silently turns mutation on.
LLM, DNS, and egress doors fail closed. If the judge cannot classify, the request does not pass. Process and NIC stay fail-open unless Fortress-class controls are intentionally enabled.
Setting a tier alone does not activate host mutation. Enforcement requires both policy mode and an explicit env flag (for example BARZEL_ENFORCE=1). Pilot default remains BARZEL_ENFORCE=0.
A local console shows traffic volume, denies with reasons, and an audit trail of actions — one pane for operators, read from the host that runs the door.
Designed around real agent paths to openrouter.ai and api.anthropic.com. The door judges what agents send and receive on the host you control.
Private preview. Independent host policy agent. Install and access are invite or pack based — no public package registry install URL.
Single-host posture for AI agent traffic and optional host actions. Not a fleet SIEM, not a cloud CNAPP.
Observe first. Fortress-class network controls are for hardened or disposable Linux hosts — documented caveats, not silent upsell.
BARZEL ships Watch-first. Source lives in a private repo. No public install URL, no API keys on this page.
Private preview for design partners and operators running AI agents on a host you control.
Request early access127.0.0.1:8788127.0.0.1:8791BARZEL_ENFORCE=0github.com/f-o-x11/barzel# Mac Hermes pilot posture (illustrative)
# BARZEL_ENFORCE=0 observe, no host mutation
# door listens on 127.0.0.1:8788
# judge classify / deny · fail-closed