· 4 min read
Auto Clicker 2026 [for PC]
Record and replay mouse and keyboard actions on Windows, Linux, and macOS. Free, lightweight, open source.

Smart automation tool for PC — record, replay, and automate any click or keystroke sequence.
Overview
AutoClicker 2026 (HaravaRecorder) is a free, open-source automation tool for PC. It records your mouse and keyboard actions and replays them with precision — perfect for repetitive tasks, gaming, UI testing, and accessibility.
Key Features
- Mouse Recording & Playback – Every click, move, and scroll captured exactly.
- Keyboard Macros – Record and replay keystroke sequences.
- Global Hotkeys – Start (F1) and stop (F2) from anywhere, any app.
- Bézier-Curve Movement – Natural, human-like cursor paths instead of robotic linear jumps.
- Loop Support – Repeat sequences N times or indefinitely.
- JSON Export – Save, share, and version-control your recordings.
- Lightweight – Only ~8 MB, minimal CPU and memory footprint.
Use Cases
- Automating repetitive data entry and form filling
- Game farming and idle/AFK clicking
- UI testing and prototyping
- Workflow automation across multiple apps
- Accessibility assistance for users with limited mobility
Installation Guide
Step 1: Download the Installer
Grab the latest Windows installer from SourceForge:
Download HaravaRecorder v1.0.3 for Windows
Step 2: Run the Installer
Double-click HaravaRecorder_v1.0.3.exe. Windows SmartScreen may warn about an unknown publisher — click More info → Run anyway (the installer is unsigned, but the source is public).
Step 3: Launch & Start Automating
- Open AutoClicker 2026 from your Start menu
- Press F1 to start recording
- Perform the mouse/keyboard actions you want to automate
- Press F2 to stop recording
- Press F1 again to replay — or configure loops and delays first
Build from Source
Prefer to build it yourself? The full source is available via SourceForge git:
git clone git://git.code.sf.net/p/ha-autoclicker/code ha-autoclicker-code
cd ha-autoclicker-code
pip install -r requirements.txt
python autoclicker_v1.pyRequirements: Python 3.7+, pyautogui, pynput, numpy, tkinter.
You can also package it yourself as a standalone executable using PyInstaller — no Python installation required on the target machine.
Why AutoClicker 2026?
Most Windows auto-clickers are either bloated with ads or stuck doing single-point clicking only. AutoClicker 2026 combines a full mouse/keyboard recorder and an automation engine into one lightweight package:
| Feature | AutoClicker 2026 | Other Apps |
|---|---|---|
| Completely free | Yes | Often freemium |
| No ads | Yes | Usually has ads |
| Mouse + keyboard recording | Yes | Rarely both |
| Bézier-curve movement | Yes | Linear only |
| Open source | Yes | No |
| Cross-platform (Windows/Linux/macOS) | Yes | Usually Windows-only |
| Lightweight (~8 MB) | Yes | Often 30+ MB |
How It Works
AutoClicker 2026 records your inputs at the OS level and replays them with precise timing. The Bézier-curve engine calculates cursor paths mathematically on the fly — so the cursor moves naturally, not in robotic straight lines.
- Record – Press F1 and perform your action sequence
- Configure – Adjust loop count, playback speed, or per-step delays
- Play – Press F1 again to replay exactly as recorded
- Loop – Run indefinitely or for a specific number of cycles
Tips & Tricks
- Start slow – Use longer delays until you’ve confirmed the sequence works, then speed it up.
- Chain recordings – Save multiple recordings and play them back-to-back for multi-stage workflows.
- Use keyboard shortcuts – F1/F2 work globally, even when other apps have focus.
- Export your macros – Recordings are stored as JSON files you can share or keep in git.
- Test first – Run a short test before starting a long loop to avoid surprises.
Frequently Asked Questions
Is it really free? Yes — 100% free and open source. No ads, no premium tier.
Which operating systems are supported? Windows 10 & 11 (installer provided). Linux and macOS are supported via source/PyInstaller builds.
Will SmartScreen block it? The installer isn’t code-signed, so Windows may warn you. Click More info → Run anyway.
Is it safe? The full source is public — inspect every line on SourceForge or clone it yourself.
Can I use it for games? Yes, it’s popular for idle games and repetitive in-game actions. Always check the game’s terms of service.
How do I stop a running loop? Press F2 at any time, or close the app window.
Record Once, Replay Forever
The core strength of AutoClicker 2026 is its full input recorder. Unlike simple auto-clickers that only tap a single point, it captures your entire interaction — every click position, keystroke, and timing — and replays it perfectly.
Perfect for:
- Navigating menus and filling forms automatically
- Complex multi-step in-game sequences
- Repeating the same workflow hundreds of times
- Batch-processing tasks that follow the same steps
Think of it as a macro recorder for your entire PC. Record the steps once, let the app handle the rest.
Privacy & Permissions
AutoClicker 2026 respects your privacy:
- No data collection – No telemetry, no analytics, nothing sent to us
- No internet required – Works entirely offline
- Minimal system access – Only the OS-level input APIs needed to record/replay
- Open source – Full transparency; inspect the code anytime
Last updated: 2026 • Version: 1.0.3
