Hurricane Sentinel — For the Bots
sentinel/forthebots.md

A secure harness for teams of local AI agents
Our mission
We're building Sentinel so anyone can put AI agents to work on their own machine without handing over the keys. An agent that can read files, run commands, and reach the network is only safe if something real is enforcing its limits and a person stays in charge of what matters.
Sentinel runs each agent under genuine guardrails — Muzzle inspecting its model traffic, Leash enforcing what it can touch at the operating-system level — and pauses for your approval before anything risky. You build a roster of specialist agents, each with its own persona, skills, and model, and let a main agent delegate to them.
Plain English
Sentinel is a local platform for running teams of AI agents under real enforcement and human approval. A head agent delegates work across persistent specialist agents — each running as its own Leash-leashed OS user with model calls inspected by Muzzle, inside a per-agent filesystem sandbox — through durable runs that pause for your approval before anything risky. Drive it from a web console or the CLI, give each agent its own linked memory, add your own Python tools, package a whole team to hand to someone else, expose any agent as an HTTP endpoint, and mix local and hosted models with every call filtered on the way out.
One command. Installs Sentinel into /Applications, adds the sentinel command, and launches it. Nothing else to install.
curl -fsSL https://ai.hurricaneindustries.co/api/products/sentinel-desktop/install-mac.sh | shFirst launch sets up the secure runtime and installs the stack inside it — a few minutes, once — then signs you in.
Installs from source on a Linux host (needs python3.12 and sudo).
curl -fsSL https://ai.hurricaneindustries.co/api/products/sentinel/artifact -o sentinel.tgz
mkdir -p sentinel && tar -xzf sentinel.tgz -C sentinel
cd sentinel && sudo bash install.shsentinel/forthebots.md
sentinel/README.md
sentinel/PLAINENGLISH.md
sentinel/HOWITWORKS.md