Skip to content

MobAI

AI tools for mobile apps.

MobAI helps AI agents work with real iOS and Android apps. Agents can see the screen, read the UI tree, tap, type, swipe, run flows, debug apps, and verify changes on real devices, emulators, and simulators.

The goal is simple: bring the AI coding loop to mobile development.

Main project

Desktop app that connects AI coding agents to mobile devices.

MobAI works with:

  • iOS and Android
  • physical devices
  • Android emulators
  • iOS simulators on macOS
  • Claude Code, Cursor, Windsurf, Codex, and other AI tools
  • MCP, HTTP API, local agent workflows, and Claude Code plugins

Use it to:

  • test mobile apps with natural language
  • let agents inspect and fix UI issues
  • automate repetitive mobile workflows
  • generate screenshots
  • debug native iOS apps
  • build reusable app skills

Open source projects

MCP server for MobAI.

Use MobAI from MCP-compatible tools like Claude Code, Cursor, Windsurf, Cline, and others.

A mobile harness inspired by browser-use/browser-harness.

It lets agents learn a workflow inside a mobile app, save it as a reusable skill, and run it again later.

In practice, it helps create a skill layer for mobile apps, even when the app does not provide a real API.

Build and debug iOS apps from Windows or Linux using GitHub Actions and a real iPhone.

Useful for Flutter and other mobile developers who do not want to switch machines just to build and install an iOS app.

Experimental Docker-based iOS build pipeline.

It uses your own Xcode.xip to extract the needed toolchain and SDK files. No Apple SDK redistribution.

A small bridge for sending context to terminal-based AI coding agents.

Works with tools like Claude Code, Codex, and Gemini CLI.

Chrome extension for selecting UI elements and sending rich context to AI tools.

It captures screenshots, bounds, HTML, CSS, and accessibility metadata.

Swift package for using a ChatGPT account to make API-style calls from iOS apps.

Includes OAuth flow, token storage, refresh logic, and a small client.

Why MobAI exists

AI coding agents can write code, but mobile apps are still hard for them because they usually cannot see or use the app.

MobAI closes that loop.

The agent can:

  1. launch the app
  2. inspect the current screen
  3. interact with the UI
  4. reproduce bugs
  5. change the code
  6. verify the result on a real device or simulator

That makes agents much more useful for mobile development.

Links

Pinned Loading

  1. mobile-harness mobile-harness Public

    Python 37 3

Repositories

Showing 10 of 21 repositories
  • mobai-dev Public

    Everything a coding agent needs to build iOS apps from a Linux sandbox

    MobAI-App/mobai-dev's past year of commit activity
    Swift 2 MIT 0 1 0 Updated Sep 10, 2026
  • releases Public
    MobAI-App/releases's past year of commit activity
    6 0 0 0 Updated Sep 10, 2026
  • simslim Public

    Run more iOS simulators on one Mac by disabling background daemons a simulator doesn't need

    MobAI-App/simslim's past year of commit activity
    Go 1,806 MIT 65 5 1 Updated Sep 7, 2026
  • homebrew-tap Public

    Homebrew tap for mobai-app tools (deskagent and friends).

    MobAI-App/homebrew-tap's past year of commit activity
    Ruby 0 0 0 0 Updated Sep 5, 2026
  • ios-builder Public

    Build and develop iOS apps without a Mac using GitHub Actions, Codemagic, or Bitrise, with simulator access and hot reload via MobAI.

    MobAI-App/ios-builder's past year of commit activity
    Go 803 MIT 84 0 0 Updated Sep 5, 2026
  • mobai-mcp Public
    MobAI-App/mobai-mcp's past year of commit activity
    TypeScript 247 Apache-2.0 20 0 0 Updated Sep 5, 2026
  • mobai-ci Public

    Run MobAI mobile UI tests (.mob / Maestro flows) in CI. Free local simulator/emulator runner + BYOD remote device path.

    MobAI-App/mobai-ci's past year of commit activity
    Shell 5 MIT 1 0 0 Updated Sep 4, 2026
  • iosbox Public

    Build iOS apps in Docker — works wherever Docker runs. Extract the iOS SDK from Xcode.xip, cross-compile Flutter projects with SwiftPM and ld64.lld, and produce unsigned .ipa files ready for signing and deployment

    MobAI-App/iosbox's past year of commit activity
    Go 60 MIT 8 0 0 Updated Sep 4, 2026
  • MobAI-App/mobai-marketplace's past year of commit activity
    20 Apache-2.0 3 0 0 Updated Jul 29, 2026
  • desktop-recorder-skill Public

    macOS-only agent skill for recording polished, reproducible screencasts of desktop and web apps.

    MobAI-App/desktop-recorder-skill's past year of commit activity
    JavaScript 19 MIT 4 0 0 Updated Jun 27, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…