Ecosystem

Ecosystem

First- and third-party projects that read, write, or extend the .nsz format. If your project uses NeuronScope, open a PR to add it.

Framework adapter
  • Native support for torch.nn.Module and any state_dict-shaped object.

  • Recording against pytree parameter dicts and Flax modules.

  • Direct fingerprinting of AutoModel checkpoints and Datasets.

SDK
  • Rust readerofficial

    Zero-copy reader for aggregators, dashboards, and Rust services.

  • WASM-backed reader for browser and Node. Read-only; matches format v3.

Dashboard
  • nsviewcommunity

    Local desktop viewer for .nsz files. Read-only.

  • Grafana data source that surfaces benchmark artifacts as time series.

Storage
  • S3 streamingofficial

    Range-read .nsz artifacts directly from S3, GCS, and Azure Blob.

CI / CD
  • Turn ns diff into a required CI check with an inline report.