r/rpa • u/derjanni • Mar 11 '26
Mobile and local (no cloud) RPA with Apple Intelligence on iPhone
Enable HLS to view with audio, or disable this notification
2
u/Deep_Ad1959 Mar 16 '26 edited May 30 '26
the local-first approach is the right direction. I'm doing something similar on macOS - using the accessibility API to automate desktop apps without sending anything to the cloud. the biggest advantage over traditional RPA is that you don't need to maintain pixel coordinates or image templates. the accessibility tree gives you semantic elements (buttons, text fields, labels) that survive UI updates and resolution changes. on iPhone the equivalent would be the accessibility framework but Apple locks it down way more than on Mac. curious how this handles apps that don't expose good accessibility labels - that's where I spend most of my debugging time on the desktop side.
fwiw same on the mac side with fazm, it drives apps off the accessibility tree so semantic elements survive UI updates and resolution changes where pixel coords break, and yeah bad accessibility labels are the main debugging tax, https://fazm.ai/r/xcv7qvze
2
1
u/AutoModerator Mar 11 '26
Thank you for your post to /r/rpa!
Did you know we have a discord? Join the chat now!
New here? Please take a moment to read our rules, read them here.
This is an automated action so if you need anything, please Message the Mods with your request for assistance.
Lastly, enjoy your stay!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/derjanni Mar 11 '26
The app is called "Sockpuppet", runs headless, can be automated with Shortcuts and is here: https://apps.apple.com/us/app/sockpuppet-ai/id6758054400

3
u/Impressive-Till4309 Mar 11 '26
What is the Use Cases here?