Find Related products on Amazon

Shop on Amazon

Open-source browser-use/CUA equivalent for androids: mobile-use

Published on: 2025-05-18 17:52:05

Mobile use Use AI to control your mobile. mobile_use.mp4 Supported Currently, only android phones are supported. You need to have android platform sdk tools installed locally (adb) to use this library. 📦 Installation npm install mobile-use 🔧 Usage import { mobileUse } from "@/src" ; const response = await mobileUse ( { task : "Open instagram and go to direct messages, send hi to first person" , // llm: bring your own LLM model using ai sdk provider or use the claude by default. You need set ANTHROPIC_API_KEY environment variable to use claude. } ) ; console . log ( response . text ) ; Terminal Usage There is an included CLI tool that can be used to act on instructions from the command line or from a file. # Pass the instruction from the command line npx mobile-use " Open instagram and go to direct messages, send hi to first person " # Pass the instruction from a file npx mobile-use instruction.txt 📄 License This project is licensed under the MIT License. ... Read full article.