Metriq Visualizer is an open-source multidimensional data and media visualizer.
It turns local audio, video, CSV, TSV, and XLSX data into interactive 3D geometry that you can scrub, inspect, and export as an MP4.
Metriq builds technology intended to support real-world progress. The visual language behind this project reflects that broader design philosophy: clean, technical, and forward-looking.
- Local audio and video analysis
- Local CSV, TSV, and XLSX import for numeric datasets
- Formula-based mapping for X, Y, Z, color, and size
- Interactive geometry playback and timeline scrubbing
- Optional smooth spline path rendering for line and tube modes
- Save and reopen visualizer projects as
.mvproj - Save and reuse visualizer presets as
.mvpreset - Visualizer behavior presets are loaded from the local
presets/directory next to the app. Add your own.mvpresetfiles there to populateg the list. - Legacy
.bglproject files can still be opened - Feature reference panel and mapped trace panels
- Professional dark-mode interface
- MP4 export presets in:
- 1280×720 landscape
- 1920×1080 landscape
- 1080×1920 vertical
Open a media file to extract a feature set and build geometry.
Open a table file with at least one numeric column to map imported values into geometry. Imported columns are available as formula-ready features, and the table importer also derives helper features such as pc1, pc2, pc3, magnitude, column_mean, and delta_magnitude.
For media:
pc10.7*mfcc_1 + 0.3*chroma_meansmooth(spectral_flux, 5)
For tabular data:
input_1mean(input_1, input_2)pc1delta_magnitude
Supported functions: abs, sqrt, log, log1p, exp, clip, smooth, mean, avg, sum, max, min
sudo apt update
sudo apt install ffmpeg python3-pip libgl1 libegl1 libxkbcommon-x11-0 libxcb-cursor0 libpulse0
cd metriq_visualizer_v1_10_16
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python metriq_visualizer_app.pyOr:
./run_linux.shThe source code in this package is licensed under MPL 2.0. See LICENSE.
Use of this software, any fork, any modified version, or any derivative work does not grant permission to use the Metriq name, trademarks, service marks, logos, symbols, trade dress, copyrighted brand materials, or any other Metriq Foundation, Inc. intellectual property, and does not imply affiliation, sponsorship, or endorsement by Metriq Foundation, Inc.
See TRADEMARKS.md and assets/ASSET_NOTICE.md for the brand-asset reservation notice.
Copyright (c) 2026 Metriq Foundation, Inc.

