OpenClaw Mobile Companion App Guide – Full Setup, Features & Tips

Complete guide to OpenClaw's mobile companion apps for iOS and Android. Learn how to set up, pair, and use OpenClaw on your phone with voice, camera, and chat features.

April 12, 2026openclawintegrations
OpenClaw Mobile Companion App Guide – Full Setup, Features & Tips

OpenClaw Mobile Companion App Guide – Full Setup, Features & Tips

The lobster way isn't just for desktops anymore. OpenClaw brings its powerful AI assistant capabilities to your mobile devices, letting you manage tasks, control your smart home, and stay productive from anywhere. This comprehensive guide covers everything you need to know about running OpenClaw on iOS and Android in 2026.

What is the OpenClaw Mobile Companion App?

The OpenClaw mobile companion app turns your smartphone into a powerful node in your personal AI assistant network. Unlike traditional apps that do everything on your phone, OpenClaw's mobile approach uses a Gateway-centric architecture—your phone connects to your main Gateway (running on macOS, Linux, or Windows/WSL2) and extends its capabilities remotely.

Think of it as a remote control that gives you access to your entire OpenClaw setup from anywhere. Your phone becomes an input device with access to cameras, microphones, and location services, while the actual AI processing happens on your always-on Gateway machine.

Why Use OpenClaw Mobile?

  • Access your AI from anywhere — Control your assistant whether you're at home or on the go
  • Rich input methods — Use voice commands, camera access, and screen sharing
  • Unified experience — Same assistant across all your devices via messaging platforms like WhatsApp and Telegram
  • Device pairing — Your phone becomes a trusted node in your OpenClaw ecosystem

Getting Started with OpenClaw Mobile

Before diving into setup, ensure you have:

  • An existing OpenClaw Gateway running on a always-on machine (macOS, Linux, or Windows/WSL2)
  • A smartphone running iOS 14+ or Android 10+
  • Both devices on the same network OR connected via Tailscale

iOS Setup

The iOS companion app is currently in active development. Here's how to get started:

  1. Download from TestFlight (when available) or build from source
  2. Install the OpenClaw Gateway on your primary machine if you haven't already
  3. Launch the iOS app and follow the pairing wizard
  4. Grant permissions for microphone, camera, and notifications when prompted

Key iOS Features:

  • Canvas for rich interactions
  • Camera access for visual tasks
  • Screen recording capabilities
  • Location services integration
  • Voice input and output

Note: The iOS app has not been publicly released on the App Store yet. Source code is available in the OpenClaw repository under apps/ios.

Android Setup

The Android companion app offers similar functionality with some differences in architecture:

  1. Download from Google Play or build from source using Java 17 and Android SDK
  2. Ensure your Gateway is running on your primary machine
  3. Install and launch the Android app
  4. Complete the pairing process to connect to your Gateway

Build from Source (Advanced Users):

git clone https://github.com/openclaw/openclaw
cd openclaw
./gradlew :app:assemblePlayDebug

Key Android Features:

  • SMS commands (when you grant SMS permission)
  • Camera integration for visual AI tasks
  • Voice input and chat
  • Canvas collaboration features
  • Device commands for automation

How Mobile Nodes Connect to Your Gateway

Understanding the connection architecture helps with troubleshooting:

Android/iOS App ←→ (mDNS/NSD + WebSocket) ←→ OpenClaw Gateway

Your mobile device connects directly to the Gateway WebSocket. For local network access, it uses mDNS/NSD for automatic discovery. For remote access via Tailscale, it requires a secure wss:// endpoint (not raw ws://).

Connection Options

MethodUse CaseSecurity
mDNS/NSDSame local networkAutomatic
Tailscale Serve/FunnelRemote access via TailscaleTLS required
Manual host/portFallback for custom setupsVaries

Setting Up Remote Access

For Android pairing from outside your home network:

# On your Gateway machine
openclaw gateway --tailscale serve

This creates a secure wss:// endpoint that Android can reach from anywhere.

Key Mobile Features Compared to Desktop

OpenClaw's mobile experience differs from desktop in several ways:

FeatureDesktop (Gateway)Mobile (Companion)
AI ProcessingFullVia Gateway only
Voice CommandsBuilt-inVia companion app
Camera AccessWebcamFull native access
SMS SendingNoAndroid only
Location ServicesNoiOS/Android
Screen RecordingLimitedFull (iOS)

What Mobile Does Better

  • Camera access — Use your phone's superior camera for visual AI tasks
  • Voice input — Natural conversation with voice commands
  • Location awareness — Geo-based automations and context
  • Always with you — Unlike your desktop, your phone is always on and reachable

What Desktop Does Better

  • Continuous uptime — Your Gateway machine can run 24/7
  • Multiple monitors — Better for complex multi-task management
  • File system access — Direct file manipulation
  • Heavy processing — GPU-accelerated tasks

Using OpenClaw Mobile via WhatsApp and Telegram

