Comparison

WheelClick vs MiddleDrag

Two ways to bring middle click back to macOS — here’s what actually differs.

macOS has never shipped a native way to middle-click, middle-click-drag, or autoscroll the way Windows and Linux users take for granted — anyone who switches platforms and loses that muscle memory ends up searching for a third-party fix. WheelClick and MiddleDrag are two independent answers to that same gap, built by different developers with different approaches; neither is a copy of the other. Below is an honest, attribute-by-attribute comparison so you can pick the one that fits how you work.

MiddleDrag is by Karan Kunal Mohindroo — its site is here. MiddleDrag is a free, MIT-licensed menu-bar app that turns a three-finger tap into a middle click and a three-finger drag into a middle-drag, reading raw touch data through Apple’s private MultitouchSupport framework so it can coexist with Mission Control.

Side by side

MiddleDrag WheelClick
Price $4.99 one-time Three-finger click & tap free forever
License Closed source
Free trial 14 days No account needed
Free tier Free tier Three-finger click and tap, permanently — no account, no countdown
macOS support macOS 13 (Ventura) and later
Input method Public Accessibility API (CGEventTap) One exception: Magic Mouse touches, which no public API exposes. Those come from a separate unsandboxed helper, in the direct build only
Trackpad Yes
Magic Mouse Yes Paid — touch gestures in the direct build; fn+click everywhere
Middle-click-drag Yes Opt-in Middle-Drag plugin for CAD, plus a configurable modifier-key + click (paid)
Autoscroll Yes System-wide, opt-in (paid)
Swipe gestures Yes Three-finger swipes (paid)
Per-app rules Yes Per-app allow and ignore lists (paid)
Where bugs go Public issue tracker WheelClick-Community on GitHub
Last release 1.1.4, 26 August 2026 GitHub Releases
Distribution Mac App Store, direct download, Homebrew The App Store build has no Magic Mouse gestures — the same sandbox limit every App Store app hits
Maintenance Active Five releases in August 2026

Cells marked “Not documented” mean MiddleDrag’s own materials don’t state it either way — we would rather leave a blank than publish a guess about someone else’s app. Every cell was re-verified against MiddleDrag’s own current materials on 31 August 2026; if something has gone stale since, tell us and it gets fixed. Comparing more than one alternative? See the full comparison — WheelClick and every middle-click app in one table.

The two apps take genuinely different technical routes: MiddleDrag reads raw touches through a private Apple framework before macOS processes them; WheelClick works from the public Accessibility API and re-arms macOS’s event taps when the system silently disables them. It reaches for that private framework in one place only — Magic Mouse touches, which no public API exposes — and there it runs in a separate helper process rather than in the app. Both approaches are legitimate; they just fail, and recover, differently.

Which one fits you

Pick MiddleDrag if you run macOS 15 or later, use only a trackpad, want middle-click and middle-drag and nothing else, and prefer free, open-source software. MiddleDrag does that job well, and being MIT-licensed means anyone can read and fork it.

Pick WheelClick if you are on macOS 13 or 14 (MiddleDrag needs 15+), use a Magic Mouse, want system-wide autoscroll rather than only in apps that implement it, or want per-app rules — plus fn+click and Force Click triggers, and a codebase that stays on public APIs everywhere macOS allows it to.

Either way you end up with a middle click your Mac should arguably have shipped with — see why macOS never did.

Try WheelClick free for 14 days

Three-finger click and tap are free forever — no trial needed for those.

More comparisons: vs Middle · vs MiddleTouch · vs Multitouch · vs BetterTouchTool · vs MiddleClick · all of them at once