01 / OBSERVE
Root supervisor
Observes local Linux processes and matches only qualified workload identities.
Lumi Eggcracker is a native Linux kill tool for unapproved supported local-AI workloads. It terminates the captured workload tree, proves that tree is empty, and leaves a bounded receipt.
The release keeps workload recognition separate from the deterministic kill path, then records the exact bounded result.
01 / OBSERVE
Observes local Linux processes and matches only qualified workload identities.
02 / DECIDE
A complete supported match without its exact root approval becomes a kill condition.
03 / CONTAIN
Uses held pidfds and direct cgroup-v2 cgroup.kill.
04 / RECEIPT
Writes a bounded local receipt only after the owned hierarchy is empty.
Start with Eggcracker's read-only compatibility check on a disposable supported native Ubuntu host. Do not begin on a workstation, shared server, production host, or machine carrying private data.
git clone https://huggingface.co/spaces/noqt/eggcracker cd eggcracker sudo /usr/bin/python3 -I -S scripts/first_kill.py \ --operator "$USER" \ --preflight-only
Names alone never trigger a kill. These are the four qualified content/topology profiles carried by the current public release.
Eggcracker is intentionally a kill switch, not an alerting dashboard, universal AI detector, sandbox, or EDR replacement.