Back to Projects
ai
2025

NanoClaw - AI Agent on Raspberry Pi

NanoClaw is an open-source, secure AI agent framework (~3,900 lines across 15 files) that I deployed on a Raspberry Pi 3 collecting dust in a drawer. It runs as a Discord bot with a distinct personality, scanning grocery receipt photos, extracting every line item (merchant, quantity, price per kg, total), and storing everything locally in SQLite. No cloud. No subscription. Send a receipt photo on Discord and she replies with witty commentary like 'Two kinds of onions and two bags of rice - you were PREPARING for something' while quietly building a price-per-kg database across every shop. It tracks most-bought items, spending patterns, hall-of-fame moments, and acts as a personal inflation tracker built from actual receipts, not government averages. Costs ~$1/month to run. Your data never leaves your desk.

NanoClaw - AI Agent on Raspberry Pi
Technologies

Frontend

Backend

Python
Discord.py
OpenAI API

Database

SQLite

Tools

Raspberry Pi 3
NanoClaw Framework
Challenges
  • Running a capable AI agent on a Raspberry Pi 3 with only 1GB RAM
  • Accurately extracting line items from grocery receipt photos via OCR
  • Giving the agent a genuine personality beyond generic assistant responses
Solutions
  • Deployed and customized NanoClaw on a Raspberry Pi 3 for grocery receipt scanning
  • Configured the agent with a distinct personality and witty contextual responses
  • Built a price-per-kg tracking system stored locally in SQLite
Key Outcomes & Impact

Runs 24/7 on a $35 Raspberry Pi 3 for ~$1/month with all data stored locally

Built a personal inflation tracker from real receipts across multiple shops

Tracks spending patterns, most-bought items, and price changes over time

Other Projects

Paperclip - AI Company OS
Paperclip - AI Company OS

Explored Paperclip - an open-source orchestration platform for zero-human companies where AI agents (CEO, engineers, marketers, QA) collaborate autonomously.

View Project
OpenClaw
OpenClaw

Explored OpenClaw - the fastest-growing open-source operating system for agentic AI systems, enabling developers to build autonomous agents.

View Project