Discover and explore top open-source AI tools and projects—updated daily.
wuwei-crgOn-device Android automation framework
Top 94.9% on SourcePulse
AutoLXB is an experimental, on-device Android automation framework designed for repetitive, linear, and triggerable tasks. It targets users needing to automate daily phone actions like scheduled check-ins, notification-based replies, or fixed-page information retrieval and submission, offering a persistent daemon for background execution. The primary benefit is enabling hands-free automation of routine mobile interactions.
How It Works
The framework employs a "Route-Then-Act" design. Tasks first attempt to replay a saved, deterministic navigation route. If the route is insufficient or unavailable, a vision model handles dynamic UI interactions. This hybrid approach aims to improve reliability and reduce reliance on computationally expensive model calls for predictable workflows. Task routes are generated from recorded user interactions, combining screenshots, model actions, and accessibility data.
Quick Start & Requirements
su permission; non-rooted devices require initial Wireless ADB pairing.Prerequisites: Android 11 (API 30) or above, real Android device, Developer Options enabled, root access or Wireless debugging enabled, configured LLM/VLM endpoint. Documentation: User manual available at AutoLXB Docs, demo video at Bilibili (BV114RbBfEou).
Highlighted Details
Maintenance & Community
The project README does not detail specific contributors, sponsorships, or community channels like Discord/Slack. Links to official documentation and demo videos are provided.
Licensing & Compatibility
The project is licensed under the MIT license. This permissive license generally allows for commercial use and integration into closed-source projects without significant restrictions.
Limitations & Caveats
AutoLXB is explicitly marked as an "Experimental" framework. Certain Chinese Android ROMs (MIUI/HyperOS, ColorOS, Flyme) may require additional specific permission adjustments beyond standard setup. The effectiveness of the vision model component is dependent on the quality and capabilities of the configured LLM/VLM endpoint.
2 weeks ago
Inactive
droidrun