The official Infisical CLI: Inject secrets into applications and manage your Infisical infrastructure.
Important
The Infisical CLI Linux package repository is moving off Cloudsmith. To keep up with download volume, we're migrating the Linux package repository to our own host at artifacts-cli.infisical.com. Cloudsmith downloads will stop being served on September 16th, 2026, after which installs and updates from the old URL will fail.
Every release, including all older versions, is already available on the new host. If you're on an existing setup, you don't need to change anything else, just repoint your machine to the new artifact URL by following the migration steps.
The Infisical CLI is a powerful command-line tool for secret management that allows you to:
- Inject secrets into applications and development workflows
- Scan for secret leaks in your codebase and git history
- Export secrets to various formats (dotenv, JSON, YAML)
- Authenticate with Infisical Cloud or self-hosted instances
- Integrate with CI/CD pipelines and Docker containers
macOS
brew install infisical/get-cli/infisicalWindows
# Scoop
scoop install infisical
# Winget
winget install infisicalNPM
npm install -g @infisical/cliLinux
Ubuntu/Debian:
curl -1sLf 'https://artifacts-cli.infisical.com/setup.deb.sh' | sudo -E bash
sudo apt-get install -y infisicalAlpine:
wget -qO- 'https://artifacts-cli.infisical.com/setup.apk.sh' | sudo sh
sudo apk add infisicalRHEL/CentOS:
curl -1sLf 'https://artifacts-cli.infisical.com/setup.rpm.sh' | sudo -E bash
sudo yum install infisicalArch Linux:
yay -S infisical-binDownload binaries from GitHub Releases.
- CLI Overview - Complete installation and setup guide
- Usage Guide - Detailed usage scenarios
- Commands Reference - All available commands
- FAQ - Common questions and troubleshooting
We welcome contributions! Please see our Contributing Guide for details.
git clone https://github.com/Infisical/cli.git
cd cli
go build -o infisical .
go test ./...- Documentation - Complete guides and reference
- Slack Community - Get help from the community
- GitHub Issues - Report bugs and request features
The Infisical CLI is available under the MIT License.
Please do not file GitHub issues for security vulnerabilities. Instead, contact us at security@infisical.com.
Made with ❤️ by the Infisical team