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
- PyTorch adapterofficial
Native support for torch.nn.Module and any state_dict-shaped object.
- JAX / Flax adapterofficial
Recording against pytree parameter dicts and Flax modules.
- HuggingFace hubofficial
Direct fingerprinting of AutoModel checkpoints and Datasets.
SDK
- Rust readerofficial
Zero-copy reader for aggregators, dashboards, and Rust services.
- TypeScript readercommunity
WASM-backed reader for browser and Node. Read-only; matches format v3.
Dashboard
- nsviewcommunity
Local desktop viewer for .nsz files. Read-only.
- nscope-grafanacommunity
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
- GitHub Actionofficial
Turn ns diff into a required CI check with an inline report.