GitHub radar
Google ARTEMIS: AI Agents That Drive Real Android Phones
Google's open-source ARTEMIS turns plain-language instructions into Android automation and plugs into Claude Code, Codex and other AI assistants via MCP.
ARTEMIS is an open-source tool from Google that turns natural-language instructions into Android automation on a real phone or an emulator. It runs end-to-end workflows across apps — both testing scenarios and everyday tasks like setting up a route in Google Maps and then playing a song on YouTube. A built-in MCP server connects the phone to AI coding assistants such as Claude Code, Codex, Antigravity and Windsurf, so the agent can drive the device and collect Logcat output and screenshots. A one-click start script installs the needed tools (ADB, scrcpy, FFmpeg) and opens a local web page with a device connection wizard, live screen mirroring and execution replays. According to the project, it completes more than 99% of tasks on the AndroidWorld benchmark. It is released under the Apache-2.0 license and passed 3,000 GitHub stars in its first month.
Why a vibe-coder should care
If you build a mobile app with an AI agent, you no longer have to click through every screen yourself after each change: the agent can run the scenario on a real phone and bring back logs and screenshots of what broke. The same setup automates routine tasks on your own phone.
How to install
Copy this and send it to your agent — Claude Code, Codex, any of them:
Set up ARTEMIS from https://github.com/google/artemis — follow the README, connect my Android phone with USB debugging, add it to Claude Code via MCP and show me how to give the agent its first task on the phone. Ask me if you need any keys or permissions.
Запустится на обычном ноутбуке — понадобится Android-телефон с включённой отладкой по USB или эмулятор.
Open on GitHub▌ More finds