Getting started
Install UNS OpenHub Runtime
Use the public Bootstrap to install a verified Runtime containing the controller and local data services. Complete first-time setup in the browser, then use the version-matched guide included with that release.
Before you begin
The Bootstrap is available for macOS, Linux, and Windows on Intel/AMD 64-bit and ARM64 hosts.
- Container engineDocker or Podman with Compose support.
- Runtime accessDuring the private preview, approval to download the private Runtime release.
- Image accessDocker Hub access to the private controller image. Authenticate with
docker login docker.ioorpodman login docker.io.
Install the Runtime
Choose your platform. Install the public Bootstrap, then let it download and verify the matching Runtime bundle.
curl -fsSL \
https://github.com/ uns-openhub/ uns-openhub-bootstrap/ releases/ latest/ download/ install.sh |
sh"$HOME/.local/bin/uns-bootstrap" installcurl -fsSL \
https://github.com/ uns-openhub/ uns-openhub-bootstrap/ releases/ latest/ download/ install.sh |
sh"$HOME/.local/bin/uns-bootstrap" installInvoke-WebRequest `
https://github.com/ uns-openhub/ uns-openhub-bootstrap/ releases/ latest/ download/ install.ps1 `
-OutFile install.ps1
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install.ps1& "$HOME\.local\bin\uns-bootstrap.exe" installAfter installation
Complete first-time setup in the browser
Complete the terminal configuration wizard, authenticate to the image registry if requested, and run its printed Runtime start command. On the same computer, open http://localhost:8180. A fresh Controller redirects to the setup wizard. When the Runtime runs on another host, use that host's configured address instead.
Bring in your first measurements
A running Controller and a Schema profile do not generate measurements. Start a producer such as rtt-demo-app, add UNS Archiver for history in QuestDB, and UNS API Global for current and historical queries.
Ongoing operations
Continue with the Runtime README
The installed Runtime includes the version-matched guide for configuration, operations, updates, administration, and troubleshooting. The installer uses the directory name uns-openhub-runtime.
$HOME/uns-openhub-runtime/README.md$HOME\uns-openhub-runtime\README.md