DroidRun is a powerful framework that enables you to control Android devices through LLM agents. It provides a simple and intuitive way to automate Android device interactions using natural language commands.
# Simple CLI usagedroidrun "Open the settings app"# With specific provider and modeldroidrun "Open calculator app" --provider Gemini --model models/gemini-2.5-pro# With vision and planning capabilitiesdroidrun "Open Calculator and take a screenshot" --vision --reasoning