← Back to home

Documentation

Everything you need to use MeowPass in your workflow.

Get Started in 60 Seconds

1Install
bash
brew install meowrithm/tap/meowpass
2Login & set master password
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