Go auto-clicker that stores groups of locations. Based on Robotgo.
Depending on your OS, you may require different dependencies.
If you are running MacOS, you just need to install Xcode Command Line Tools and grant Go the accessibility permissions when prompted from the system.
xcode-select --install
Finally, once dependencies are met, to install autoclick run:
go install gogs.davte.it/Davte/autoclick@latest
To launch autoclick from any path, add this to your bash profile or bashrc:
export PATH="$PATH:/$HOME/go/bin"