Download Nrdvana
One self-contained binary per platform — no installer, no prerequisites, nothing else to set up. Every license works with every artifact.
Downloads unlock at launch. Paying customers receive their download link by email the moment the build is published — this page is where those links will live.
Windows — Console App & Service
Windows 10/11 or Windows Server, x64. Unzip anywhere and run nrdvana from a
terminal. Pro and Lifetime licenses can also install it as an unattended Windows service
(nrdvana service install).
Linux — Console App
The same CLI, published for linux-x64: convert, formats,
license, and service watch all work identically — output is
byte-for-byte the same as Windows.
Server — the headless worker container
For Server licenses: a small Linux container that converts within your S3-compatible
bucket — drop .nrd files under the in/ prefix, converted
output appears under out/. Configured entirely by environment, and it
activates itself on first boot from your license key — no manual activation step,
no volumes, no folders.
docker run -d \ -e NRDVANA_LICENSE_KEY=NRD-XXXXX-XXXXX-XXXXX-XXXXX \ -e NRDVANA_S3_ENDPOINT=https://nyc3.digitaloceanspaces.com \ -e NRDVANA_S3_BUCKET=replays \ -e NRDVANA_S3_KEY=... -e NRDVANA_S3_SECRET=... \ -e NRDVANA_FORMATS=nc,parquet \ nrdvana/worker
Works with any S3-compatible storage (DigitalOcean Spaces, Amazon S3,
MinIO, …). Prefixes are configurable via NRDVANA_IN/NRDVANA_OUT;
progress survives container restarts. The image reference above goes live at launch.
Bought a license and need bits before launch? Contact support — we'll get you a build directly.