Your Mouse Becomes Art
Every mouse movement, click, and gesture tracked as beautiful trails, heat maps, and live stats.
Every mouse movement across all apps is captured and drawn as smooth, colorful trails on a dark canvas in real-time.
See where you spend the most time. A grid-based heat map shows hot zones from cool to warm based on mouse activity density.
Every click is recorded with an orange dot. See your click zones — which areas of the screen you interact with most.
Distance traveled, total clicks, max speed, average speed, click heat zones — all updating in real-time.
Cyan, Purple, Orange, Green, Pink, Fire (speed-based), and Rainbow. Adjustable trail width from 0.5 to 5.0.
Save your daily mouse portrait as a high-resolution 1920×1080 PNG. Share your mouse art or keep it as a daily artifact.
Uses macOS CGEvent tap to listen for mouse movements and clicks across all apps. Requires Accessibility permission.
Mouse positions are normalized to screen coordinates. Speed is calculated from distance and time between samples.
SwiftUI Canvas draws smooth trails with speed-based line width. Clicks appear as orange dots. Cursor glow shows current position.
Save your daily mouse portrait as a 1920×1080 PNG. Every day tells a different story through your mouse movements.
All mouse tracking happens locally on your Mac using macOS native APIs. No data is ever recorded to disk, transmitted, or sent anywhere. The event tap only listens — it never modifies or blocks your input. No internet required.
For Apple Silicon & Intel Macs running macOS 14+
Download MouseTrailMapBuilt with SwiftUI + CGEvent Tap + Canvas