BlueM / cliclick

macOS CLI tool for emulating mouse and keyboard events

Home Page:https://www.bluem.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS Monterey on M1 support

timojaask opened this issue · comments

Hello! I don't know if it's me doing something wrong, or the app doesn't work on macOS Monterey and M1 processor. I gave the permissions to run the app, but when running I get:

% ./cliclick c:10,10
zsh: killed     ./cliclick c:10,10

Regardless of what arguments I pass (even ./cliclick -V) it always results in zsh: killed

Put "arch -x86_64" in front of your command.

Duplicate of #123?