AIAny
AI Agent2024
Icon for item

MobileAgent

A family of GUI agents that operate phones, desktops, and browsers by perceiving the screen visually rather than reading app code. Ships open GUI-Owl vision-language models (7B/32B) plus a multi-agent framework for planning, reflection, and tool use.

Introduction

Most automation tools break the moment an app updates its layout, because they lean on brittle accessibility trees or hard-coded element IDs. This project makes a different bet: treat the screen as an image and let a vision-language model click what a human would, so one agent generalizes to apps it has never seen — across Android, Windows, macOS, and the browser.

What Sets It Apart
  • Pure visual grounding: perception comes from screenshots, not the app's internal UI hierarchy, so it still works on closed apps and custom UIs where accessibility APIs return nothing useful.
  • Open GUI-Owl models: the underlying 7B and 32B vision-language checkpoints are released on ModelScope and HuggingFace, so you can self-host instead of renting a proprietary computer-use API.
  • A loop, not a single prompt: distinct planner, decision, reflection, and memory roles let it recover from misclicks on long-horizon tasks rather than dying on the first wrong step.
Great Fit If / Look Elsewhere

Great fit if you research GUI or computer-use agents, need an on-prem alternative to hosted computer-use, or want a base model to fine-tune for a specific device fleet. Look elsewhere if you want a turnkey consumer product: this is a fast-moving research family (v1 through v3.5) where interfaces shift between versions, and the Chinese-ecosystem demos (Bailian, ModelScope) are first-class while English packaging trails behind.

Information

  • Websitegithub.com
  • OrganizationsTongyi Lab, Alibaba Group
  • AuthorsX-PLUG (Tongyi Lab, Alibaba Group)
  • Published date2024/01/26

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.