← Back to home

Documentation

MeowPass is a CLI-first secret manager with an AI credential gateway. Start with the quick start below, or jump to the CLI reference.

Get Started in 60 Seconds

1Install
bash
brew install meowrithm/tap/meowpass
2Sign in (SSO via WorkOS)
bash
mp login
3Import your .env files
bash
mp init

What just happened? MeowPass scanned your .env files, created an encrypted vault, and pushed all secrets. Each .env file becomes its own environment (.env.locallocal). A .meowpass.yaml file was created. Commit it to git. It contains no secrets, just a pointer to your vault.

bash
mp pull # download secrets mp run -- npm start # inject secrets in-memory mp diff # check what's out of sync

Explore the Docs