Secrets management & environment variables
for modern dev teams
A lightweight alternative to .env files and Vault. Encrypt, sync, and inject environment variables from the CLI — without ever writing them to disk.
Free for 3 projects · No credit card required
Three commands. Zero .env files.
Get up and running in under a minute.
Install
npm i -g @secr/cliInit
secr initRun
secr run -- npm startEverything .env files aren't
A secrets manager built for how modern teams actually work.
Envelope encryption
AES-256-GCM with per-project keys, wrapped by your KMS. Secrets are encrypted at rest and in transit.
CLI-first workflow
Run secr run -- npm start to inject secrets directly into your process — no .env files touching disk.
Team collaboration
Role-based access control with environment-level permissions. Admins, developers, and viewers — each see only what they need.
Full audit trail
Every secret access, change, and rotation is logged. Immutable, append-only audit logs you can export.
Instant sync
Change a secret and every team member gets it immediately. No more "pull the latest .env" messages.
Environment management
Dev, staging, and production — each with their own secrets. Compare and promote between environments.
Works with your stack
Plug into your existing deployment pipeline. SDKs for your language, plugins for your platform.
View all integrationsSimple, honest pricing
Start free. Scale when you're ready. No surprises.
Free
For solo developers and small side projects.
- 3 projects & 100 secrets
- Version history & promote
- Dev + Staging environments
- 7-day audit log
Pro
For growing teams shipping to production.
- Unlimited projects & secrets
- Rollback & webhooks
- All environments + 5 custom
- 30-day audit log
- CI/CD integrations
Team
For teams that need advanced controls.
- Everything in Pro
- 20 custom environments
- 90-day audit log
- Git secret scanning
- Priority support
Enterprise
For organizations with strict compliance needs.
- SSO / SCIM
- 365-day audit retention
- Dedicated infrastructure
- SLA & onboarding
Built for security from day one
Envelope encryption. Immutable audit logs. Role-based access control. Read the full security architecture.
AES-256-GCM
Per-project keys wrapped by KMS. Secrets encrypted at rest and in transit.
SOC 2 mapped
Control mapping for CC6, CC7, CC8. Built with compliance audits in mind.
Zero disk
secr run injects secrets into the process. Nothing written to .env files.