Your .env is not a secret.
AI can read it.
Tene encrypts your secrets so AI agents can use them — without ever seeing them.
From .env exposure to encrypted runtime injection — under 1 minute.
.env is the problem. Tene is the fix.
AI agents read your project files. That includes .env. Tene encrypts secrets and injects them at runtime.
.env is visible to AI
AI agents read all your project files — including .env. Your API keys are sent to AI models as plaintext.
Runtime injection
tene run injects secrets as environment variables. Your app works normally. AI never sees the values.
Encrypted vault
XChaCha20-Poly1305 + Argon2id. Secrets stored locally in an encrypted SQLite vault.
One command setup
Install, init, set — done. No signup, no config files, no dashboard.
.env migration
tene import .env converts all your existing secrets into the encrypted vault. Zero friction.
Cloud sync
Manage secrets across all your projects and machines. No more repeated init and set. $1/user/month.
Up and running in 1 minute
Install
One command. Auto-detects your OS and installs the latest binary. No Go required, no account, no server.
Project Initialize
Navigate to your project folder first. Creates an encrypted vault, generates CLAUDE.md for Claude Code, and issues a 12-word recovery key.
Store secrets
Secrets are encrypted with XChaCha20-Poly1305 and stored in a local SQLite vault. Never leaves your machine.
Develop with secrets
Injects all secrets as environment variables into any command. Claude Code reads CLAUDE.md and knows the rest.
No server. Nothing to hack.
While .env files expose secrets to every AI agent in your project, Tene keeps them encrypted on your device. No server to breach, no database to leak, no API to exploit.
Encryption architecture
// Server: none
// Attack surface: none
Open source — verify it yourself
Every line of encryption code is open source. Don't trust us — read the code. github.com/tomo-kay/tene
How Tene compares
The only tool that hides secrets from AI agents while keeping everything local and free.
| Tene | .env | Doppler | Vault | Infisical | |
|---|---|---|---|---|---|
| Secrets hidden from AI | |||||
| Local-first | |||||
| No server required | |||||
| Encrypted at rest | |||||
| AI agent auto-detect | |||||
| Runtime injection | |||||
| No signup required | |||||
| Open source | |||||
| Price | $0 | $0 | $21/mo | $1,152+ | $6/mo |
Free locally. $1/mo for cloud.
Local CLI is free forever. Cloud sync eliminates repeated setup across projects and machines.
Free
Local encrypted secrets for individual projects.
- Unlimited secrets
- XChaCha20-Poly1305 encryption
- AI runtime injection
- OS keychain integration
- 12-word recovery key
Cloud
Coming SoonSync secrets across projects and machines.
- Everything in Free
- Cross-project sync
- Cross-machine access
- Team sharing
- No repeated tene init
FAQ
Stop using .env files.
Encrypt your secrets. Inject at runtime. AI never sees them. No signup. No server. Free forever.