Installation › icc (CLI) › FreeBSD

icc (CLI) — FreeBSD

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

Dependencies

pkg install libfido2 pcsc-lite

libfido2 is for FIDO2 security keys; pcsc-lite is for Nitrokey 3 (PC/SC). YubiKey OTP works out of the box.

Quick install

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

Detects your arch and installs icc (per-user or system-wide).

Manual

Grab the binary for your arch:

Or browse all releases.

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

Binaries are built on FreeBSD 14 and run on 14.x and 15.x.

Next: Setup → · ‹ Back to Installation