Patch release for a fresh-box install failure reported on Ubuntu 24.04.
Fix
The install one-liner was bailing out on every minimal Ubuntu/Debian box:
[ERROR] Missing required dependencies: unzip
scripts/install.sh now auto-installs the missing unzip (and curl) via the host's package manager — supporting apt-get, dnf, yum, apk, and pacman. Uses sudo if not root; falls back to a per-distro install hint if no recognized package manager or sudo is available.
Verified end-to-end on a stock ubuntu:24.04 arm64 container — bubbaloop --version prints 0.0.15 with no manual prerequisites beyond curl (which is present on virtually every distro out of the box).
Install
curl -fsSL https://github.com/kornia/bubbaloop/releases/download/v0.0.15/install.sh | shFull diff: v0.0.14...v0.0.15
Installation
Quick Install (recommended)
curl -sSL https://github.com/kornia/bubbaloop/releases/latest/download/install.sh | bashUsage
bubbaloop status # Show services status
bubbaloop agent # Talk to hardware via Claude AI
bubbaloop daemon # Run daemon directly
bubbaloop up # Load skills and start nodesAssets
bubbaloop-linux-amd64- Single binary for x86_64 (CLI + daemon + MCP server)bubbaloop-linux-arm64- Single binary for ARM64 (Jetson, Raspberry Pi)install.sh- Full installation script (includes Zenoh + systemd setup)