Android Node
/install android-node
android-node
Turn any Android phone into an inference compute node for your AI agent.
What it does
Provisions Android phones as Ollama inference endpoints. Any phone running Termux becomes a worker your agent can route jobs to — no cloud, no subscription, no special hardware. The phone on your desk, the spare in your drawer, all of them.
How it works
- Phone runs Ollama via Termux (setup takes ~5 minutes)
- Pi/server connects to phone over local WiFi
phone_nodes.pymanages discovery, health checks, and failover- Router dispatches inference jobs to healthy nodes automatically
Setup
On the phone (run in Termux)
curl -s https://albionwakes.com/phone_setup.sh | bash
bash ~/start_node.sh
On your server (register the phone)
python3 phone_nodes.py register myphone 192.168.1.42
python3 phone_nodes.py status
Router integration
import phone_nodes
# In your provider dispatch:
elif provider == 'phone':
return phone_nodes.call(messages)
Node registry
Stored in ~/albion_memory/phone_nodes.json:
[
{"name": "pixel6", "url": "http://192.168.1.42:11434", "model": "qwen2.5:0.5b", "enabled": true}
]
Default model
qwen2.5:0.5b — 394MB, runs on any phone with 1GB+ free RAM. Fast.
Swap for qwen2.5:1.5b (1GB) or llama3.2:1b (1.3GB) if the phone has headroom.
Files
phone_nodes.py— node registry, health checker, inference callersetup.sh— Termux provisioning script (run on phone)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install android-node - After installation, invoke the skill by name or use
/android-node - Provide required inputs per the skill's parameter spec and get structured output
What is Android Node?
Convert Android phones running Termux into local Ollama inference nodes for AI task processing without cloud or special hardware. It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.
How do I install Android Node?
Run "/install android-node" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Android Node free?
Yes, Android Node is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Android Node support?
Android Node is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Android Node?
It is built and maintained by albionaiinc-del (@albionaiinc-del); the current version is v1.0.0.