Professional macOS Auto-Clicker with Enterprise-Grade Precision
A native macOS automation tool built with SwiftUI that delivers sub-10ms timing accuracy and advanced window targeting. Perfect for gamers, QA testers, automation professionals, and power users who demand reliable, feature-rich clicking automation.
Unlike other auto-clickers, ClickIt offers:
- True Native Performance - Built specifically for macOS with SwiftUI, not a cross-platform port
- Advanced Window Targeting - Click on specific apps even when they're minimized or in background
- Sub-10ms Precision - Professional-grade timing accuracy that competitors can't match
- Universal Binary - Fully optimized for both Intel and Apple Silicon processors
- Enterprise Features - Timer automation, preset management, and performance analytics
- Zero Telemetry - Your automation stays completely private and offline
- ⚡ Lightning Fast - Sub-10ms click timing accuracy with precision interval control
- 🎯 Smart Targeting - Advanced window detection that works even when apps are minimized
- 🌐 Universal Binary - Optimized for both Intel x64 and Apple Silicon processors
- 🎮 Always Active - Background operation without requiring app focus or interruption
- ⌨️ Global Control - System-wide hotkey support (ESC key) for instant start/stop
- 💾 Preset System - Save and instantly load custom clicking configurations
- 👁️ Visual Feedback - Clear overlay indicators show exactly where clicks will occur
- 🔒 Permission Aware - Streamlined permission setup with real-time monitoring
- 📊 Performance Stats - Built-in analytics and monitoring dashboard
- Sub-10ms Precision - Industry-leading timing accuracy for demanding automation tasks
- Window-Specific Targeting - Click on specific applications, even when minimized or in background
- Multiple Click Modes - Single clicks, double clicks, and hold/release patterns
- Coordinate Lock - Pin clicks to exact screen coordinates or dynamic window positions
- Human-like Variation - Optional randomization to mimic natural clicking patterns
- Preset Management - Save unlimited custom configurations and switch instantly
- Timer Automation - Schedule automatic start/stop times for unattended operation
- Interval Control - Millisecond-level precision with CPS (Clicks Per Second) display
- Hotkey System - Global ESC key control that works from any application
- Auto-Save States - Automatically preserves your settings between sessions
- Real-Time Performance Dashboard - Monitor click rate, accuracy, and system performance
- Statistics Tracking - View elapsed time, total clicks, and success rates
- Permission Monitoring - Live status display for Accessibility and Screen Recording permissions
- Visual Feedback System - Customizable overlay indicators show target locations
- Smart Status Bar - Always-visible controls with compact, unobtrusive design
- Permission-First Design - Streamlined permission request flow with detailed instructions
- Automatic Permission Detection - Real-time monitoring of required system permissions
- Safe Operation Mode - Prevents accidental system-wide clicks during setup
- Crash Recovery - Robust error handling ensures stable operation
- Privacy Focused - No data collection, no analytics, completely offline operation
- Idle/Clicker Games - Automate repetitive clicking in incremental games
- MMO Grinding - Streamline repetitive tasks in online games
- Farming Simulators - Automate resource collection and harvesting
- Achievement Hunting - Complete click-intensive achievements efficiently
- UI/UX Testing - Simulate user interactions for interface testing
- Load Testing - Generate consistent user input patterns
- Regression Testing - Automate repetitive test scenarios
- Browser Testing - Click through web application workflows
- Data Entry - Automate repetitive form filling and data input
- Batch Processing - Handle large volumes of similar tasks
- Presentation Auto-Advance - Automatic slideshow progression
- Monitoring Systems - Keep applications active and responsive
- Mobility Assistance - Reduce physical strain for users with limited mobility
- Repetitive Strain Prevention - Minimize manual clicking to prevent RSI
- Adaptive Computing - Enable custom interaction patterns for accessibility needs
- Fatigue Reduction - Automate long-duration clicking tasks
- Operating System: macOS 15.0 (Sequoia) or later
- Processor: Intel x64 or Apple Silicon (M1/M2/M3/M4)
- Memory: 50 MB RAM
- Storage: 10 MB available disk space
- Permissions:
- Accessibility (required for click simulation)
- Screen Recording (required for window targeting)
- Operating System: Latest macOS version for optimal performance
- Processor: Apple Silicon for best energy efficiency
- Display: Any resolution supported (tested on 1080p - 5K displays)
Download the latest release from the Releases page and drag ClickIt.app to your Applications folder.
- Launch ClickIt - Double-click the app from Applications
- Grant Permissions - The app will guide you through:
- ✅ Accessibility Permission - Required for click automation
- ✅ Screen Recording Permission - Required for window targeting
- Start Automating - Configure your first preset and start clicking!
The permission setup is streamlined with:
- Clear visual indicators showing permission status
- One-click access to System Settings
- Real-time permission monitoring
- Detailed help documentation for each permission type
If permissions aren't working after granting them:
- Click "Refresh Status" in the permission gate screen
- Restart the application
- Check System Settings → Privacy & Security to verify permissions are enabled
- Select Target - Choose "Current Mouse Position" or select a specific window
- Set Timing - Configure click interval (supports milliseconds or CPS)
- Start/Stop - Press ESC key or use the in-app controls
- Monitor - View real-time statistics and performance metrics
- Save Presets - Create configurations for different games or applications
- Use Window Targeting - Target specific apps to avoid accidental clicks
- Enable Visual Feedback - See exactly where clicks will occur
- Timer Automation - Schedule unattended clicking sessions
- Performance Dashboard - Monitor click accuracy and system impact
Gaming Setup:
1. Launch your game
2. Select game window as target
3. Set desired CPS (clicks per second)
4. Position mouse on target location
5. Press ESC to start/stop
Testing Automation:
1. Create preset for test scenario
2. Configure click sequence with precise timing
3. Enable visual feedback for verification
4. Use timer automation for repeated tests
Productivity Tasks:
1. Target specific application window
2. Set conservative click interval
3. Use preset for quick configuration switching
4. Monitor performance dashboard
This project supports both Xcode and Swift Package Manager workflows for flexible development.
# Open in Xcode for development
open ClickIt.xcodeproj# Build (auto-detects best method)
./build_app_unified.sh
# Run the built app
./run_clickit_unified.sh
# Or run directly with Xcode
./run_clickit_unified.sh xcode- Xcode 15.0 or later
- Swift 5.9 or later
- macOS 15.0 or later
./build_app_unified.sh # Build release version
./build_app_unified.sh debug # Build debug version
./build_app_unified.sh release xcode # Force Xcode build system# Build for current architecture (debug)
swift build
# Run directly
swift run
# Build for release
swift build -c release# Create universal app bundle (Intel + Apple Silicon)
./build_app.sh
# Create debug app bundle
./build_app.sh debug./run_clickit_unified.sh # Auto-detect best run method
./run_clickit_unified.sh app # Run from dist/ClickIt.app
./run_clickit_unified.sh xcode # Build and run with Xcode- Daily Development: Use Xcode for coding, debugging, and testing
- Release Builds: Use
./build_app_unified.sh releasefor distribution - Quick Testing: Use
./run_clickit_unified.shfor fast app launches
dist/ClickIt.app- Final app bundledist/binaries/- Individual architecture binariesdist/build-info.txt- Build metadata.build/- Swift Package Manager build cache
The build system automatically detects available architectures and creates universal binaries when possible:
- Intel x64:
x86_64-apple-macosx - Apple Silicon:
arm64-apple-macosx - Universal: Combined binary supporting both architectures
The build script automatically attempts to code sign the app to improve permission persistence. This helps avoid having to re-grant Accessibility and Screen Recording permissions after each rebuild.
Automatic Signing: The build script will automatically:
- Look for ClickIt-specific certificates first
- Fall back to any available Apple Developer certificates
- Display the signing status in the build output
For Self-Signed Certificates: If you don't have an Apple Developer account, you can create a self-signed certificate:
# See detailed instructions
cat CERTIFICATE_SETUP.mdVerify Code Signing:
# Check if app is signed
codesign --display --verbose dist/ClickIt.app
# Verify signature
codesign --verify --verbose dist/ClickIt.app# Run unit tests
swift test
# Build and test specific configuration
swift build -c release
swift test -c release- Git Workflow Guide - Complete step-by-step git workflow from feature development to production release
- Fastlane Guide - Automated build and release system documentation
# 1. Start new feature
git checkout main && git pull && git checkout -b feature/my-feature
# 2. Develop and test
fastlane dev # Build and launch for testing
# 3. Merge to staging for beta testing
git checkout staging && git merge feature/my-feature
# 4. Create beta release
fastlane auto_betaNEW: Automated with Release Please
# 1. Use conventional commits
git commit -m "feat: add new feature" # Minor bump
git commit -m "fix: correct bug" # Patch bump
git commit -m "feat!: breaking change" # Major bump
# 2. Merge to main (via PR)
# Release Please automatically:
# - Creates a release PR with version bump
# - Updates CHANGELOG.md
# - Creates GitHub release when PR is merged
# - Triggers build workflow
# See docs/RELEASE_PROCESS.md for detailsLegacy: Manual Release (Deprecated)
# Old process - use Release Please instead
fastlane bump_and_release bump:minor # 1.0.0 → 1.1.0- CLAUDE.md - Development guidance and project overview
- BUILD_AND_DEPLOY.md - Manual build and deployment instructions
- CERTIFICATE_SETUP.md - Code signing certificate setup
- docs/RELEASE_PROCESS.md - Automated release process with Release Please
We welcome contributions from the community! Whether you're fixing bugs, adding features, improving documentation, or helping with translations, your help is appreciated.
- Check Existing Issues - Browse the Issues tab for tasks that need help
- Fork & Branch - Create a feature branch from
mainfollowing our Git Workflow Guide - Make Changes - Write clean, well-documented code following our style guidelines
- Test Thoroughly - Ensure your changes work on both Intel and Apple Silicon
- Submit PR - Use Conventional Commits format for commit messages
- 🐛 Bug Reports - Found an issue? Report it with detailed steps to reproduce
- ✨ Feature Requests - Have ideas for improvements? Open a feature request
- 📝 Documentation - Help improve guides, tutorials, and code comments
- 🌍 Localization - Translate ClickIt to other languages
- 🧪 Testing - Test on different macOS versions and hardware configurations
See the Development section below for setup instructions and our comprehensive Git Workflow Guide.
ClickIt is under active development. Here's what's coming:
- ⏳ UI Optimization - Tabbed interface with improved space utilization (v2.0)
- ⏳ Timer Automation - Schedule automatic start/stop times
- ⏳ Performance Dashboard - Real-time analytics and monitoring
- 🔄 Click Recording - Record and replay complex click sequences
- 🎯 Multi-Point Patterns - Click multiple locations in sequence
- 🎨 Custom Themes - Dark/light mode and custom color schemes
- 🌍 Localization - Multi-language support
- 📊 Advanced Analytics - Export statistics and performance reports
- ⌨️ Custom Hotkeys - Configure your own keyboard shortcuts
- 🔌 AppleScript Support - Integrate with system automation
Want to see a feature added? Open a feature request!
- 📖 Documentation - Check the docs in the
/docsfolder - 🐛 Bug Reports - Open an issue with detailed information
- 💡 Feature Requests - Share your ideas in the Issues tab
- 🤔 Questions - Ask in GitHub Discussions or open an issue
When reporting bugs, please include:
- macOS version and processor type (Intel/Apple Silicon)
- ClickIt version number
- Steps to reproduce the issue
- Expected vs. actual behavior
- Relevant error messages or logs
MIT License - see LICENSE file for details.
ClickIt is intended for legitimate automation purposes only. Users are responsible for ensuring their use complies with:
- Terms of service of applications they interact with
- Applicable local, state, and federal laws
- Gaming platform policies and fair play guidelines
- Workplace automation policies
Use responsibly and ethically. The developers of ClickIt are not responsible for misuse of this software.