Tech Stack
SITU is assembled from well-established open-source components. Nothing proprietary, nothing hidden — every piece can be audited directly.
Dependencies
The table below lists the software that SITU bundles or depends on, along with the author and license for each component.
| Tool | Author | License |
|---|---|---|
| pi-mono — coding agent | Mario Zechner | MIT |
| llama.cpp — LLM inference engine | Georgi Gerganov | MIT |
| Podman or Docker — container engine | Red Hat / Docker Inc. | Apache 2.0 |
| Node.js — agent runtime | OpenJS Foundation | MIT |
| fd — fast file finder | David Peter | MIT |
| ripgrep — fast code search | Andrew Gallant | MIT |
Related
- Introduction — how container network isolation makes SITU a private AI coding agent by design.
- Configuration Reference — the
LLAMA_IMAGEparameter for switching between CPU and CUDA inference backends. - Benchmark — measured local LLM inference performance across hardware configurations.