Vulcan CI vulcan ci

Get Vulcan CI


Install the Vulcan CI CLI with a single command

$ curl -fsSL https://get.vulcan-ci.io/install.sh | sh

Installs to /usr/local/bin by default. Override with VULCAN_INSTALL_DIR, pin a release with VULCAN_VERSION.

Detects Your Platform

Resolves the right binary for your OS and architecture automatically — Linux and macOS, amd64 and arm64

Pin a Version

Set VULCAN_VERSION=v1.2.3 before the pipe to install a specific release instead of latest

Open Source

The installer is a plain shell script — read it before you run it, on GitHub