rerun-io/rerun

Visualize, query, and stream to train on multimodal robotics data.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 5th, 2026
Created on April 8th, 2022
Open Issues & Pull Requests: 1,268 (+0)
GitHub issues: Enabled
Number of forks: 842
Total Stargazers: 11,407 (+0)
Total Subscribers: 77 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.2 hours
Mean response time: 72.9 days
90th percentile: 260.1 days
Tracked items: 1,783

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 47% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "🪳 bug" is answered fastest, typically in about 9 hours, while "user-request" waits about 3 weeks. 69% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 786
New in 7 days: 2
Closed in 7 days: 10
Avg open age: 629 days
Stale 30+ days: 755
Stale 90+ days: 714

Recent activity

Opened in 7 days: 2
Closed in 7 days: 8
Comments in 7 days: 2
Events in 7 days: 13

Top labels

  • 🪳 bug (639)
  • enhancement (492)
  • 📺 re_viewer (338)
  • ui (315)
  • 😤 annoying (218)
  • sdk-python (196)
  • 🧑‍💻 dev experience (155)
  • 📉 performance (113)

Detailed Description

Rerun is a data layer for physical AI that ingests, visualizes, queries, and streams multimodal robotics data to training pipelines.

The tool solves the problem of working with multi-rate, multimodal data from diverse sources—robot logs, human-data rigs, simulators, and web video in formats like MCAP and rrd—by providing a unified substrate. It ingests images, point clouds, transforms, time series, joint states, and video, then renders everything synchronized in realtime within a built-in viewer where users can scrub episodes, compare sensors side-by-side, and watch computer vision pipelines execute live. The same data is queryable via dataframes or SQL and streams directly into training without export jobs or stale copies. The architecture is built in Rust on column-chunk storage designed specifically for multi-rate physical data, with SDKs available in Python, Rust, and C++.

Teams working on robotics, computer vision pipelines, or embodied AI should consider this tool if they need to ingest heterogeneous sensor streams, debug perception systems visually, and feed processed data into training without intermediate export steps. It suits projects that combine multiple data modalities at different sampling rates and require both interactive exploration and programmatic access to the same dataset. The tool is particularly valuable for those running SLAM, hand tracking, motion retargeting, or similar CV operations as part of their data pipeline.

Development activity shows consistent engagement across multiple dimensions. The project maintains active support across three language SDKs, indicating sustained investment in accessibility for different developer communities. Work spans both the core columnar storage system and the viewer interface, suggesting parallel development of infrastructure and user-facing features. The codebase reflects ongoing refinement of how multimodal data flows through the system, from ingestion through visualization to training integration.