One binary called mani.
A single static Rust binary. No runtime, no daemon you didn't ask for. Install it, sign in, and your vaults are a command away.
curl -fsSL https://manifa.dev/install | shHowever you like it.
$ curl -fsSL https://manifa.dev/install | sh$ brew install manifa/tap/mani$ curl -L manifa.dev/dl/mani -o maniEverything mani does.
Run mani <command> --help for full flags. Here's the shape of it.
mani loginSign in on this device with an email one-time code
mani initCreate your keys and recovery code
mani device enrollEnroll this machine on your account
mani device listList the devices on your account
mani device revoke <id>Revoke a device and rotate vault keys
mani recoveryManage your recovery code
mani vault create <name> <dir>Create a vault from a folder and do the first sync
mani vault listList your vaults
mani clone <vault> [dir]Clone a vault onto this machine
mani syncPush your changes, pull everyone else's
mani statusShow your account, devices, and sync status
mani watchContinuously sync this folder until you stop it
mani env push --vault <v> --name <n>Encrypt a .env and upload it to a vault
mani env pull --vault <v> --name <n>Download and decrypt a .env locally
mani env ls --vault <v>List the encrypted .env files in a vault
mani daemon startStart the background sync daemon
mani daemon statusShow what the daemon is syncing
mani daemon stopStop the background sync daemon
mani mount <vault> <dir>Mount a vault as on-demand files (Linux)
$ mani login # email one-time code
$ mani init # keys + recovery code (shown once)
$ mani vault create code ~/Code
$ mani daemon start # keep it in sync