License: MIT Platform: Android Powered By: Ollama
OpenClaude Android Screenshot

📱 OpenClaude Android (Ollama Edition)

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.

✨ Features

Powerful capabilities designed for autonomous Android control

Local LLM Support

Run high-performance models locally using Ollama — no cloud required, full privacy.

Autonomous UI Control

The AI can "see" your screen and simulate taps, swipes, and typing using Shizuku and UIAutomator.

Hardware Integration

Control WiFi, Battery, Camera, and Volume directly through the AI chat interface.

1-Click Setup

Fully automated Termux environment configuration — get started in minutes.

🛠 Prerequisites

To use the "God-Mode" hardware features, install the following:

1

Termux

Install from F-Droid or GitHub. Do not use Play Store version.

2

Termux:API

Install from F-Droid to allow hardware sensor access.

3

Ollama

Must be installed (pkg install ollama) and running (ollama serve) in a separate Termux tab.

4

Shizuku (Recommended)

Required for autonomous UI interaction without root. Enables secure bypass of Android application sandbox. Get it on Google Play

⚙️ Shizuku Configuration

Required for system-level control without root access

Get Shizuku on Google Play
1

Install Shizuku

Download from the Google Play Store.

2

Enable Developer Options

Tap "Build Number" 7 times under Settings > About Phone.

3

Enable Wireless Debugging

Inside Developer Options, toggle on Wireless Debugging.

4

Pair & Authorize

Open Shizuku → Pairing → follow instructions using Android pairing code.

5

Start Service

Tap Start to initiate the background service.

🦙 Ollama Installation

Install and run Ollama in Termux

termux • ollama setup
termux-setup-storage pkg install ollama ollama serve

🚀 One-Line Installation

Automated setup for OpenClaude Android (Leaked ClaudeCode)

termux • full install
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.

⚙️ How to Use

Start your autonomous AI agent

$ claude
⚠️ Disclaimer

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.

Copied to clipboard!