LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kure

CLI password manager with sessions

TLDR

Add a new entry to the database
$ kure add
copy
List all entries
$ kure ls
copy
Copy a password to the clipboard
$ kure copy [entry_name]
copy
Generate a random password
$ kure gen
copy
Start a session to run multiple commands without re-entering the master password
$ kure session
copy
Export the database
$ kure export
copy

SYNOPSIS

kure command [options]

DESCRIPTION

kure is a CLI password manager that emphasizes security and privacy by reducing the attack surface to its minimum. It works completely offline with no third-party connections. Each record is encrypted using AES-GCM 256-bit with a unique password derived using Argon2id.The master password is never stored on disk — it is encrypted and temporarily held in a protected memory buffer that is destroyed immediately after use. Sessions allow running multiple commands by entering the master password only once, with configurable timeouts and custom scripts.

INSTALL

yay -S kure
copy

CAVEATS

Completely offline — no built-in sync across devices. The database file must be manually transferred between systems. Losing the master password means permanent loss of stored data.

HISTORY

kure was created by GGP1 and is written in Go. It supports Linux, macOS, BSD, Windows, and mobile platforms.

SEE ALSO

pass(1), gopass(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid