DroidRun is not affiliated with, endorsed by, or sponsored by Google LLC or the Android Open Source Project. Androidβ’ is a trademark of Google LLC.
DroidRun is a powerful framework for controlling Android and iOS devices through LLM agents. It allows you to automate device interactions using natural language commands. Checkout our benchmark results
βοΈ Disclaimer
Droidrun is an independent, open-source project and is not affiliated with, endorsed by, or sponsored by Google LLC or the Android Open Source Project. "Android" is a trademark of Google LLC. All other trademarks and brand names mentioned are the property of their respective owners. DroidRun is a third-party tool that interacts with the Android platform but is not part of the Android ecosystem.
Why Droidrun?
- π€ Control Android and iOS devices with natural language commands
- π Supports multiple LLM providers (OpenAI, Anthropic, Gemini, Ollama, DeepSeek)
- π§ Planning capabilities for complex multi-step tasks
- π» Easy to use CLI with enhanced debugging features
- π Extendable Python API for custom automations
- πΈ Screenshot analysis for visual understanding of the device
- π« Execution tracing with Arize Phoenix
π¦ Installation
Note: Python 3.14 is not currently supported. Please use Python 3.11 β 3.13.
π Quickstart
Read on how to get droidrun up and running within seconds in our docs!
π¬ Demo Videos
π‘ Example Use Cases
- Automated UI testing of mobile applications
- Creating guided workflows for non-technical users
- Automating repetitive tasks on mobile devices
- Remote assistance for less technical users
- Exploring mobile UI with natural language commands
π₯ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
π License
This project is licensed under the MIT License - see the LICENSE file for details.
Security Checks
To ensure the security of the codebase, we have integrated security checks using bandit and safety. These tools help identify potential security issues in the code and dependencies.
Running Security Checks
Before submitting any code, please run the following security checks:
-
Bandit: A tool to find common security issues in Python code.
-
Safety: A tool to check your installed dependencies for known security vulnerabilities.



