docs/content/overview/installing-rerun/viewer.md
The Viewer can be installed independent of the library language you're using. Make sure that your library version matches the version of the Viewer you're using, because our data format is not yet stable across different versions.
There are many ways to install the viewer. Please pick whatever works best for your setup:
rerun-cli for your platform from the GitHub Release artifacts.cargo binstall rerun-cli - download binaries via cargo binstallcargo install rerun-cli --locked - build it from source (this requires Rust 1.92+)snap install rerun - download the viewer from the Store.pip3 install rerun-sdk - download it via pipconda install -c conda-forge rerun-sdk - download via Condapixi global install rerun-sdk - download it via PixiIn any case you should be able to run rerun afterwards to start the Viewer.
You'll be welcomed by an overview page that allows you to jump into some examples.
If you're facing any difficulties, don't hesitate to open an issue or join the Discord server.
The Rerun Viewer has built-in support for opening many kinds of files, and can be extended to open any other file type without needing to modify the Rerun codebase itself.