Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 796 Bytes

File metadata and controls

38 lines (25 loc) · 796 Bytes

TPM: Tiny Password Manager

A super-simple and secure terminal based password manager built with TypeScript and Deno.

Features

  • 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

Development

deno task dev

Install

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:

Compile Binary

deno task compile

Move to bin (or any other directory in your PATH)

sudo mv tpm /usr/local/bin

Run

tpm