A CLI tool that turns benchmark output from Go, Rust, and JavaScript frameworks — or any tabular CSV/JSON data — into interactive 5D visualizations. Pipe in results, apply multi-dimensional grouping, merge across runs, and explore everything in a single self-contained HTML file — no server, no dependencies, no build step. The input format is auto-detected, so vizb data.csv just works.
# Linux / macOS
curl -fsSL https://vizb.goptics.org/install.sh | bash
# Windows
irm https://vizb.goptics.org/install.ps1 | iexgo install github.com/goptics/vizb@latestPre-built binaries for Linux, macOS, and Windows are available on the releases page.
Full documentation is available at vizb.goptics.org:
- Getting Started
- Parser Guide
- Tabular Data (CSV & JSON)
- Automatic Parser Detection
- CLI Commands
- Grouping Guide
- Merging Guide
- CI/CD Integration
This project uses Task for managing development workflows.
go install github.com/go-task/task/v3/cmd/task@latest
task inittask dev:ui # Run the UI in development mode
task dev:docs # Run the docs site in development mode
task build:ui # Build the UI
task build:cli # Build the binary (run from ./bin/vizb)
task build:docs # Build the docs for production
task build # Build everything
task test # Run testsContributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License — see the LICENSE file for details.