Desktop client for VMOS Edge cloud phone management
AI can dispatch tasks across multiple cloud phones, monitor progress in one place, and collect results centrally
AI Workflow: AI turns the task into scripted steps first, then executes them automatically for fixed and repeatable jobs |
AI Agent: AI makes decisions in real time, watching the interface and acting during execution for dynamic tasks |
VMOS Edge Desktop is the desktop control client for the VMOS Edge locally deployed Android cloud phone platform. Powered by a self-developed Android virtualization engine and local edge hardware, it delivers low-latency, stable cloud-phone management and automation for developers and power users.
From the desktop app, you can centrally manage multiple boxes and cloud phones, control screens, manage images and hosts, and connect AI Workflow, AI Agent, and API integrations. This repository provides the open-source implementation of that client for learning, customization, and integration around VMOS Edge capabilities.
git clone https://github.com/vmos-dev/vmos-edge-desktop.git
cd vmos-edge-desktop
pnpm install
pnpm dev
The app starts in development mode with hot reload and debugging tools enabled.
# Format code
pnpm format
# ESLint checks
pnpm lint
# TypeScript type checks
pnpm typecheck
# Build without packaging (for testing)
pnpm build
# Build and generate the unpacked app
pnpm build:unpack
# Build Windows installer (.exe)
pnpm build:win
# Build macOS Intel version (.dmg)
pnpm build:mac:intel
# Build macOS Apple Silicon version (.dmg)
pnpm build:mac:arm
# Build Linux packages (.AppImage, .deb)
pnpm build:linux
After the build completes, the installers will be generated in the dist/ directory:
VMOS Edge Setup 2.1.5.exeVMOS Edge-2.1.5.dmgVMOS Edge-2.1.5.AppImage / vmos-edge-desktop_2.1.5_amd64.deb# Clear cache and reinstall
pnpm store prune
rm -rf node_modules
pnpm install
~/.vmos-edge-desktopF12 in development mode to open DevToolslogs/main.loglogs/renderer.logThis project is released under GPL-3.0. You may use, modify, and distribute it under the terms of GPL-3.0.
If you need closed-source commercial use, distribution rights, OEM integration, or another arrangement that does not fit GPL-3.0, contact vmosedge@vmos.cn for a separate commercial license.