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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).