GenieClaw is an open-source AI harness developed by GeniePod, written in Rust, specifically for agentic smart home applications. It emphasizes operating with limited context windows, making it suitable for resource-constrained devices such as single-board computers (SBCs) like the Jetson Orin Nano Super. The project aims to provide a private, local-first AI agent that handles prompt assembly, memory management, tool routing, smart home intent, safety policies, and channel adapters.
The latest release, v1.0.0-alpha.9, brings several key updates. It establishes Qwen3-4B Q4_K_M as the new default model, replacing Phi-4-mini, and integrates `genie-ai-runtime` as the default LLM backend for Jetson devices, while `llama.cpp` remains an option. Voice interaction has been refined, achieving approximately 4-second first reply latency on verified hardware configurations, and now includes Telegram voice ingestion. The release also features a robust CI pipeline for continuous integration and supply chain hardening, including updates for security advisories and codified license policies.