rerun-cli

Crates.iorerun-cli
lib.rsrerun-cli
version0.24.1
created_at2023-05-25 19:10:44.905643+00
updated_at2025-08-07 15:10:32.625517+00
descriptionLog images, point clouds, etc, and visualize them effortlessly
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id874548
size268,587
rerun.io (rerunio)

documentation

README

banner

Latest version Documentation MIT Apache Rerun Discord

Rerun command-line tool

You can install the binary with cargo install rerun-cli --locked --features nasm.

Note: this requires the nasm CLI to be installed and available in your path. Alternatively, you may skip enabling the nasm feature, but this may result in inferior video decoding performance.

The rerun CLI can act either as a server, a viewer, or both, depending on which options you use when you start it.

Running rerun with no arguments will start the viewer, waiting for an SDK to connect to it over gRPC.

Run rerun --help for more.

What is Rerun?

Running a web viewer

rerun --web-viewer path/to/file.rrd
Commit count: 4053

cargo fmt