Search papers, labs, and topics across Lattice.
OpenMobile is introduced as an open-source framework for synthesizing task instructions and agent trajectories to train mobile agents. It uses a scalable task synthesis pipeline that builds a global environment memory and a policy-switching strategy for trajectory rollout to generate diverse and grounded instructions. Agents trained with OpenMobile achieve competitive results on mobile agent benchmarks, with fine-tuned Qwen models reaching 51.7% and 64.7% on AndroidWorld, surpassing existing open-data approaches.
OpenMobile closes the gap in mobile agent research by providing an open-source framework that achieves state-of-the-art performance through synthesized high-quality task instructions and agent trajectories.
Mobile agents powered by vision-language models have demonstrated impressive capabilities in automating mobile tasks, with recent leading models achieving a marked performance leap, e.g., nearly 70% success on AndroidWorld. However, these systems keep their training data closed and remain opaque about their task and trajectory synthesis recipes. We present OpenMobile, an open-source framework that synthesizes high-quality task instructions and agent trajectories, with two key components: (1) The first is a scalable task synthesis pipeline that constructs a global environment memory from exploration, then leverages it to generate diverse and grounded instructions. and (2) a policy-switching strategy for trajectory rollout. By alternating between learner and expert models, it captures essential error-recovery data often missing in standard imitation learning. Agents trained on our data achieve competitive results across three dynamic mobile agent benchmarks: notably, our fine-tuned Qwen2.5-VL and Qwen3-VL reach 51.7% and 64.7% on AndroidWorld, far surpassing existing open-data approaches. Furthermore, we conduct transparent analyses on the overlap between our synthetic instructions and benchmark test sets, and verify that performance gains stem from broad functionality coverage rather than benchmark overfitting. We release data and code at https://njucckevin.github.io/openmobile/ to bridge the data gap and facilitate broader mobile agent research.