v9.20 - New Release

Android Automation
Ultimate Platform

Enterprise-grade Android remote control platform combining automation, reverse engineering, MITM capture, and AI Agent. 6+ years of continuous iteration, running stably on 83,000+ devices.

quickstart.py
from lamda.client import *

# Connect to device
d = Device("192.168.0.2")

# Click element by text
d(text="OK").click()
83,000+Active Devices
Android 6-16Version Range
99.9%Uptime SLA
6+ YearsBattle-tested
Core Capabilities

Beyond Automation

FIRERPA is the superset of Android tooling - automation, reverse engineering, and testing unified.

Remote Desktop

Browser-based real-time remote desktop with H.264/MJPEG encoding, touch controls, file transfer, clipboard sharing, and root terminal.

UI Automation

Powerful selector system supporting text, resourceId, description and more. Layout inspector, element traversal for effortless automation scripting.

MITM Capture

One-click global MITM with auto certificate and proxy setup. Real-time modification, per-app capture, upstream proxy for international capture. Seamless on Android 6-16.

Frida Integration

Built-in latest Frida with enhanced stealth patches. Hook RPC, data reporting (MQTT/AMQP), persistent scripts, spawn mode injection.

AI Agent / MCP

Built-in MCP server protocol and OpenAI tool-call support. Drive device operations with natural language. Works with Claude, Cursor, and any compatible client.

Network Management

HTTP/SOCKS5/Shadowsocks proxy, OpenVPN networking, Frp distributed deployment. Device can serve as a mobile proxy server.

OCR & Image Matching

Built-in OCR engine with SIFT feature/template matching. Supports PaddleOCR, EasyOCR for gaming and non-layout scenarios.

Security & Reversing

Certificate authentication, API locking, script encryption, SELinux support. Binary patching, encrypted DB reading (WeChat, WeCom, Alibaba).

On-Device AI

Built-in TFLite inference engine for on-device AI model inference. Model extension API for easy custom AI integration.

Easy to Use

A Few Lines, Full Control

Clean Python API to get you started quickly

automation.py
from lamda.client import *

d = Device("192.168.0.2")

# Launch app
d.launch_app("com.example.app")

# Click by selector
d(text="Login").click()
d(resourceId="com.example:id/input").set_text("hello")

# Screenshot
d.screenshot().save("screen.png")
advanced.py
# Set proxy for MITM capture
profile = GproxyProfile()
profile.type = GproxyType.HTTP_CONNECT
profile.host = "1.x.x.x"
profile.port = 8080
d.start_gproxy(profile)

# Use built-in Frida
conn = d.frida
conn.enumerate_processes()

# OCR recognition
d.ocr(text="Submit").click()
Use Cases

Unlimited Possibilities

Digital Forensics

Evidence collection and analysis

Data Collection

Mobile data scraping and analysis

Compliance Audit

App compliance detection and auditing

Security Testing

Mobile app penetration testing

RPA Automation

Mobile business process automation

AI Automation

LLM-driven device operations

Editions

Choose Your Edition

From individual developers to enterprise deployment, we have the right plan for you

Community

For individual developers and security researchers

FreeCommunity Edition
  • Full UI automation
  • Remote desktop & terminal
  • Built-in Frida integration
  • Python API interface
  • OCR & image matching
  • Proxy & VPN management
  • Binary patching tools
  • Hub device management
  • P2P Bridge connectivity
  • MCP / AI Agent integration
  • Community support
Download from GitHub
Recommended

Enterprise

For large teams and enterprise deployment with production-grade stability

Contact UsCustom Plan
  • All Community features
  • Enterprise-grade service stability at 99.99%
  • Enhanced stealth mode
  • Starlink distributed task management system
  • Encrypted DB reading
  • Enterprise support
  • Custom development

Zero Cost. Try It Now.

One try is all it takes - FIRERPA will redefine what you thought was possible with Android automation

Get Started Now