UDB Core

Universal Device Bridge — ADB-style access for embedded, MCU, and simulated devices

Install

# Linux / macOS
curl -fsSL https://udb-core.pages.dev/install.sh | sh

# Windows (PowerShell)
irm https://udb-core.pages.dev/install.ps1 | iex

Quick Start

udb devices                    # Discover devices
udb connect 10.0.0.1:9910 # Connect
udb shell                      # Interactive shell
udb push ./app /opt/app        # Deploy file
Embedded Linux (Raspberry Pi, BeagleBone)
MCU over serial (ESP32, Arduino)
Simulators for CI/CD
ADB-compatible commands
Zero-config when possible