Are you the author? Sign in to claim
๐ฌ Mobile runtime detection workbench for AI (iOS and Android)
English | ็ฎไฝไธญๆ
Mobile runtime detection workbench for iOS and Android.
PYTHONPATH=. python3 -m mira.relay.server --host 0.0.0.0 --port 8765 --advertise-url http://<your-lan-ip>:8765http://127.0.0.1:8765 on your desktop.http://<your-lan-ip>:8765 in the app.docs/GETTING-STARTED.md.PYTHONPATH=. python3 -m mira.mcp.server --relay http://127.0.0.1:8765. MCP config: docs/MCP.md.Mira welcomes issues and pull requests from mobile security researchers, reverse engineers, Frida users, MCP users, and device testers.
CONTRIBUTING.md before opening a focused pull request.SECURITY.md first.Good starting points include native memory-safety review, Android and iOS device testing, Frida workflow examples, MCP client setup notes, and new reusable detection cases.
| Android Remote Frida | iOS Remote Frida |
|---|---|
Remote shell, runtime inspection, and live Frida execution on Android.
|
Equivalent PTY and Frida workflow adapted to the iOS iSH compatibility layer.
|
| Android LSPosed Trace | iOS Jailbreak Trace |
Construct a Frida path around the app classloader and surface LSPosed traces from runtime state.
|
Ask Claude to roam the live terminal and surface jailbreak-related traces in the device environment.
|

With Relay, you can temporarily expose an authorized session beyond the local network for cloud devices, expert review handoff, and fast evidence sharing.
docs/README.md: English documentation hub.docs/GETTING-STARTED.md: full setup, build, device connect, MCP, and CLI.docs/REMOTE-RELAY.md: public and LAN Relay startup flows.docs/MCP.md: Codex and Claude MCP integration.docs/IOS-APP.md: iOS app architecture and device notes.docs/NATIVE-ARCHITECTURE.md: shared PTY native architecture.docs/TOOLBOX.md: Android toolbox packaging and runtime release flow.docs/REPO-ARCHITECTURE.md: repository layering and entry-point layout.docs/THIRD-PARTY-NOTICES.md: third-party notices.GPL-3.0-only.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows