Hasty Briefsbeta

Bilingual

Zclaw – The 888 KiB Assistant

3 days ago
  • #AI agent
  • #ESP32
  • #firmware
  • zclaw is an ESP32-resident AI agent written in C, functioning as a practical assistant over Telegram or host relay.
  • Features include scheduling, GPIO control, memory management, and operating within a tight firmware budget.
  • Example commands: setting reminders, scheduling tasks, controlling GPIO pins, and storing memory notes.
  • The firmware has an 888 KiB cap, encompassing app code, ESP-IDF/FreeRTOS runtime, Wi-Fi, TLS/crypto, and cert bundles.
  • Breakdown of current default esp32s3 build shows zclaw app logic uses ~4.1% (34.9 KiB) of the total image size.
  • Total image size is 869,838 bytes (~849.6 KiB), under the 888 KiB limit.