HomeDownloads

Downloads

Download the latest release of OpenVARA for your platform, or install via npm or Docker.

v1.3.0 — Coming Soon

Estimated release: August 21, 2026

IN DEVELOPMENT

The next release is actively in development. Check back on August 21, 2026 for the first public build.

v1.2.0latest

Released May 2026 · 4.2 MB

Verified release · MIT License · Node.js v18+
Downloads Coming SoonSource Code Coming Soon
Downloads available August 21, 2026

// Installation Methods

Clone from GitHub

Recommended. Stay up to date with the latest changes and contribute back.

git clone https://github.com/openvara-radio/openvara.git
cd openvara
npm install
npm start

npm Package

Install globally via npm and run from anywhere on your system.

npm install -g openvara
openvara --config ./config

Docker

Run in a container. Ideal for server deployments and EmComm go-kits.

docker pull openvara/openvara:latest
docker run -p 3000:3000 \
  -v ./config:/app/config \
  openvara/openvara:latest

OpenVARA requires Node.js v18 or v20 LTS. Check your version with node --version before installing.

// All Releases