# The Rerun Viewer
Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.
[](https://crates.io/crates/viewer/re_viewer)
[](https://docs.rs/re_viewer)


This is the main crate with all the GUI.
This can be compiled as a web-app by building for Wasm. To run it natively, use the `rerun` binary.
Talks to the server over gRPC (using `re_redap_client`).