# droidrun **Repository Path**: dearyiming/droidrun ## Basic Information - **Project Name**: droidrun - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-27 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![GitHub stars](https://img.shields.io/github/stars/droidrun/droidrun?style=social)](https://github.com/droidrun/droidrun/stargazers) [![Discord](https://img.shields.io/discord/1360219330318696488?color=7289DA&label=Discord&logo=discord&logoColor=white)](https://discord.gg/ZZbKEZZkwK) [![Documentation](https://img.shields.io/badge/Documentation-📕-blue)](https://docs.droidrun.ai) [![Benchmark](https://img.shields.io/badge/Benchmark-🏅-teal)](https://droidrun.ai/benchmark) [![Twitter Follow](https://img.shields.io/twitter/follow/droid_run?style=social)](https://x.com/droid_run) Droidrun - Give AI native control of physical & virtual phones. | Product Hunt 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](https://droidrun.ai/benchmark) ## 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 ```bash pip install droidrun ``` ## 🚀 Quickstart Read on how to get droidrun up and running within seconds in [our docs](https://docs.droidrun.ai/v3/quickstart)! [![Quickstart Video](https://img.youtube.com/vi/4WT7FXJah2I/0.jpg)](https://www.youtube.com/watch?v=4WT7FXJah2I) ## 🎬 Demo Videos 1. **Accommodation booking**: Let Droidrun search for an apartment for you [![Droidrun Accommodation Booking Demo](https://img.youtube.com/vi/VUpCyq1PSXw/0.jpg)](https://youtu.be/VUpCyq1PSXw)
2. **Trend Hunter**: Let Droidrun hunt down trending posts [![Droidrun Trend Hunter Demo](https://img.youtube.com/vi/7V8S2f8PnkQ/0.jpg)](https://youtu.be/7V8S2f8PnkQ)
3. **Streak Saver**: Let Droidrun save your streak on your favorite language learning app [![Droidrun Streak Saver Demo](https://img.youtube.com/vi/B5q2B467HKw/0.jpg)](https://youtu.be/B5q2B467HKw) ## 💡 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: 1. **Bandit**: A tool to find common security issues in Python code. ```bash bandit -r droidrun ``` 2. **Safety**: A tool to check your installed dependencies for known security vulnerabilities. ```bash safety scan ```