Installation › icc (CLI) › OpenBSD

icc (CLI) — OpenBSD

The GUI app isn't available on the BSDs (no Flutter engine) — the CLI is.

Dependencies

pkg_add libfido2 libusb1 libiconv pcsc-lite

Quick install

curl -fsSL https://instacrypt.io/ic-cli/install.sh | sh

OpenBSD has no cross-release binary compatibility, so icc is built per release. The installer picks the build matching your uname -r (currently 7.8 and 7.9). On another release, build from source.

Manual

Grab the binary matching your uname -r and arch:

Or browse all releases. On another release, build from source.

chmod +x icc-openbsd-7.9-amd64
mv icc-openbsd-7.9-amd64 /usr/local/bin/icc
icc --help

Note: YubiKey over libusb may require uhid(4)/uhidev(4) disabled in the kernel; Nitrokey 3 (PC/SC) needs pcscd.

Next: Setup → · ‹ Back to Installation