Run an autonomous, hardware-aware AI agent directly on your Android device. This version is modified to run locally via Ollama with full "God-Mode" hardware control.
Powerful capabilities designed for autonomous Android control
Run high-performance models locally using Ollama — no cloud required, full privacy.
The AI can "see" your screen and simulate taps, swipes, and typing using Shizuku and UIAutomator.
Control WiFi, Battery, Camera, and Volume directly through the AI chat interface.
Fully automated Termux environment configuration — get started in minutes.
To use the "God-Mode" hardware features, install the following:
Install from F-Droid or GitHub. Do not use Play Store version.
Install from F-Droid to allow hardware sensor access.
Must be installed (pkg install ollama) and running (ollama serve) in a separate Termux tab.
Required for autonomous UI interaction without root. Enables secure bypass of Android application sandbox. Get it on Google Play
Required for system-level control without root access
Get Shizuku on Google PlayDownload from the Google Play Store.
Tap "Build Number" 7 times under Settings > About Phone.
Inside Developer Options, toggle on Wireless Debugging.
Open Shizuku → Pairing → follow instructions using Android pairing code.
Tap Start to initiate the background service.
Install and run Ollama in Termux
termux-setup-storage
pkg install ollama
ollama serve
Automated setup for OpenClaude Android (Leaked ClaudeCode)
pkg update -y && pkg upgrade -y && pkg install curl -y && \
curl -sL https://raw.githubusercontent.com/ghost-nexon/openclaude/main/install.sh -o ~/install.sh && \
chmod +x ~/install.sh && bash ~/install.sh
💡 Tip: This command updates your system, downloads the setup script, and configures everything automatically.
Start your autonomous AI agent
This project is for educational and research purposes only. Use "Limitless Mode" with caution as it allows the AI to execute commands on your device autonomously. Always review commands before execution in production environments.