
MyProPad.
Don't reach for the mouse.
The trackpad you already own. Control your computer effortlessly from your mobile browser with zero mobile apps or browser extensions to install.

The Frustration
Extra Peripheral Friction: Reaching for a separate physical mouse while lying in bed or watching videos from across the room breaks your flow.
App Stores & Bloatware: Most virtual trackpad utilities force you to install bloated mobile apps filled with ads, account signups, or background tracking.
Lag & Sub-pixel Jitter: Naive WebSocket implementations suffer from Wi-Fi buffer bloat, input stalls, and micro-drag truncations that make small cursor adjustments impossible.
The Architecture
- Zero Mobile Apps: Open your smartphone camera, scan the desktop app's QR code, and open the web trackpad surface instantly.
- Go & Linux Kernel /dev/uinput: Native performance driving low-level OS input events directly without X11 or Wayland wrapper overhead.
- 120Hz Movement Coalescing: Non-blocking server dispatch loop that aggregates incoming touch deltas without network channel congestion.
- Sub-Pixel Float Accumulator: Retains fractional touch micro-movements across ticks to eliminate cursor jitter.
120Hz Motion Engine
Touch deltas sent from your phone are processed in real-time. The Go server uses an in-memory thread-safe delta accumulator and flushes events to the kernel at 120Hz (8ms intervals).
Instant QR Pairing
& 100% Local Privacy
No accounts, cloud servers, or external internet required. Launch MyProPad on your PC, scan the generated local QR code with your mobile device, and control your cursor immediately. Your touch data stays strictly inside your local Wi-Fi network.
AppImage Packaging
Packaged into a single self-contained Linux AppImage file (v1.0.3) for plug-and-play execution across Ubuntu, Debian, Fedora, Arch, and all major Linux distributions.
Native Multi-Touch Gestures
Cursor Movement
High-precision pointer movement with sub-pixel float smoothing.
Primary Click
Instant left click trigger anywhere on your phone screen.
Context Menu
Triggers a secondary right click action effortlessly.
Vertical Scroll
Smooth page scrolling matching physical laptop trackpad habits.