Installation
- MacOS
- Windows
- NPM
- Alpine
- RedHat/CentOs/Amazon
- Debian/Ubuntu
- Arch Linux
Quick Usage Guide
Now that you have the CLI installed on your system, follow this guide to make the best use of it
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Infisical’s CLI is one of the best ways to manage environments and secrets. Install it here
artifacts-cli.infisical.com. The Cloudsmith repository stops serving on September 16, 2026. Machines still pointed at the old URL will fail to install or update. See the migration guide for step-by-step instructions.brew install infisical/get-cli/infisical
brew update && brew upgrade infisical
Scoop package manager
Winget package manager
winget install infisical
apk add --no-cache bash sudo wget
wget -qO- 'https://artifacts-cli.infisical.com/setup.apk.sh' | sudo sh
apk update && sudo apk add infisical
curl -1sLf \
'https://artifacts-cli.infisical.com/setup.rpm.sh' \
| sudo -E bash
sudo yum install infisical
curl -1sLf \
'https://artifacts-cli.infisical.com/setup.deb.sh' \
| sudo -E bash
sudo apt-get update && sudo apt-get install -y infisical
yay package manager to install from the Arch User Repositoryyay -S infisical-bin
Was this page helpful?