mobilerun
Automate your mobile devices with natural language commands - an LLM agnostic mobile Agent
GraphCanon updated 3w · GitHub synced 3w
Decision brief
Mobilerun allows users to use natural language commands to automate actions on Android devices, leveraging Python and being agnostic to the underlying LLM.
Good fit when
- - Use Mobilerun when you are specifically working with an Android device and prefer a tool that handles both installation of necessary components and execution via natural language.
- - Choose Mobilerun if you value its LLM-agnostic design, allowing it to interface seamlessly with your preferred large language model.
Avoid when
- - Avoid Mobilerun if you utilize Python version 3.14 or newer as support is not currently provided for these versions.
- - Do not use Mobilerun for iOS automation tasks since the solution is solely designed for Android devices.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (4d since push)
- As of 3w
- Provenance
- Not a fork · Organization account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install mobilerun PyPIHow it fits your stack(13)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Mobilerun is a Python-based tool allowing users to automate actions on their Android devices using natural language inputs.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 28, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 28, 2026
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Jul 28, 2026
- Languages
- python
Source: github.language+pyproject.toml · Jul 28, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 28, 2026)
> **Note:** Python 3.14 is not currently supported. Please use Python `>=3.11,<3.14`.Source link
Tags
README
📦 Installation
Note: Python 3.14 is not currently supported. Please use Python
>=3.11,<3.14.
Install Mobilerun with uv:
---
### 1. Install the Portal on your device
```bash
mobilerun setup
This installs the Mobilerun Portal app, enables its accessibility service, and prepares the device for local control.
📄 License
This project is licensed under the MIT License. See LICENSE for details.
For agents
This page has a .md twin and JSON over the API.