Skip to content

runablehq/mobile-use

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d29d941 Β· Apr 13, 2025

History

12 Commits
Mar 31, 2025
Mar 19, 2025
Apr 13, 2025
Apr 2, 2025
Apr 2, 2025
Apr 2, 2025
Apr 1, 2025
Apr 1, 2025
Apr 13, 2025
Apr 2, 2025
Apr 2, 2025
Mar 19, 2025

Repository files navigation

πŸ“± mobile-use

Use AI to control your Android phone β€” with natural language.

MIT License
Join Discord
npm version
GitHub Stars

mobile_use.mp4

✨ What is this?

mobile-use lets you control your Android phone using simple, natural-language instructions.

Just type:

πŸ—£ β€œOpen Instagram, go to DMs, and send β€˜hi’ to the first person.”

…and watch it run on your device β€” powered by AI.

Think RPA, but for mobile β€” built for devs, hackers, and productivity nerds.


πŸš€ Quick Start

πŸ“¦ Install via npm

npm install mobile-use

Or run the MCP server (includes setup):

npx mobile-mcp install

🧠 AI in Action

import { mobileUse } from "mobile-use";

const response = await mobileUse({
  task: "Open instagram and go to direct messages, send hi to first person",
  // Optional: use your own LLM via API
  // llm: { provider: "your-llm", apiKey: process.env.YOUR_API_KEY }
});

console.log(response.text);

Default model: Claude (via Anthropic).
Set ANTHROPIC_API_KEY in your .env or environment to use it.


πŸ–₯️ Command Line Usage

# Run a task directly from your terminal
npx mobile-use "Open Instagram and send 'hi'"

# Run a task from a file
npx mobile-use instruction.txt

πŸ“± Requirements

  • Android phone or Emulator running in background(iOS not supported yet)
  • Android SDK Platform Tools installed (adb)(For Emulators)
  • USB Debugging enabled

πŸ’¬ Join the Community

Have a feature idea? Want to see what others are building?

Join our developer Discord β€” we’re shaping the roadmap with the community!

Join our Discord


🧩 What's Coming Next?

  • iOS support (experimental)
  • Visual workflows
  • Common protocol for mobiles, browsers and computers

Have ideas? We’re building it with you β€” hop into Discord or open a GitHub issue.


⭐ Like it?

If this project made you say "whoa!", help us grow:


πŸ“„ License

MIT β€” free to use, fork, and build on.


πŸ™Œ Built with love for devs by devs