Three AI agents, one desktop, zero cloud - A self-hosted ReAct agent with 12 tools and real memory
by•
Most "AI agent" apps today fall into one of two camps:
1. **Thin chat wrappers** — they forward your message to an API and stream tokens back. No real tools, no file system access, no memory beyond the context window.
2. **CLI launchers** — they spawn `claude` or `codex` as a subprocess and forward the output. If you don't have those CLIs installed (or don't want to pay for their subscriptions), you get nothing.
**KinetAios is neither.**
At its core is **Direct Engine** (we call it "Kaios")

Replies