Skip to content

betashepherd/droidrun

 
 

Repository files navigation

GitHub stars Discord Documentation Benchmark Twitter Follow

Droidrun Framework for mobile AI Agents  - Droidrun –The Missing Bridge Between LLMs and Mobile Devices | 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

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

pip install droidrun

🚀 Quickstart

Read on how to get droidrun up and running within seconds in our docs!

Quickstart Video

🎬 Demo Videos

  1. Group Chat Summarization: Let DroidRun summarize an escalated group chat for you.

    Group Chat Summarizer

  2. Travel Search Assistant: Wittness DroidRun looking for the cheapest stay and share it with a colleague on telegram.

    Travel Search Assistant

  3. Automate TikTok Shopping: See how DroidRun looks for a stanley cup on TikTok Shop and send the product details via email.

    TikTok Shopping Assistant

💡 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.

    bandit -r droidrun
  2. Safety: A tool to check your installed dependencies for known security vulnerabilities.

    safety scan

About

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%