This workshop aims to teach participants how to use a limited resources device, such as the Arduino Uno Q to create and use a portable Local AI Agent, by implementing Linux Commands inside the board’s Linux terminal.
In addition participants will have an “Open-Eye” on many different aspects of AI and AI agents implementation, Linux Commands and Arduino Uno Q capabilities.
How to download and install Arduino AppLab
How to Connect Arduino Uno Q board using Cable or WIFI
How to Access the board’s Linux Terminal
How to Create and Navigate folders/directories using Linux Commands
How to Download required files using Linux Commands
How to Create Executable files using Linux Commands
How to Run and Use the newly created Local AI Agent using Linux Commands
This Session Depends a lot on discussion with participants to enrich their curiosity
A quick introduction about us and a way to break the Ice with the participant in order to engage with them in indirect way just to make a conversation and then a question to start the session.
Introduction & Icebreaking
Introduce yourself and Studio5.
Ask about AI (Ice breaking).
What is AI?
Artificial Intelligence (AI) is the ability of computer systems to perform tasks that usually require human intelligence, such as learning, problem-solving, understanding language, and making decisions, by processing data and recognizing patterns to adapt and improve performance without constant human intervention
ما هو الذكاء الاصطناعي؟
الذكاء الاصطناعي هو قدرة أنظمة الحاسوب على أداء مهام تتطلب عادةً ذكاءً بشريًا، مثل التعلم وحل المشكلات وفهم اللغة واتخاذ القرارات، وذلك من خلال معالجة البيانات والتعرف على الأنماط للتكيف وتحسين الأداء دون تدخل بشري مستمر.











Full Code:
mkdir localAgent
cd localAgent
curl -LO https://github.com/mozilla-ai/llamafile/releases/download/0.10.0/llamafile-0.10.0
chmod +x llamafile-0.10.0
mv llamafile-0.10.0 llamafile
curl -LO https://huggingface.co/Mozilla/Qwen3-0.6B-llamafile/resolve/main/Qwen_Qwen3-0.6B-Q4_K_M.llamafile
chmod +x Qwen_Qwen3-0.6B-Q4_K_M.llamafile
./Qwen_Qwen3-0.6B-Q4_K_M.llamafile
Having trouble? Let us know by completing the form below. We'll do our best to get your issues resolved quickly.
"*" indicates required fields