The Physical Data Platform

Iterate faster on robotics learning with unified infrastructure. Ingest, visualize, annotate, query, and transform - from collection to training.

Rerun is open source 6,200

Modern infrastructure
for robotics learning

Visualize

Visualize consistently as you explore, build, evaluate, and debug
Manage and share all data and visualizations in one place

Explore examples

Query & Transform

Run snappy dataframe queries optimized for robotics data
Transform logs into training-ready data with simple pipelines

Query & Transform
Read docs

Ingest, Store & Retrieve

Ingest, store, and index robotics logs of multi-formats
Search and retrieve petabyte-scale robotics data in seconds

Ingest, Store & Retrieve
Book a demo

Start visualizing in seconds

Powerful and flexible visualization for spatial and embodied AI that's shockingly easy to get started with.

pip install rerun-sdk
rerun

The community loves building on Rerun

LeRobot

LeRobot is Huggingface's State-of-the-art AI for real-world robotics project. They are using Rerun as an integrated part of their visualization tools.

LeRobot

LeRobot is Huggingface's State-of-the-art AI for real-world robotics project. They are using Rerun as an integrated part of their visualization tools.

Go to project →
Brush

Brush is a 3D reconstruction engine using Gaussian splatting developed by Arthur Brussee at Deepmind. It is written in Rust and aims to be highly portable, flexible and fast. Rerun is used for visualization during training.

Go to project →
PyCuVSLAM

PyCuVSLAM is the official Python wrapper for NVIDIA's cuVSLAM library, providing GPU-accelerated visual SLAM and camera tracking for real-time localization and mapping.

Go to project →
Ultra

Ultra is building intelligent warehouse robots that automate repetitive, dangerous, and variable tasks. They use Rerun Data Platform for their end-to-end data visualization workflow and transformation pipeline.

Go to project →
Project Aria

Project Aria is a research platform developed by Meta Reality Labs Research to push the state of the art in egocentric AI research. Rerun is used to visualize sequences in their Aria Dataset Explorer.

Go to project →

The fastest way to build Physical AI

Rerun accelerates your speed of progress by helping you SEE faster

Spot

Spot interesting moments from robot logs that could improve your model - a failure in a perception pipeline, an unexpected action, or a novel real-world scenario.

# Find rows around the time of the anomaly
around_anomaly = dataset.filter(
  dn.Expr.between(
    col("time"),
    anomaly_time - 10,
    anomaly_time + 10
  )
)

Expand

Zoom out from a single moment to the surrounding context to trace root cause.

Find all similar events across your recordings to collect training data.

Experiment

Transform messy logs into training-ready datasets with a consistent and flexible pipeline.

Debug visually as you train, evaluate, and iterate ML models.

Rerun Open Source

Visualize robot runs and turn them into training data locally.

Log & Model

  • Multi-format robotics log ingestion
  • Unified data model for both recording and tabular data
  • Data modeling simple by default, flexible by design
import rerun as rr
rr.init("my_data_generating_application")
rr.connect()  # Connect to a remote viewer
…
rr.log("points", rr.Points3D(positions))
rr.log("camera", rr.Transform3D(pos, rot))
rr.log("camera/image", rr.Pinhole(intrinsics))
rr.log("camera/image", rr.Image(tensor))
rr.log("reprojection_error", rr.Scalar(err))

View & Customize

  • The fastest, most powerful visualizer for Physical AI
  • Run it natively and in the browser; or use it to power your custom tools
  • Custom layouts and visualizations via UI or code

Analyze & Prepare

  • Powerful dataframe queries for filtering and analysis
  • Built-in robotics operations simplifying data pipeline
  • The fastest path from messy logs to training data

Rerun Data Platform

Built on open source, extended for production. Consistently produce large-scale, high-quality training data from massive robot runs.

Manage centrally, search instantly

  • The fastest indexing, search, and retrieval engine for robotics data
  • All your messy and clean data organized in one place
  • Version, govern, and discover easily - no single detail lost
Manage centrally, search instantly

Transform consistently, scale effortlessly

  • Purpose-built query engine for complex, large-scale robotics data
  • Define only once, transform incrementally and consistently
  • Schema evolution with fewer pipeline interruptions
# Find the latest embedding for the selected time
embedding_table = (
    dataset.filter_contents(
        contents="/camera/wrist/embedding",
    ).reader(
        index="real_time",
    ).limit(1)
)

embedding = (
    embedding_table
    .collect_column("/camera/wrist/embedding:embeddings")[0]
)

Share easily, debug collaboratively

  • One-click sharing of data, snapshots, and visualizations
  • Collaborate easily with shared visual context across your entire workflow
Share easily, debug collaboratively

Enterprise-ready Physical AI

  • Enterprise SSO and security controls to safeguard your data and IP
  • Deployed in your cloud and region of choice; data stored in your own bucket
Enterprise-ready Physical AI

Build intelligence not infrastructure

Winning teams win on the speed of product iteration. Rerun scales your infrastructure and simplifies your data pipelines. Every engineering hour drives new capability, not plumbing

Build intelligence not infrastructure

Rerun Open Source vs. Rerun Data Platform
Feature Comparison

Rerun Open Source

Visualize robot runs and turn them into training datasets, run locally

Dual licensed under MIT and Apache 2

Join on GitHub
  • Robotics log ingestion
  • Data modeling
  • Dataframe queries for robotics data
  • UDF support
  • Single file sharing
  • Simple in-memory data catalog

Rerun Data Platform

Turn large scale robotics log data into high-quality training data

Book a demo

Book a demo
    All Rerun Open Source features plus:
  • Centralized data catalog for large-scale robotics data
  • Centralized data management (versioning, discovery, lineage)
  • Managed cloud platform for scaled data infrastructure
  • Indexing, search, and retrieval
  • Optimized query engine for speed and scale
  • Incremental data transformation and schema evolution
  • Sharing and collaboration
  • Enterprise security and compliance

Rerun Open Source

Visualize robot runs and turn them into training datasets, run locally

Dual licensed under MIT and Apache 2

Join Github

Rerun Data Platform

Turn large scale robotics log data into high-quality training data

Beta release with selected customers

Book a demo
Robotics log ingestion
Data modeling
Data visualization
Dataframe queries for robotics data
UDF support
Single file sharing
Data catalog
Simple in-memory catalog
Centralized catalog for large-scale robotics data
Centralized data management (versioning, discovery, lineage)
Managed cloud platform for scaled data infrastructure
Indexing, search, and retrieval
Optimized query engine for speed and scale
Incremental data transformation and schema evolution
Sharing and collaboration
Enterprise security and compliance