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 | shThe 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:
fidaPin 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 | shInstall with Cargo
cargo install --git https://github.com/ajipurn/fida fida-cliInstall from checkout
git clone https://github.com/ajipurn/fida
cd fida
./install.shVerify and remove
Confirm the install, then clean up when you no longer need the integrations.
Verify
fida --version
fida statusfida 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 offfida 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.