

Built a terminal AI assistant that runs entirely on Android via Termux — no desktop needed
I built an AI dev assistant that runs entirely on your Android phone via Termux
Most AI coding tools assume you're at a desktop. I wanted to see how far I could push mobile-native development.
ARIA is a terminal AI assistant built specifically for Android/Termux workflows — runs completely on your phone, no desktop needed.
The problem it solves: Generic AI assistants give you desktop Linux answers when you're on Android. Wrong compiler (GCC vs Clang), wrong paths, wrong package manager commands. ARIA knows the Termux ecosystem specifically.
Features:
- Shell error analysis with Termux-aware context
- Slash command interface (
/fix,/ask,/watch,/models) - Offline knowledge base for common Android dev issues
- Guardian safety layer with risk scoring before dangerous commands
- Dynamic model switching across Gemma 4 variants
- Clipboard integration for one-tap command copying
Stack: Python · Google Gemma 4 · Rich · Click · Pydantic
All on-device via Termux. Free Google AI Studio API key is all you need.
GitHub: https://github.com/Alex72-py/aria-termux
Curious if other Android devs using Termux have run into the same frustrations — and what you'd want something like this to handle.