Docs / Self-Hosted Applications / Infisical Secrets Management

Infisical Secrets Management

By Admin · Mar 15, 2026 · Updated Apr 23, 2026 · 670 views · 1 min read

What is Infisical?

Infisical is an open-source secrets management platform for storing, syncing, and managing environment variables and secrets across your infrastructure. It replaces .env files with a centralized, encrypted secrets store.

Installation

git clone https://github.com/Infisical/infisical.git /opt/infisical
cd /opt/infisical
cp .env.example .env
docker compose -f docker-compose.prod.yml up -d

Features

  • Centralized secret storage with AES-256 encryption
  • Environment-specific secrets (dev, staging, production)
  • Secret versioning and audit logs
  • CLI for local development: infisical run -- npm start
  • Native integrations (GitHub Actions, Kubernetes, Terraform)
  • Secret rotation automation
  • Role-based access control
  • Point-in-time secret recovery

Was this article helpful?