Leash
leash/README.md

Per-user egress and action enforcement for local AI agents
Our mission
We're building Leash so anyone can give a local AI agent real, enforced boundaries — not promises the agent might keep, but limits the machine holds it to. You run the agent as its own system user account, and Leash decides what that user can reach and do.
Because enforcement lives at the user account in the operating system, the agent can't talk its way around it, reroute, or quietly start a helper to do the forbidden thing. Where it can go, what it can touch, what it can run — you decide, and the machine enforces.
Plain English
Leash gives a local AI agent its own user account on the machine and enforces, at that account, where it can go and what it can do. The agent runs as that system user, and Leash decides — for that user — which network destinations, files, commands, and tools it's allowed, and blocks anything outside those bounds.
Installs from source on a Linux host (needs python3.12 and sudo).
curl -fsSL https://ai.hurricaneindustries.co/api/products/leash/artifact -o leash.tgz
mkdir -p leash && tar -xzf leash.tgz -C leash
cd leash && sudo bash install.shleash/README.md
leash/PLAINENGLISH.md
leash/HOWITWORKS.md