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.
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.application("com.example.app").start()
# Click by selector
d(text="Login").click()
d(resourceId="com.example:id/input").set_text("hello")
# Screenshot
d.screenshot().save("screen.png")
6 years of continuous exploration and optimization. We've walked the paths and hit the pitfalls so you don't have to. FIRERPA is the superset of AutoJS, Appium, u2.
Ultimate Compatibility
Android 6.0 - 16 support covering real devices, emulators (LDPlayer/Nox/MuMu), Redroid, WSA. Unmatched in the market.
Zero-Dependency Deploy
No environment dependencies, one-click deployment. APP install, Magisk module, or manual - can be natively embedded in OS.
Enterprise Stability
99.9% service availability with auto-recovery. Battle-tested in multiple large-scale production systems over 6 years.
Full C/S Architecture
Unlike AutoJS's decentralized model, FIRERPA uses client-server architecture - naturally suited for cluster control and project management.
Full-Stack Coverage
From UI automation to reverse engineering, from MITM capture to AI Agent - one platform for all Android automation needs.
Rich Python API
Comprehensive Python programming interface with detailed docs. Supports Python 3.6-3.12, pip install and go.
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