Index / AndyClaw · updated Aug 17, 2026
AndyClaw
EthereumPhone/AndyClaw · healthy · rank 37 of 43 by stars
An Android-native OpenClaw alternative with deep crypto wallet integration and a dual-mode architecture that unlocks privileged device control on ethOS. Actively maintained with frequent AI-assisted commits, it targets the dGEN1 hardware ecosystem while remaining usable on any Android device.
Facts
Repository
Runtime
Posture
Community
Security breakdown
Composite 65 / 100 · how these are scored
higher is safer
higher is safer
higher is safer
higher is safer
higher is riskier
Model access
Read from the repository, not written by a model · 55 files examined
2 providers · runs locally · gateway support
Pinned models
None pinned in the repository.
Evidence
Decision
Why choose AndyClaw over OpenClaw?
Why choose this
- Native Android APK with no Node.js dependency — runs directly on mobile hardware
- Privileged mode on ethOS unlocks wallet transactions, XMTP messaging, and full device control without API keys
- Integrated local LLM (Qwen2.5-1.5B) with GGUF management — works fully offline
Tradeoffs
- Android-only — no desktop, web, or multi-platform support unlike OpenClaw's cross-platform reach
- No multi-channel messaging integration (WhatsApp, Telegram, Discord, etc.) — OpenClaw supports 10+ channels
- Much smaller community and plugin ecosystem compared to OpenClaw's 30k+ stars and established skill marketplace
Best fit
- dGEN1/ethOS users wanting a deeply integrated on-device AI agent with wallet control
- Android power users comfortable granting broad device permissions to an AI assistant
- Developers exploring autonomous agent loops with crypto transaction capabilities
Avoid if
- You need cross-platform support beyond Android — this is Android-only
- You're uncomfortable granting an AI shell access, SMS, contacts, and camera permissions
- You want a mature plugin ecosystem — ClawHub skills are community-made and emerging
High confidence in technical architecture and feature set based on detailed README and extensive commit history. Reddit search results are entirely false positives (baseball, Pokémon, Fortnite) — zero relevant community sentiment data, so community_sentiment is set to 0. Web search results are about OpenClaw itself, not AndyClaw, providing no independent validation.
AI layer reviewed Aug 2, 2026 · how this is written
Star activity
92 stars today
Overview
Overview
AndyClaw is an open-source AI assistant for Android built by Freedom Factory, the team behind the dGEN1 phone and ethOS. It ships as a single APK and operates in two distinct modes: privileged mode on ethOS devices (dGEN1) and open mode on stock Android. The architecture is an agentic tool-use loop — the AI can chain up to 20 tool calls per request, enabling complex multi-step tasks like checking battery status, looking up a contact, sending them a message, and logging the result in a single turn.
Core Architecture
The agent loop is powered by a pluggable LLM backend. In open mode, users can run the bundled Qwen2.5-1.5B model locally via a custom Llamatik fork, or bring their own API key for OpenRouter, tinfoil.sh, or any OpenAI-compatible endpoint (Ollama, LM Studio, vLLM, LocalAI). The privileged ethOS mode authenticates via wallet signature — no API key needed — and unlocks wallet integration across Ethereum, Optimism, Polygon, Arbitrum, and Base, plus XMTP messaging, full device control, and an autonomous sub-account wallet for AI-managed micro-payments.
Unique Differentiators vs OpenClaw
Where OpenClaw is a cross-platform, multi-channel assistant framework (Node.js, 10+ messaging channels, desktop/web/mobile), AndyClaw is laser-focused on Android with crypto-native features. Its heartbeat system — an autonomous background pulse that wakes the AI periodically — is OS-managed on ethOS (no foreground service needed) and falls back to a foreground service on stock Android. The project also includes ClawHub for community-made skills, long-term memory across sessions, and Termux integration for shell command execution. Recent commits show active hardening of backup/restore atomicity, GGUF model management via binder IPC, and provider-aware error labeling — all co-authored by Claude Opus, indicating heavy AI-assisted development.