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
The next release is actively in development. Check back on August 21, 2026 for the first public build.
Released May 2026 · 4.2 MB
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 startInstall globally via npm and run from anywhere on your system.
npm install -g openvara
openvara --config ./configRun 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:latestOpenVARA requires Node.js v18 or v20 LTS. Check your version with node --version before installing.