Host-side raw camera and depth visualizer. Subscribes to platform runtime debug topics and forwards typed payloads to a local Rerun viewer.
phoxal-rerun-proxy is the first operator tool and is currently hosted inside this repository (phoxal/operator) — it is not a separate phoxal/rerun-proxy repo. The operator repo is the host/operator surface and will grow to host additional tools; the binary keeps the name phoxal-rerun-proxy.
curl -sSfL https://raw.githubusercontent.com/phoxal/operator/main/install.sh | shTo pin a release, set PHOXAL_REREUN_PROXY_VERSION to a tag:
PHOXAL_REREUN_PROXY_VERSION=v0.0.1 sh install.shcargo install --git https://github.com/phoxal/operatorAGPL-3.0-only — see LICENSE for the full license text. A commercial license is available for downstream products that cannot comply with AGPL — see COMMERCIAL.md and reach out via https://phoxal.com.
See CONTRIBUTING.md. DCO sign-off required on every commit.