Hi everyone,
I’ve just updated the AI Agent Host project to run perfectly on the Raspberry Pi 4/5 (DietPi).
This is a fully agentic, self-hosted, Docker-based development environment where an AI agent can directly interact with multiple services without any middleware (no LangChain, LlamaIndex, AutoGPT, etc.).
Stack:
-
Code-Server – VS Code in the browser
-
QuestDB – High-performance time-series database
-
Grafana – Real-time visualization
-
Nginx – Reverse proxy & routing
What makes it different:
-
Claude Code runs inside the Code-Server container and talks directly to Code-Server QuestDB and Grafana over the internal Docker network.
-
Full terminal access — run SQL queries, update dashboards, edit code, orchestrate workflows — like a human developer.
-
Works out-of-the-box on Raspberry Pi 4/5 with DietPi.
Open Source Repo:
Feedback is welcome! If you need help, please create an issue or start a discussion on the GitHub repo.