Product Demo Video
The first local AI Agent with physical hands. Control your Desktop, Browser, and ESP32 Hardware without Cloud-Lockin. Native Windows Support.
Built on a modular FastAPI Orchestrator (Port 8000). The system uses the Model Context Protocol (MCP) to route tasks between isolated agents. Your local LLM (Ollama) drives a deterministic PydanticAI Agent for type-safe execution.
{
"mode": "local",
"model": "llama-3-8b",
"telemetry": false,
"offline": true
}
Direct hardware integration via Serial/USB or REST over WiFi. The local Python core creates a near-realtime mesh with your ESP32 nodes. No MQTT broker required—just direct, point-to-point control.
Includes the Flutter MCP Bridge (Port 8086). Connect your Android device to the OmniFlow Grid to sync notifications, health data, and clipboard content locally over your home network.
| COMPONENT | REQUIREMENT |
|---|---|
| OS Support | Windows 10/11
(Native) Linux / MacOS (Coming Soon) |
| Python | Version 3.10+ |
| Golang | Latest Stable |
| Dependencies | FFmpeg (Media), Nircmd (Automation) |