Start Free Get a Demo
Live Device CLI

Give agents
mobile devices

$ curl -fsSL https://revyl.com/install.sh | sh
View on GitHub →
Paste into terminal
Terminal - revyl CLI
$ revyl device start --platform ios
Simulator provisioned in 1.2s
Stream connected (60 fps)
$ revyl device install --app ./MyApp.app
App launched (MyApp)
$ revyl device type --text "user@test.com"
Text entered (email field)
$ revyl device type --text "••••••••"
Text entered (password field)
$ revyl device tap "Sign In"
Tapped element (238, 612)
$ revyl device screenshot
Saved to ./screenshots/capture_001.png
Email
Password
Sign In
Create Account
user@test.com
Password
Sign In
Create Account
user@test.com
••••••••
Sign In
Create Account

Everything agents need from the terminal

Device Sessions
Start, stop, and manage iOS simulators and Android emulators from a single command.
Build Verification
Run individual checks or entire suites with parallel execution across multiple mobile runtimes.
CI/CD Integration
Drop into GitHub Actions, CircleCI, or any CI pipeline. One binary for agentic mobile verification.
Device Actions
Tap, swipe, type, scroll, and drive the app through the same runtime surfaces a user sees.
Screenshots
Capture device screenshots at any point so agents and developers can verify the visible app state.
Streaming
Real-time 60 fps video stream of device output. See exactly what your agent sees.

Close the loop

Launch cloud devices in seconds, connect your local build, and let your AI agent verify its own mobile changes with runtime evidence.

View on GitHub Read the Docs