Skip to main content

Downloads

Vulkro is a single binary. Unpack it and put it anywhere on your PATH. There is nothing to install and no service to run.

Install from the command line

macOS and Linux:

curl -fsSL https://dist.vulkro.com/install.sh | bash

Windows, in PowerShell:

irm https://dist.vulkro.com/install.ps1 | iex

For Vulkro for Salesforce, use install-sf.sh and install-sf.ps1 at the same location.

Vulkro 0.21.0

PlatformFile
macOS, Apple Silicon
M1 and later
vulkro-0.21.0-mac-arm64.tar.gz
macOS, Intel
x86-64
vulkro-0.21.0-mac-x64.tar.gz
Linux
x86-64
vulkro-0.21.0-linux-x64.tar.gz
Windows
x86-64
vulkro-0.21.0-windows-x64.zip

Checksums: SHA256SUMS

Vulkro for Salesforce 0.10.0

PlatformFile
macOS, Apple Silicon
M1 and later
vulkro-sf-0.10.0-mac-arm64.tar.gz
macOS, Intel
x86-64
vulkro-sf-0.10.0-mac-x64.tar.gz
Linux
x86-64
vulkro-sf-0.10.0-linux-x64.tar.gz
Windows
x86-64
vulkro-sf-0.10.0-windows-x64.zip

Checksums: SHA256SUMS-sf

Verifying a download

Every release ships a SHA256SUMS manifest next to the archives. On macOS or Linux:

shasum -a 256 vulkro-0.21.0-mac-arm64.tar.gz

In PowerShell:

Get-FileHash vulkro-0.21.0-windows-x64.zip -Algorithm SHA256

Compare the result against the matching line in the manifest. Release archives are not currently signed, and the trust page records what is and is not published alongside each release.

Older releases

Archives stay available at their versioned paths, for example https://dist.vulkro.com/releases/v0.21.0/vulkro-0.21.0-linux-x64.tar.gz. The current version for each product is published at latest.json and latest-sf.json, which is what the installers read.