Perhaps the easiest way to use OpenClaw on mobile doesn't require installing any companion app at all. OpenClaw integrates directly with popular messaging platforms:

WhatsApp Setup

  1. Install OpenClaw and configure the WhatsApp channel
  2. Link your WhatsApp number during the pairing process
  3. Start chatting with your AI assistant directly from WhatsApp

Benefits:

  • No additional app installation
  • Works on any phone with WhatsApp
  • Rich media support (photos, voice notes, documents)
  • Group chat support

Telegram Setup

  1. Create a Telegram bot via BotFather
  2. Configure the Telegram channel in OpenClaw
  3. Start a conversation with your bot

Benefits:

  • Dedicated chat interface
  • Powerful bot capabilities
  • File sharing up to 2GB
  • Cross-platform sync

Tips for Getting the Most from Mobile

1. Enable Push Notifications

Don't miss important alerts—allow OpenClaw to send notifications for:

  • Calendar reminders
  • Flight check-ins
  • Email summaries
  • Custom automation triggers

2. Use Voice Commands Strategically

Voice is fastest for:

  • Quick questions while your hands are busy
  • Setting timers and reminders
  • Controlling smart home devices
  • Sending quick messages

3. Leverage Camera for Visual Tasks

Your phone camera can:

  • Scan documents for digitization
  • Identify objects for AI analysis
  • Read barcodes and QR codes
  • Capture receipts and invoices

4. Set Up Geofencing

With location services, create automations like:

  • "When I arrive home, dim the lights"
  • "When I leave work, check my calendar"
  • Location-based reminder triggers

Troubleshooting Common Mobile Issues

"Can't connect to Gateway"

Solutions:

  1. Verify both devices are on the same network
  2. Check that the Gateway is running (openclaw gateway status)
  3. Try restarting the Gateway: openclaw gateway restart
  4. For remote access, ensure Tailscale Serve is configured

"Voice commands not working"

Solutions:

  1. Check microphone permissions in phone settings
  2. Ensure the OpenClaw voice provider is configured
  3. Try typing a command first to confirm connectivity
  4. Restart the companion app

"Pairing fails"

Solutions:

  1. Delete existing pairings and start fresh
  2. Ensure you're using the latest version of both app and Gateway
  3. Check firewall settings on the Gateway machine
  4. For Android, try clearing app cache and data

"Commands execute but I don't get responses"

Solutions:

  1. Verify notification permissions
  2. Check that the channel (WhatsApp/Telegram) is properly configured
  3. Look at Gateway logs for execution errors
  4. Try a simple test command like "ping"

OpenClaw Mobile vs. Dedicated Chat Apps

You might wonder: should I use the companion app or just WhatsApp/Telegram? Here's the breakdown:

FactorCompanion AppWhatsApp/Telegram
InstallationSeparate app neededUses existing app
Voice featuresNative voice I/OText + voice notes
Camera accessDirect camera controlPhoto sharing only
Location servicesRich geo featuresLocation sharing
Offline capabilityLimitedMessages queued
Setup complexityHigherLower

Recommendation: Use WhatsApp/Telegram for simple text interactions. Install the companion app when you need voice, camera, or advanced mobile features.

The Future of OpenClaw Mobile

The OpenClaw team is actively developing mobile capabilities. Based on the open-source roadmap and recent commits:

  • iOS App Store release expected soon (currently in TestFlight)
  • Enhanced voice wake word functionality coming
  • Better offline support for message queuing
  • Expanded SMS automation on Android

Conclusion

OpenClaw's mobile companion apps extend your AI assistant beyond the desktop, giving you access to powerful automation from anywhere. Whether you use the native companion apps for rich mobile features or simply chat via WhatsApp and Telegram, OpenClaw keeps your personal AI assistant in your pocket.

The lobster way: powerful AI assistance, anywhere you go.


Frequently Asked Questions

Can I use OpenClaw on my phone without installing an app?

Yes! OpenClaw works through WhatsApp and Telegram—just configure the channel and chat with your AI assistant without any additional downloads.

Is the OpenClaw mobile companion app free?

Yes, both iOS and Android companion apps are open-source and free to build and use. You only need to run the OpenClaw Gateway on a compatible machine.

Does the mobile app work without internet?

Partial functionality is available offline—commands are queued and executed when connectivity returns. Real-time features require an active connection to your Gateway.

How do I improve voice recognition accuracy?

Ensure you're using a quality voice provider (like ElevenLabs or OpenAI) configured in your Gateway settings. Also, speak clearly and minimize background noise.

Can I control smart home devices from the mobile app?

Yes, when connected to your Gateway, you can control any smart home devices integrated with OpenClaw, including lights, thermostats, and more.


Ready to take OpenClaw on the go? Start with WhatsApp integration for the quickest path to mobile AI assistance.

Related Articles

Get new posts in your inbox

No spam. Unsubscribe any time.