{"id":49018909,"url":"https://github.com/erikkostashuk/autoclicker-for-mac","last_synced_at":"2026-04-19T03:10:13.777Z","repository":{"id":321865448,"uuid":"1012789781","full_name":"erikkostashuk/autoclicker-for-mac","owner":"erikkostashuk","description":"A simple autoclicker applicaiton for MacOS with a modern UI.","archived":false,"fork":false,"pushed_at":"2025-11-01T00:38:46.000Z","size":219,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-01T02:26:30.092Z","etag":null,"topics":["autoclick","electron","macos"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erikkostashuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-02T22:18:06.000Z","updated_at":"2025-11-01T00:38:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/erikkostashuk/autoclicker-for-mac","commit_stats":null,"previous_names":["erikkostashuk/autoclicker-for-mac"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/erikkostashuk/autoclicker-for-mac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikkostashuk%2Fautoclicker-for-mac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikkostashuk%2Fautoclicker-for-mac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikkostashuk%2Fautoclicker-for-mac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikkostashuk%2Fautoclicker-for-mac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erikkostashuk","download_url":"https://codeload.github.com/erikkostashuk/autoclicker-for-mac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikkostashuk%2Fautoclicker-for-mac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31992872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoclick","electron","macos"],"created_at":"2026-04-19T03:10:13.279Z","updated_at":"2026-04-19T03:10:13.765Z","avatar_url":"https://github.com/erikkostashuk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoClicker for Mac\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo/512-mac.png\" alt=\"AutoClicker for Mac Logo\" width=\"250\"/\u003e\n\u003c/p\u003e\n\nA simple, yet powerful autoclicker application designed specifically for macOS, built with Electron. This tool helps automate repetitive clicking tasks, saving you time and effort.\n\n## ✨ Features\n\n*   **Intuitive User Interface:** Clean and modern design for ease of use.\n*   **Adjustable Click Interval:** Set your desired click speed from 100ms to 10,000ms.\n*   **Start/Stop Functionality:** Easily toggle clicking on and off.\n*   **Real-time Click Counter:** Keep track of the number of clicks performed.\n*   **Global Stop Hotkey:** Press `ESC` at any time to immediately stop the autoclicker.\n*   **Native macOS Integration:** Leverages macOS accessibility features for precise and reliable clicking.\n\n## 🚀 Getting Started\n\n### Installation\n\nYou can download the latest release of AutoClicker for Mac from the [Releases page](https://github.com/erikkostashuk/autoclicker-for-mac/releases) (link will be updated upon first release).\n\n### Building from Source\n\nIf you prefer to build the application yourself, follow these steps:\n\n1.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/erikkostashuk/autoclicker-for-mac.git\n    cd autoclicker-for-mac\n    ```\n\n2.  **Install dependencies:**\n    ```bash\n    npm install\n    ```\n\n3.  **Run the app in development mode:**\n    ```bash\n    npm start\n    ```\n\n4.  **Package the application for distribution:**\n    ```bash\n    npm run dist\n    ```\n    This will create a distributable `.dmg` file in the `dist/` directory.\n\n### Important: Enable Accessibility Permissions\n\nFor the autoclicker to function correctly, you **MUST** grant accessibility permissions to the application. When you first run the app, macOS will prompt you to grant these permissions. If you need to do it manually:\n\n1.  Open **System Settings** (or **System Preferences** on older macOS versions) → **Privacy \u0026 Security** → **Accessibility**.\n2.  Click the lock icon to make changes (you may need to enter your password).\n3.  Find \"AutoClicker\" in the list and ensure its checkbox is **checked**.\n\n### For Actual Clicking to Work (REQUIRED)\n\nThe application uses a compiled C program to perform clicks without moving the cursor. This is handled internally by the Electron app. However, for the initial setup and to ensure all permissions are correctly granted, the app might prompt you for Automation permissions.\n\n### How It Works\n\nAutoClicker for Mac utilizes macOS's native accessibility APIs to simulate mouse clicks at your current cursor position. This ensures high precision and compatibility with the operating system. Simply position your mouse cursor where you want the clicks to occur before starting the autoclicker.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nContributions are welcome! If you have suggestions for improvements, bug reports, or want to add new features, please feel free to open an issue or submit a pull request.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikkostashuk%2Fautoclicker-for-mac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikkostashuk%2Fautoclicker-for-mac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikkostashuk%2Fautoclicker-for-mac/lists"}