Skip to content

Bubbaloop v0.0.4

Choose a tag to compare

@edgarriba edgarriba released this 05 Feb 10:50
· 228 commits to main since this release

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_type to type in 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 | bash

After install, verify:

bubbaloop marketplace list
# Should show: Official Nodes  builtin  kornia/bubbaloop-nodes-official

Full Changelog

v0.0.3...v0.0.4

Installation

Quick Install (recommended)

curl -sSL https://github.com/kornia/bubbaloop/releases/latest/download/install.sh | bash

Usage

bubbaloop           # Launch TUI
bubbaloop status    # Show services status
bubbaloop tui       # Launch TUI explicitly
bubbaloop daemon    # Run daemon directly

Assets

  • 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)