Skip to main content

DeckBridge

DeckBridge lets you use a USB Stream Deck with the Elgato Stream Deck app over your local network. It runs on your computer and appears to the app as a network device, so your keys and button images work over WiFi — no Elgato Network Dock required.

It's a free, community-built tool for personal and hobby use, shipped as a standalone binary (<5MB, no Node.js runtime needed).

New here? Head to Getting Started to install and connect a deck.

How it works

DeckBridge speaks USB HID to the deck and emulates an Elgato Network Dock on the LAN (TCP/CORA, advertised over mDNS). The Elgato app discovers it like real hardware — key presses travel up, button images travel down (resized/rotated per device before the USB write).

Supported devices

  • Mirabox 293V3 — also matches the HSV293SV3 / "293S V3" refresh (PID 0x1014, untested)
  • Mirabox 293S
  • Mirabox K1 Pro
  • Ajazz AKP153E (rev. 2) — untested
  • Ajazz AKP153R (rev. 2) — untested
  • Ajazz AKP153 — untested
  • Ajazz AKP153E (rev. 1) — untested
  • Ajazz AKP153R (rev. 1) — untested
  • Mars Gaming MSD-ONE — untested
  • Mad Dog GK150K — untested
  • Risemode Vision 01 — untested
  • TMICE Stream Controller — untested
  • Stream Deck MK.2
  • Stream Deck Mini

Hardware-tested on macOS: 293V3, 293S, K1 Pro, and Stream Deck Mini; MK.2, the Ajazz AKP153 rev. 2 models, the 7 v1 rebadges of the 293S board (Ajazz AKP153/E/R rev. 1, Mars Gaming MSD-ONE, Mad Dog GK150K, Risemode Vision 01, TMICE Stream Controller), and the Linux/Windows builds are implemented but not hardware-verified. The Ajazz rev. 2 boards are the same hardware as the 293V3 behind a different USB VID/PID, so they reuse the 293V3 model verbatim; the 7 v1 rebadges are the same hardware as the 293S behind a different USB VID/PID, so they reuse the 293S model verbatim.

Platform status

DeckBridge is currently tested on macOS only, and the GitHub releases currently ship macOS builds only. Linux and Windows support exists in the code but is untested and not yet released.

⚠ Disclaimer
Not affiliated with or endorsed by Elgato / Corsair (“Stream Deck” and “Elgato” are their trademarks). For hobby and personal use only; it does not replace the Elgato Network Dock. For professional setups, use official Elgato hardware.
ℹ Nothing reverse-engineered
The USB HID and Elgato CORA handling is reused from existing open-source projects — DeckBridge only wires them together. Credits: References.