Running powerful LLMs on edge devices has long been a challenge, but this project demonstrates a significant leap: deploying a 35-billion-parameter model with RAG on a Raspberry Pi 5. This is not just a demo; it is a fully offline, local car AI.
The CarWatch system uses a Qwen3.6-35B-A3B model, achieving impressive generation speeds of 3.5 tokens/second and prompt processing at over 25 tokens/second on a modest 16GB Pi. It answers questions from the car’s 745-page owner’s manual with page citations, showcasing effective lexical RAG without any cloud dependency.
This project is a masterclass in optimizing LLM inference for constrained environments, offering critical insights for anyone building privacy-first or offline AI agents. It pushes the boundaries of what is possible with local, applied AI.



















