PCloud CLI — Downloads

Official build artifacts for the PCloud command-line tool.
Build date: 2026-06-01 Version: v1.112.0
Available artifacts
Documentation
OS Arch File (Specific Version) Type Size SHA-256 Verification Status Actions
aix ppc64 tar.gz 6.7MB 7ca7ccfac58923d058f56d5b747cf792dae148b2be59f5d349271ba7d482566c Cosign Bundled (.sigstore.json inside)
darwin amd64 tar.gz 6.7MB 01c7c26156b29d4fa1f511061c2aadbe2c6fa74b8c85dc9d076bbc1b2078b548 Cosign Bundled (.sigstore.json inside)
darwin arm64 tar.gz 6.2MB 33123402a30149c8bba25bcee802e8bfcf1c9de533b1b144b8727e00e084c4a6 Cosign Bundled (.sigstore.json inside)
linux amd64 tar.gz 6.5MB 8fdc1f147b094193302a6323be6e3533b9d8054e5390ae43724f5400c585c759 Cosign Bundled (.sigstore.json inside)
linux arm64 tar.gz 5.9MB d5e83f50158e65640b71ed0c1c39bc829761534483c702f0862c44a2d80e8446 Cosign Bundled (.sigstore.json inside)
linux ppc64le tar.gz 5.9MB e9b4a2aa27d927d37928d69eb62bc3ce485d11af87aeb6493220452a95430235 Cosign Bundled (.sigstore.json inside)
windows amd64 zip 6.7MB 5a494984ef4f73c664488ba1c6acaab302d700efdfa89e390f348ac785ffebbe Cosign Bundled (.sigstore.json inside)
How to extract and verify authenticity using Cosign Bundle

Our binaries use **Cosign keyless verification bundles**. The signature validation chain is enclosed in a single .sigstore.json metadata file wrapped straight inside the download package.

  1. Download either the versioned archive or the -latest archive variant.
  2. Extract the archive components (yielding the binary executable along with its matching .sigstore.json bundle).
  3. Execute the cosign verify-blob --bundle verification pattern.

For Linux / macOS (.tar.gz):

# 1. Unpack the compressed files
tar -xzvf pcloud-linux-amd64-latest.tar.gz

# 2. Verify integrity leveraging the single bundled file
cosign verify-blob   --bundle pcloud.sigstore.json   --certificate-identity-regexp "https://github.com/converge-cloud/morpho-pcloud-cli"   --certificate-oidc-issuer "https://token.actions.githubusercontent.com"   pcloud

For Windows (.zip):

# 1. Unpack the compressed files
unzip pcloud-windows-amd64-latest.zip

# 2. Verify integrity leveraging the single bundled file
cosign verify-blob   --bundle pcloud.exe.sigstore.json   --certificate-identity-regexp "https://github.com/converge-cloud/morpho-pcloud-cli"   --certificate-oidc-issuer "https://token.actions.githubusercontent.com"   pcloud.exe