01Native macOS Desktop Automation: Full control over screenshots, mouse (click, move, drag, scroll), keyboard (type text, key combos), and window management (list, focus, open apps).
02Focus-Stealing Prevention: Automatically refocuses the target application before executing actions, ensuring commands land in the correct window.
03Input Method (IME) Bypass: Offers a "direct" text typing mode via AppleScript to completely bypass input methods for consistent text entry, especially useful for CJK languages.
04Deep macOS Integration: Supports running macOS Shortcuts workflows and provides comprehensive keyboard control using AppleScript key codes for any key + modifier combination.
05Lightweight Dependencies: Relies primarily on `cliclick` and built-in macOS tools like `osascript` and `screencapture`, avoiding heavy runtime dependencies.
060 GitHub stars