Skip to main content

Downloads

Ballast 1.0.1. Every binary here is built directly from the tagged release — verify what you download against SHA256SUMS before installing it. See the release notes for what changed.

Linux (x86_64)

Centre

Runs on the appliance or server that hosts your desired state and the console.

ballast-centre-1.0.137.0 MB
c59fd1863c53c44de64a4eb02c1beb639ec3141676a24c69918ae55f49ee5faaDownload

Linux (x86_64)

Ballast Manager

The appliance-side tool for updates, backup and restore. Runs beside the centre.

ballast-manager-1.0.114.3 MB
e4c1299e7c321eb3cd041b6f3b9a969f1826ff4dff77f39c20decb58348e1d4eDownload

Windows Server (x86_64)

Agent

Installs as a Windows service on each Hyper-V host. Source is public — see below.

ballast-agent-1.0.1.exe38.4 MB
08416578abcba2e03b4abfe876462fc3cdbf56c8f32246be7c149d7820ce59e0Download

Verifying a download

Compare the file you downloaded against the matching line in SHA256SUMS.

# Windows (PowerShell)
Get-FileHash .\ballast-agent-1.0.1.exe -Algorithm SHA256

# Linux
sha256sum ballast-centre-1.0.1

This confirms the file matches what was published here — it does not by itself prove who published it. See Security for the current state of binary provenance.

Agent source

The agent is open source (Apache 2.0) at github.com/halvantic/hyperv-control-plane. Build it yourself if you'd rather not use the binary above.