A super-simple and secure terminal based password manager built with TypeScript and Deno.
- Secure AES-256 encryption and password generation
- Import/export CSV files with Bitwarden format supported
- Single dependency (other than
@std
modules) - Local-only (no cloud) for offline use and easy backup
deno task dev
Download the latest binary from the releases page. Confirmed working on mac, other platforms are untested but should work. Or you can compile the binary yourself below:
deno task compile
sudo mv tpm /usr/local/bin
tpm