One command. Sets up Homebridge + the @tethralinc/homebridge-tethral plugin.
curl-to-shell
curl -fsSL https://get.tethral.ai/hb | sh
Elevated PowerShell (right-click → Run as administrator)
iwr -useb https://get.tethral.ai/hb.ps1 | iex
@tethralinc/homebridge-tethral npm packageThe Tethral API token is configured in the Homebridge UI after install, not in the script — so no secrets pass through the shell pipe.
Reasonable. Read the scripts first:
Or download and inspect locally before running:
curl -fsSL https://get.tethral.ai/hb -o hb less hb sh hb
Skip the installer entirely. Install Homebridge using the canonical method for your platform, then search the Homebridge UI's Plugins tab for @tethralinc/homebridge-tethral. Per-platform guides: