// linkrypt · cli

linkrypt CLI

// Quick install

macOS / Linux
curl -fsSL https://linkrypt.sh/install.sh | sh
Windows (PowerShell)
iwr -useb https://linkrypt.sh/install.ps1 | iex

Also installed: `lk` (short alias for `linkrypt`).

// Manual download

macOS (Apple Silicon) linkrypt-aarch64-apple-darwin.tar.gz .sha256
macOS (Intel) linkrypt-x86_64-apple-darwin.tar.gz .sha256
Linux x64 (musl, default) linkrypt-x86_64-unknown-linux-musl.tar.gz .sha256
Linux x64 (glibc) linkrypt-x86_64-unknown-linux-gnu.tar.gz .sha256
Linux ARM64 (musl) linkrypt-aarch64-unknown-linux-musl.tar.gz .sha256
Windows x64 linkrypt-x86_64-pc-windows-msvc.zip .sha256
Windows ARM64 linkrypt-aarch64-pc-windows-msvc.zip .sha256

All downloads served from linkrypt.sh/cli/latest/. Pin to a specific version: linkrypt.sh/cli/<tag>/

// First-run security warnings

  • macOS, browser download: run `xattr -d com.apple.quarantine ./linkrypt` before first run.
  • Windows: SmartScreen may show a warning — click "More info" → "Run anyway".
  • Linux: no warning expected.

v0.x ships unsigned. Signing is tracked in a follow-up issue.