Alternatives to Doppler
Hosted secrets manager that syncs environment variables across environments. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Doppler
Hosted secrets manager that syncs environment variables across environments.
Replacements
Listings that take over the same core job as Doppler.
Infisical
Open-source platform for storing and distributing application secrets.
Infisical is open source and can be self-hosted with versioning and audit logs, so secrets need not sit with a hosted vendor, though some enterprise features are paid.
SOPS
Encrypts values inside YAML, JSON and env files so they can live in Git.
SOPS is free and open source and encrypts values inside YAML, JSON and env files kept in Git, with no hosted service but manual key rotation.
Similar software
Related functionality, not a direct replacement.
direnv
Loads and unloads environment variables as you change directory.
mise
Keep project tools, environment variables and tasks in one configuration.
Open Policy Agent
Evaluate authorization and configuration policies with a policy engine.
Conftest
Writes tests against configuration files using Open Policy Agent rules.
git-crypt
A command-line tool that transparently encrypts selected files in a Git repository.
transcrypt
A shell script that transparently encrypts chosen files stored in a Git repository.