Skip to content

ndburn/SITU-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SITU Agent

Nothing Leaves the Room.

An open-source AI agent that runs entirely on your hardware, in an isolated environment, with no network access. Containers ensures complete privacy of your code and data.

License: MIT Runs Locally Isolated Podman

Website  ·  Knowledge Base  ·  Install Guide


Why SITU?

Most AI coding tools ship your source code to a cloud endpoint. They promise not to train on it. They promise not to leak it. They promise their employees can't read it.

SITU doesn't ask you to trust a promise.

The agent runs inside an isolated container on an internal network with no external routes. There is no socket to the outside. No DNS upstream. No gateway. The kernel itself enforces the boundary — not a privacy policy, not a checkbox, not a vendor's word.

If the network doesn't exist, your code can't leave through it.


What You Get

100% Local Runs on your own hardware with your own models. Zero cloud dependency.
Kernel-Enforced Isolation The agent container runs on an internal network with no external routes. Isolated by construction.
Open Source Every container definition and shell script — MIT licensed, fully auditable.
Model-Agnostic Drop in any OpenAI-compatible model: Gemma, Llama, Mistral, Qwen
Two Modes RESTRICTED for full isolation (default setting), or NETWORK to point at an external LM server.
Audit Run --test to confirm the hardening and isolation: checks the LM server is reachable and that external HTTP, HTTPS, DNS, and raw TCP are all blocked.

Who It's For

Developers whose code cannot be sent to the cloud:

  • Finance, defense, legal, biotech, healthcare, government
  • IP-sensitive teams under NDA, export control, or regulatory constraints
  • Anyone who wants their work to stay on their machine — full stop

Get more information at https://www.situagent.com

About

SITU Agent — local, network-isolated AI coding agent running in a Podman pod. --network=none enforced by the OS kernel. No cloud, no telemetry. MIT licensed.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors