Skip to content

Install

Install the Certyn CLI binary for local machines and CI runners.

Certyn CLI is distributed as a single binary per OS/architecture.

Pinned versions first

Prefer installing with an explicit --version in production pipelines.

macOS and Linux (bash)

curl -fsSL https://certyn.io/install | bash -s -- --version v0.1.0

Install latest:

curl -fsSL https://certyn.io/install | bash -s -- --latest

Windows (PowerShell)

iex "& { $(iwr -useb https://certyn.io/install.ps1) } -Version v0.1.0"

Verify install

certyn --version

Build from source

git clone https://github.com/YevheniiGera/certyn-cli.git
cd certyn-cli
go build -o certyn .