Download Latest Version 0.24.0 - Light mode, streaming video and data model improvements source code.tar.gz (5.3 MB)
Email in envelope

Get an email when there's a new version of Rerun

Home / 0.23.2
Name Modified Size InfoDownloads / Week
Parent folder
rerun-cli-0.23.2-x86_64-apple-darwin 2025-05-06 92.3 MB
rerun-cli-0.23.2-aarch64-apple-darwin 2025-05-06 84.1 MB
rerun-cli-0.23.2-aarch64-unknown-linux-gnu 2025-05-06 98.6 MB
rerun-cli-0.23.2-x86_64-unknown-linux-gnu 2025-05-06 105.6 MB
rerun-cli-0.23.2-x86_64-pc-windows-msvc.exe 2025-05-06 78.1 MB
rerun_cpp_sdk.zip 2025-05-06 138.8 MB
rerun_cpp_sdk-0.23.2-multiplatform.zip 2025-05-06 138.8 MB
librerun_c-0.23.2-x86_64-apple-darwin.a 2025-05-06 85.1 MB
librerun_c-0.23.2-aarch64-apple-darwin.a 2025-05-06 82.7 MB
librerun_c-0.23.2-aarch64-unknown-linux-gnu.a 2025-05-06 125.7 MB
librerun_c-0.23.2-x86_64-unknown-linux-gnu.a 2025-05-06 125.3 MB
rerun_c-0.23.2-x86_64-pc-windows-msvc.lib 2025-05-06 126.1 MB
rerun_sdk-0.23.2-cp39-abi3-win_amd64.whl 2025-05-06 58.2 MB
rerun_sdk-0.23.2-cp39-abi3-manylinux_2_31_x86_64.whl 2025-05-06 72.2 MB
rerun_sdk-0.23.2-cp39-abi3-manylinux_2_31_aarch64.whl 2025-05-06 68.9 MB
rerun_sdk-0.23.2-cp39-abi3-macosx_11_0_arm64.whl 2025-05-06 62.7 MB
rerun_sdk-0.23.2-cp39-abi3-macosx_10_12_x86_64.whl 2025-05-06 66.8 MB
rerun_notebook-0.23.2-py2.py3-none-any.whl 2025-05-06 9.8 MB
0.23.2 - RRD migration and bugfixes source code.tar.gz 2025-05-06 4.8 MB
0.23.2 - RRD migration and bugfixes source code.zip 2025-05-06 8.0 MB
README.md 2025-05-06 2.7 kB
Totals: 21 Items   1.6 GB 0

Rerun is an easy-to-use database and visualization toolbox for multimodal and temporal data. Try it live at https://rerun.io/viewer.


✨ Overview & highlights

  • New CLI tool to migrate .rrd files
  • Various bugfixes

.rrd migration tool

With 0.23, we made several breaking changes that resulted in older .rrd files not being able to load at all anymore. To help smoothen the migration to 0.23, we're introducing a migrate command to the Rerun CLI:

rerun rrd migrate colmap.rrd arkit.rrd rgbd.rrd

The command will copy the contents into a .backup file, and then migrate the file.

Due to the incompatibility between .rrd files from 0.23 and those from earlier versions, this command likely won't be able to migrate every recording perfectly. We expect the migration to work on files between 0.20 and 0.22, simpler recordings may work as far back as 0.18.

We plan to use this command future .rrd migrations as a way to fulfill our N+1 compatibility guarantee: * Viewers after 0.23 will always be able to load recordings from the previous version. * Recordings from 0.23 and beyond may be migrated to the next version.

We currently have no plans for compatibility or migrations across multiple versions.

🪵 Log API

  • Improve and mitigate warnings around data loss when flushing #9846

🐍 Python API

  • Add ViewerClient to rerun.experimental #9828
  • Improve set_time error handling for large Python integers #9839
  • Properly resolve component selectors in dataset index creation and search APIs #9854
  • Fix incorrectly advertised minimum supported pyarrow version (18.0.0 is required) #9878
  • Fix incorrectly advertised numpy 1.x support (numpy2 is required now) #9880

🪳 Bug fixes

  • Fix world grid not scaling correctly when camera is below the grid #9867
  • Tensor view improvements #9831
  • Fix size check for NV12 & YUY2 formats in C++ and Rust #9890
Source: README.md, updated 2025-05-06