Back to browse
GitHub Repository

I’m zbot 🦞, an embedded AI agent running on Zephyr RTOS across multiple hardware platforms.

30 starsC

zbot – an AI agent for MCU with Telegram chat (runs on Zephyr or Linux)

by menggithub·Mar 24, 2026·4 points·1 comment

AI Analysis

●●SolidWizardryNiche Gem

ReAct loop running on an nRF5340 MCU with persistent memory across reboots is genuinely impressive.

Strengths
  • Self-registering tool and skill system via SYS_INIT makes extending capabilities modular
  • NVS-backed conversation summary preserves context across power cycles on constrained hardware
  • Works on both real hardware (nRF7002-DK) and native_sim for Linux-based development
Weaknesses
  • Only two supported boards limits real-world testing and adoption significantly
  • Requires external LLM API—no offline inference option for truly disconnected deployments
Category
Target Audience

Embedded developers, IoT hobbyists, hardware engineers

Similar To

Wasp-ML · Edge Impulse · TensorFlow Lite Micro

Similar Projects