Bubbaloop v0.0.4
Marketplace Fix
Fixes the marketplace sources JSON format so the install script correctly configures the official nodes registry.
What's Fixed
- Fixed JSON field name from
source_typetotypein sources.json (matches serde rename) - Marketplace now shows "Official Nodes" immediately after fresh install
Fresh Install
curl -fsSL https://raw.githubusercontent.com/kornia/bubbaloop/main/scripts/install.sh | bashAfter install, verify:
bubbaloop marketplace list
# Should show: Official Nodes builtin kornia/bubbaloop-nodes-officialFull Changelog
Installation
Quick Install (recommended)
curl -sSL https://github.com/kornia/bubbaloop/releases/latest/download/install.sh | bashUsage
bubbaloop # Launch TUI
bubbaloop status # Show services status
bubbaloop tui # Launch TUI explicitly
bubbaloop daemon # Run daemon directlyAssets
bubbaloop-linux-amd64- Single binary for x86_64 (CLI + daemon + TUI)bubbaloop-linux-arm64- Single binary for ARM64 (Jetson, Raspberry Pi)install.sh- Full installation script (includes Zenoh + systemd setup)