DeskHop is a hardware device that enables fast switching between two computers using a single keyboard and mouse pair.
The problem it solves is the friction and delay inherent in traditional USB switching boxes. DeskHop acts as an intermediary between your peripherals and computers, maintaining simultaneous connections to both machines and intelligently routing input based on your selection. It supports two switching methods: a configurable keyboard hotkey and mouse-based switching. For mouse switching, the device converts relative mouse movements into absolute coordinates, accumulating position internally. When the cursor reaches a monitor edge in the direction of the other display, the device swaps outputs while preserving the Y coordinate, creating a seamless visual transition. The keyboard follows the mouse automatically, and vice versa. The device also remembers LED states for each computer, restoring the visual feedback you left behind when switching back.
DeskHop suits anyone sharing peripherals between two computers regardless of their operating systems. It requires no software installation on either machine and works with Linux, macOS, and Windows simultaneously. The hardware uses affordable, readily obtainable components and can be assembled in a 3D-printable snap-fit case. Full galvanic isolation between outputs protects your computers from electrical issues. The project is completely free and open source, released under an open source hardware certification.
The codebase is written in C and targets the Raspberry Pi Pico microcontroller. The project includes a web-based configuration interface and bundles a minimal Pico SDK along with TinyUSB to avoid version mismatches and simplify the build process. A user manual is provided to guide setup and operation. The build system is straightforward, requiring only standard development tools on Debian or Ubuntu systems, with an additional Python dependency for rendering the web UI.