Quickstart
Install, init, set, exec — 60 seconds. Read →
A thin CLI on top of age + sops:
.env files with encrypted-in-repo secrets/*.env.encprocess.env.KEY — language-agnostic via execveenvless init # creates .envless/identity.keyecho "sk-test-xyz" | envless set OPENAI_API_KEYenvless exec -- node server.js # process.env.OPENAI_API_KEY populated| envless | .env files | HashiCorp Vault | 1Password CLI | |
|---|---|---|---|---|
| Hosting | none (file in repo) | none | self-hosted server | hosted |
| Account required | no | no | no | yes |
| Encryption at rest | age + sops | none | own KMS | proprietary |
| Process injection | envless exec -- cmd | manual source | sidecar / templates | op run --env-file |
| Works offline | yes | yes | no | partial |
| License | Apache-2.0 | n/a | BSL 1.1 | proprietary |
Quickstart
Install, init, set, exec — 60 seconds. Read →
Architecture
Data flow, lifecycle of a secret, the .env problem. Read →
CLI reference
Every subcommand, every flag, exit codes, file formats. Read →
Security
Threat model, cryptography, key rotation, audit. Read →
v0.0.1 — single-user core: init, set, get, list, exec, migrate. Teams + plugins + skill in v0.1. See the roadmap and the changelog.
Living docs. Every page is a single dense reference — open the sidebar, find the topic, read it once.