h-uman — almost human.
almost human.
Bring AI to every device on Earth.
git clone https://github.com/sethdford/h-uman.git See it in action
The dependency
problem.
h-uman needs one thing: a CPU.
vs. leading AI agent frameworks
What's inside 1,750 kilobytes?
Every byte has a purpose. No runtime. No interpreter. No garbage collector. Just compiled C.
From data centers to five-dollar boards.
The same binary. The same config. Every device on the spectrum.
Swap anything. Lock in nothing.
Every subsystem is a vtable interface. Change any layer with a config edit.
Programs, not prompts.
HuLa is a typed intermediate representation that turns tool calls into composable, traceable, policy-checked programs. Eight opcodes. Automatic skill promotion.
{
"name": "deploy-review",
"root": "main",
"nodes": {
"main": { "op": "seq", "children": ["lint", "test", "deploy"] },
"lint": { "op": "call", "tool": "shell", "args": { "cmd": "npm run lint" } },
"test": { "op": "call", "tool": "shell", "args": { "cmd": "npm test" } },
"deploy": { "op": "call", "tool": "shell", "args": { "cmd": "npm run deploy" } }
}
} An ecosystem, not a walled garden.
Swap any provider, channel, or tool with a single config change. No vendor lock-in.
AI Providers
Cloud APIs and local models. Switch with one line of config.
Channels
One agent, every platform. Users message you where they already are.
Tools
Not a chatbot — an agent. Real access to your system.
Three commands. Zero dependencies.
Clone, build, run. No containers. No interpreters. No package managers.
A command center, not a status page.
Real-time stats. Live activity feed. Sparkline trends. All in under 2 MB.
Try the live demo — no installation required.
Built to a standard, not a deadline.
4,980+ tests. Zero ASan errors. Every allocation freed. Every path covered.
Tests
Unit, integration, and fuzz tests. Full suite runs in under 7 seconds. Zero flakes.
Memory Leaks
AddressSanitizer on every build. Every allocation tracked. Every byte freed.
Accessibility Score
WCAG 2.1 AA. Lighthouse 98+. Focus rings, keyboard nav, reduced motion — all built in.
Orders of magnitude smaller.
Not marginally better. Categorically different.
Smaller bars = better for size/memory/dependencies. Larger bars = better for providers/channels.
Ship your first agent in minutes.
Open source. MIT licensed. Under 2 MB. Runs on anything with a CPU.