Skip to main content
Use capy run to decrypt .env and pass the plaintext values to your binary. Your code reads env vars with os.Getenv or any config library (Viper, envconfig).
1

Install the CLI

2

Sync your secrets

Authenticates, creates the project on first run, encrypts every value in .env, and rewrites the file with capy:… snippets.
3

Run your app

Read env vars the standard way:
4

Invite a teammate

5

Deploy

What’s next

Running your app

The full story on capy run.

Deploying

Deploy tokens and platform walkthroughs.
Last modified on June 10, 2026