You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# mobile-use: automate your phone with natural language
2
19
20
+
Mobile-use is a powerful, open-source AI agent that controls your Android or IOS device using natural language. It understands your commands and interacts with the UI to perform tasks, from sending messages to navigating complex apps.
21
+
22
+

23
+
24
+
## ✨ Features
25
+
26
+
-**Natural Language Control**: Interact with your phone using your native language.
27
+
-**UI-Aware Automation**: Intelligently navigates through app interfaces.
28
+
-**Data Scraping**: Extract information from any app and structure it into your desired format (e.g., JSON) using a natural language description.
29
+
-**Extensible & Customizable**: Easily configure different LLMs to power the agents that power mobile-use.
Mobile-use is a powerful, open-source AI agent that controls your Android or IOS device using natural language. It understands your commands and interacts with the UI to perform tasks, from sending messages to navigating complex apps.
56
-
57
-

58
-
59
-
## ✨ Features
60
-
61
-
-**Natural Language Control**: Interact with your phone using your native language.
62
-
-**UI-Aware Automation**: Intelligently navigates through app interfaces.
63
-
-**Data Scraping**: Extract information from any app and structure it into your desired format (e.g., JSON) using a natural language description.
64
-
-**Extensible & Customizable**: Easily configure different LLMs to power the agents that power mobile-use.
65
-
66
-
## 🚀 Getting Started
67
-
68
-
Ready to automate your mobile experience? Follow these steps to get mobile-use up and running.
69
-
70
-
### Quick Launch (Docker)
71
-
72
-
For the fastest way to get started, please see the [TL;DR](#tldr) section at the top of this document for a one-command Docker setup.
73
-
74
79
### Manual Launch (Development Mode)
75
80
76
81
For developers who want to set up the environment manually:
@@ -83,7 +88,8 @@ Mobile-use currently supports the following devices:
83
88
-**Android Simulators**: Set up through Android Studio.
84
89
-**iOS Simulators**: Supported for macOS users.
85
90
86
-
> **Note**: Physical iOS devices are not yet supported.
--output-description "A JSON list of objects, each with 'sender' and 'subject' keys"
164
170
```
165
171
166
-
> 💡 **Note:** If you haven't configured a specific model, mobile-use will prompt you to choose one from the available options.
172
+
> [!NOTE]
173
+
> If you haven't configured a specific model, mobile-use will prompt you to choose one from the available options.
167
174
168
175
## ❤️ Contributing
169
176
170
177
We love contributions! Whether you're fixing a bug, adding a feature, or improving documentation, your help is welcome. Please read our **[Contributing Guidelines](CONTRIBUTING.md)** to get started.
171
178
172
179
## 📜 License
173
180
174
-
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
181
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments