// DOCS
Quickstart
Harden your first binary with AI-enabled protection in under five minutes. Sayf slots into any CI runner as a single command.
01
Install the CLI
$ curl -sSL https://get.sayf.dev | sh $ sayf --version sayf 4.2.0 (build 18a3f2)
02
Authenticate
$ sayf login --token $SAYF_TOKEN ✓ Authenticated as build-bot@acme.io ✓ Org: acme-industrial Plan: Enterprise
03
Harden a binary
$ sayf build \
--target linux/x86_64 \
--profile aggressive \
--license ./entitlements.yaml \
./dist/app.bin
✓ Hardened artifact: ./dist/app.protected.bin04
Wire telemetry
$ sayf telemetry tail --org acme-industrial [14:02:11] tamper.attempt host=ws-44.acme.io action=blocked [14:02:14] license.checkout seat=312/2000 feature=core+sim [14:02:18] debugger.detected host=ws-09.acme.io action=terminated