claudedwithlove
explore/mobile-use

mobile-use

Cherished

mobile-use

·0··submitted April 15, 2026
View on GitHub
Clauded With Love Rating
7.4 / 10

Mobile-use is a command-line tool for automating mobile app interfaces across Flutter, Android, and iOS platforms. It provides a unified API for UI inspection, interaction, and automation through a daemon-based architecture with WebSocket connections.

Code Quality7.5
Usefulness8.5
Claude Usage6.0
Documentation8.0
Originality7.0
Highlights
  • Cross-platform support with platform-specific optimizations (Flutter VM Service, ADB uiautomator, WebDriverAgent)
  • Clean architecture with daemon process managing persistent connections and session state
  • Multi-session support allowing simultaneous control of multiple apps with element reference system
To Improve
  • Add comprehensive test coverage and error handling examples to demonstrate robustness
  • Include performance benchmarks and comparison with existing mobile automation tools like Appium