genlayerlabs/subzeroclaw

An agent small enough to run anywhere. A minimal agentic runtime in C — ~380 lines, 54KB binary, ~2MB RAM. A skill file + an LLM + a shell loop, no framework.

133Stars on the repository
2Mods indexed here, across every type
10d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

genlayerlabs/subzeroclaw

Skill Claude CodeCodex

Develop SubZeroClaw — the single-file 550-line C agentic runtime. Load this before changing src/subzeroclaw.c or src/test.c: it carries the anti-framework thesis (the goal is NOT to grow), the code map (the loop, config, the shell tool, async compaction), what will and won't be merged, and the build/test loop. To…

133 10d ago A 100 tokens original MIT

subzeroclaw-use

02

genlayerlabs/subzeroclaw

Skill Claude CodeCodex

Run and operate SubZeroClaw — the 550-line C agentic daemon (skill.md + LLM + shell + loop). Load this to build it, configure it (/.subzeroclaw/config), write an agent skill, run a task, wire it to an unhardcoded router for routing/cache/compaction, or run it as a systemd service with credential isolation. WARNING: it…

133 10d ago D 109 tokens original MIT