Your Secrets, Secured.
No more .env headaches — WindKeep is a secrets management platform that helps teams and developers to securely store, manage, and share sensitive information.
WindKeep CLI
Manage secrets and projects directly from your terminal. Fast, secure, and open-source. Read the documentation for more details.
> Run the following command from your terminal:
# Windows (PowerShell)
irm https://windkeep.up.railway.app/install/install.ps1 | iex
# Linux (Bash)
curl -sSL https://windkeep.up.railway.app/install/install.sh | bashFeatures
Manage who can view, edit, or manage secrets with granular permissions at the organization and project level.
Every secret is encrypted at rest with AES-256-GCM and scoped to a specific environment, keeping sensitive data isolated and protected.
Keep track of sensitive operations, like secret and role changes, so you always know what happened and when.
Manage secrets directly from the terminal and inject them automatically into your local dev setup or CI/CD pipeline.
FAQ
Organization and project roles are separate. The organization owner has full control of the org and implicit owner access to every project in it, even when someone else is the project owner. Project owners manage day-to-day project settings and membership. Admins can invite and manage members and, at the project level, manage secrets, but they can't change organization settings. Members can access data for the organization and its projects, but can't modify settings, secrets, or manage other users.
Service tokens let you access secrets programmatically, without a user session. This allows you to automate secret management in your applications and CI/CD pipelines. Each token is scoped to one or more environments (Development, Staging, or Production) and can optionally be set to expire after a chosen number of days.
Audit logs record sensitive actions across your organization, like secret changes, role updates, and service token creation, capturing who did it, when, and relevant metadata. They're visible to the organization Owner and Admins, providing a clear operational history for security and compliance purposes.
The WindKeep CLI allows you to interact with secrets and projects directly from your terminal, eliminating the need for hardcoded .env files and making it easy to integrate secrets into scripts and automated workflows. Whether you're retrieving secrets, updating them, or managing project/organizations, the CLI provides a secure and developer-friendly experience.
Ready to ditch the .env file?
WindKeep is completely free to use, open-source software. Get your team set up in minutes.
Get Started Now