Android Environment
Install, launch and sign in
Apps live inside the persistent Android emulator. AURA can search Google Play, learn each app, and reuse saved routes later.
Find an Android app
AURA opens the Play Store inside the emulator. Pressing Install is treated as a consequential action and needs confirmation when done by voice.
Secure sign-in vault
On Windows, values are encrypted with DPAPI and never sent to Qwen. AURA only sees slot names such as username or password.
Installed apps
Launch directly or tell AURA what you want done.
AURA’s persistent state tree
This is the fast layer in front of Qwen: live variables, notifications, app screens, learned transitions and reusable routes. Qwen itself is stateless between planner turns; this tree is the memory.
Action Tree files
Export this file to review or send for debugging. Import/Replace restores a reviewed tree. Reset removes learned routes/habits but keeps AURA’s built-in Android skills. A local backup is created before import/reset.
Priority context
Live variables
Connected app state trees
Each app remembers screens, learned actions and reusable routes. New layouts create new branches instead of overwriting working knowledge.
Action Tree Map
Green roots are pre-trained Android skills. App screens and verified routes grow automatically as AURA learns.
Route details
Recent events
Persistent Android + local AI
Android emulator
Repair restarts the same persistent AVD only when needed. Performance mode reduces animation overhead and prefers hardware-accelerated emulator settings. It does not use -wipe-data.
AURA Android Companion
The companion provides AccessibilityNodeInfo trees, semantic text entry and notifications over an Android-loopback server reached only through ADB forwarding.
Local AI
Python owns the persistent context and control loop. Qwen receives a fresh, bounded state snapshot for each planner turn and keeps no conversation history between turns; model weights stay warm only for speed.
Voice
Speaker familiarity helps ignore background speakers. Acoustic delivery cues can tune interaction pacing, but AURA does not infer emotions from a voice.
Runtime Doctor
Deep checks test ADB, Android boot/display, screen streaming, the companion bridge and an actual structured Qwen response.
Remote portal safety
Hugo OS should expose only HTTPS through its reverse proxy. The emulator, ADB, Ollama and companion ports remain loopback/local and are never forwarded directly to the internet.