Automate repetitive taps and form-filling inside any Android app without rooting your phone.
Schedule scripts to run at set times or trigger them from a home screen shortcut.
Write and test automation scripts directly on your phone using the app's built-in JavaScript editor.
Run UI automation across multiple apps from a desktop IDE via the Android Debug Bridge.
Requires sideloading an APK on Android, building from source needs Android Studio 2023.3 or newer.
AutoJs6 is an Android app that lets you write JavaScript scripts to automate tasks on your phone. Rather than tapping through apps by hand, you write a script that does the tapping, scrolling, and data entry for you. It uses Android's Accessibility Service, a built-in Android feature originally designed to help users with disabilities, to observe and interact with the screen. This project is a continuation of the original Auto.js, which was an open-source Android automation tool first released in 2017 and abandoned by its original author in 2020. AutoJs6 picked up from that final release in December 2021 and has been actively maintained since, staying free and open source while the original author later created a paid commercial version. The app includes a built-in code editor on the phone so you can write and run scripts directly without connecting to a computer. It also supports working from a desktop development environment using the Android Debug Bridge (ADB) for more complex projects. Scripts can be scheduled to run automatically, triggered by events, or launched from home screen shortcuts. The README is written primarily in Chinese, though links to translations in English, French, Spanish, Japanese, Korean, Russian, and Arabic are provided. The project targets developers and power users who are comfortable writing JavaScript. Common use cases mentioned in similar tools of this type include automating repetitive in-app actions, running workflows across multiple apps, and scripted testing, though the README itself focuses on technical setup and project history rather than describing specific use cases. Installation is via an APK download from the project's release page. Building from source requires Android Studio 2023.3 or newer. The full README is longer than what was shown.
← supermonster003 on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.