Fida logoFidav0.1.10

Install

Install Fida from the install script, Cargo, or a local checkout.

Install Fida

Pick the install method that fits your setup.

Install script

curl -fsSL https://raw.githubusercontent.com/ajipurn/fida/main/install.sh | sh

The script installs fida to ~/.local/bin by default. Run in a terminal, it then offers to set up protection for you; otherwise start setup yourself when you are ready:

fida

Pin version or directory

FIDA_VERSION=v0.1.0 FIDA_INSTALL_DIR=/usr/local/bin \
  curl -fsSL https://raw.githubusercontent.com/ajipurn/fida/main/install.sh | sh

Install with Cargo

cargo install --git https://github.com/ajipurn/fida fida-cli

Install from checkout

git clone https://github.com/ajipurn/fida
cd fida
./install.sh

Verify and remove

Confirm the install, then clean up when you no longer need the integrations.

Verify

fida --version
fida status

fida status reports each detected agent as enforced, best_effort, incomplete, or inactive, shows the recorded redaction self-test result, and counts how many secrets have been protected in the current repository.

Turn off protection

fida off

fida off removes Fida-managed agent integrations and setup metadata while preserving non-Fida config; fida off <agent> disables a single agent. To remove Fida completely — config and binary included — see Uninstall.

On this page