AI Agent Governance
AI agents run inside containers. cella gives operators real-time visibility into what those agents are doing — every syscall, every API call, every byte.
A terminal-native control plane for LXD/LXC and Docker containers — real-time metrics, syscall tracing, HTTPS interception, security policy engine, and inference observability for AI agent workloads.
Purpose-built for the agentic AI era.
AI agents run inside containers. cella gives operators real-time visibility into what those agents are doing — every syscall, every API call, every byte.
Transparent HTTPS interception reveals exactly which external APIs your containers call, how often, and at what cost — without modifying the workload.
A single static binary. No web server, no database, no YAML. SSH in, run cella, and you have full control. Works on any Linux box with LXD or Docker.
From lifecycle operations to deep security observability.
CPU, memory, RX/TX, and disk I/O with live sparklines and per-CPU detail.
Passive bpftrace visibility + active LXD BPF blocking with operator approval.
Transparent MITM via nftables REDIRECT, HTTP/2 aware, with CA auto-injection.
RPM/TPM/tokens/cost across 27+ models (OpenAI, Anthropic, Gemini, Copilot).
Route APIs to local/alternative backends (OpenAI → Ollama, Copilot → NVIDIA).
Seccomp, AppArmor, egress controls, DNS monitor, plus policy export/import.
How cella connects the pieces.
┌─────────────────────────────────────────────────────────────────┐
│ cella TUI (Go) │
│ Dashboard · Exec · Logs · Trace · Policy · Audit · Routing │
├────────────┬──────────────┬─────────────────┬──────────────────┤
│ LXD REST │ Docker API │ bpftrace │ nftables + MITM │
│ (unix) │ (unix) │ (syscall trace) │ (HTTPS proxy) │
├────────────┴──────────────┴─────────────────┴──────────────────┤
│ cgroup v2 metrics · /proc · netlink · BPF │
├────────────────────────────────────────────────────────────────┤
│ Linux Kernel │
└─────────────────────────────────────────────────────────────────┘
Pick the doc type by your current need.
Single binary, SSH-ready workflow.
Fetch the latest release binary.
curl -Lo cella https://github.com/fourdollars/cella/releases/download/latest/cella_linux_amd64 && chmod +x cellaUse sudo (or appropriate runtime group permissions).
sudo ./cellaInside TUI: open Audit panel, then setup proxy.
# In cella TUI: A → pRequires Go 1.20+.
git clone https://github.com/fourdollars/cella && cd cella && go build -o cella ./cmd/main.goWhat you need to run cella.
Any modern Linux with cgroup v2. Tested on Ubuntu 22.04+, Debian 12+.
LXD 5.0+ and/or Docker 24+. At least one runtime must be available.
Root or sudo access for cgroup metrics, bpftrace, and nftables proxy setup.
Compact key map for daily workflow.