Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
OpenClaw_Termux — How to Install OpenClaw on an Android Phone and Control It via WhatsApp | Kitploit
Tools/GitHubGitHub/androidmalware/openclaw_termux
Android SecurityOSINT (Open Source Intelligence)Information GatheringMobile SecurityLearning & EducationRemote Access ToolLabs & Practice
GitHubandroidmalware/openclaw_termux

OpenClaw_Termux

How to Install OpenClaw on an Android Phone and Control It via WhatsApp

View Repository
324576 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

How to install and run OpenClaw on Android by installing Ubuntu inside Termux (no root), then launching the OpenClaw Gateway and chatting with it from WhatsApp, Telegram, or Discord.

openclaw running on Android.

Prerequisites (no root)

Android phone, Termux, Termux:API apps from F‑Droid (not from Google Play)

The one‑command installer

I followed Sagar Tamang’s guide and then wrapped all the steps in one script to make it as easy as possible. If you want to read Sagar’s original tutorial first, it’s here: Running OpenClaw Locally on Android: The Bionic Bypass.

Installation steps

Install wget and openssl to download installation script:

pkg install -y wget openssl

Download and run installer:

root@kitploit:~
wget https://github.com/androidmalware/OpenClaw_Termux/blob/main/install_openclaw_termux.sh
chmod +x install_openclaw_termux.sh
./install_openclaw_termux.sh

What it does: installs Ubuntu via proot-distro, enters Ubuntu, installs Node 22 + OpenClaw, runs openclaw onboard, and starts the Gateway. The process take couple of minutes. The script was generated using Copilot and tested.

My use case

I use it to analyze APKs I send over WhatsApp, make calls, read notifications, take photos, send SMS, and more via Termux APIs.

Watch the video

Download Tool