Universal Device Bridge — ADB-style access for embedded, MCU, and simulated devices
# Linux / macOS
curl -fsSL https://udb-core.pages.dev/install.sh | sh
# Windows (PowerShell)
irm https://udb-core.pages.dev/install.ps1 | iex
udb devices # Discover devices
udb connect 10.0.0.1:9910 # Connect
udb shell # Interactive shell
udb push ./app /opt/app # Deploy file