{"id":23008721,"url":"https://github.com/ggp1/kure","last_synced_at":"2025-12-15T00:30:46.698Z","repository":{"id":40361011,"uuid":"291825197","full_name":"GGP1/kure","owner":"GGP1","description":"CLI password manager with sessions","archived":false,"fork":false,"pushed_at":"2025-03-05T23:29:37.000Z","size":986,"stargazers_count":148,"open_issues_count":0,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T03:09:32.568Z","etag":null,"topics":["command-line","cryptography","password-manager","privacy","security"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GGP1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-31T21:09:18.000Z","updated_at":"2025-03-12T03:09:50.000Z","dependencies_parsed_at":"2024-07-28T00:21:58.098Z","dependency_job_id":"6f7aae3b-0d4d-4163-8f2f-4806f313e89b","html_url":"https://github.com/GGP1/kure","commit_stats":null,"previous_names":["ggp1/enigma","ggp1/ghint"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GGP1%2Fkure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GGP1%2Fkure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GGP1%2Fkure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GGP1%2Fkure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GGP1","download_url":"https://codeload.github.com/GGP1/kure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284951,"owners_count":20913704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","cryptography","password-manager","privacy","security"],"created_at":"2024-12-15T09:06:29.309Z","updated_at":"2025-12-15T00:30:46.636Z","avatar_url":"https://github.com/GGP1.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kure\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/GGP1/kure)](https://pkg.go.dev/github.com/GGP1/kure)\n[![Go Report Card](https://goreportcard.com/badge/github.com/GGP1/kure)](https://goreportcard.com/report/github.com/GGP1/kure)\n\nPassword manager for the command-line that aims to offer a secure and private way of operating with sensitive information by reducing the attack surface to its minimum expression.\n\n## Features\n\n- **Cross-Platform:** Linux, macOS, BSD, Windows and mobile supported.\n- **Private:** Self-hosted and completely offline, no connection is established with 3rd parties.\n- **Secure:** Each record is encrypted using **AES-GCM** with 256 bit key and a **unique** password derived using Argon2 (**id** version). The user's master password is **never** stored on disk, it's encrypted and temporarily held **in-memory** inside a protected buffer, which is destroyed immediately after use.\n- **Sessions:** Run multiple commands by entering the master password only once. They support setting a timeout and running custom scripts.\n- **Portable:** Both kure and its database compile to binary files and they can be easily carried around in an external device.\n- **Easy-to-use:** Intuitive, does not require advanced technical skills.\n\n## Usage\n\nFor further information and examples, visit [docs/commands](/docs/commands).\n\n\u003cimg src=\"https://github.com/user-attachments/assets/64646f5f-a49d-4dea-97d7-99fab2884158\" height=600 width=600 /\u003e\n\n![Overview](https://user-images.githubusercontent.com/51374959/160211818-b30efbfe-1f1e-44f6-9264-d6faa2f9c0ab.gif)\n\n## Installation\n\n\u003cdetails\u003e\u003csummary\u003ePre-compiled binaries\u003c/summary\u003e\n  \nLinux, macOS, BSD, Windows and mobile pre-compiled binaries can be downloaded [here](https://github.com/GGP1/kure/releases).\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eHomebrew (Tap)\u003c/summary\u003e\n\n```\nbrew install GGP1/tap/kure\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eScoop (Windows)\u003c/summary\u003e\n\n```bash\nscoop bucket add GGP1 https://github.com/GGP1/scoop-bucket.git\nscoop install GGP1/kure\n```\n\nor\n\n```bash\nscoop install https://raw.githubusercontent.com/GGP1/scoop-bucket/master/bucket/kure.json\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eDocker\u003c/summary\u003e\n\t\n\u003e For details about persisting the information check the [docker-compose.yml](/docker-compose.yml) file.\n\n```\ndocker run -it gastonpalomeque/kure sh\n```\n\nFor a container with limited privileges and kernel capabilities, use:\n\n```\ndocker run -it --security-opt=no-new-privileges --cap-drop=all gastonpalomeque/kure-secure sh\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eMobile phones terminal emulators\u003c/summary\u003e\n\n```bash\ncurl -LO https://github.com/GGP1/kure/releases/download/{version}/{ARM64 file}\ntar -xvf {ARM64 file}\nmv kure $BIN_PATH\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eCompile from source\u003c/summary\u003e\n\n```bash\ngit clone https://github.com/GGP1/kure\ncd kure\nmake install\n```\n\n\u003c/details\u003e\n\n## Configuration\n\nOut-of-the-box kure needs no configuration, it creates a file with the default configuration and the database at:\n\n- **Linux, BSD**: `$HOME/.kure`\n- **Darwin**: `$HOME/.kure` or `/.kure`\n- **Windows**: `%USERPROFILE%/.kure`\n\nHowever, to store the configuration file elsewhere or use a different one, set the path to it in the `KURE_CONFIG` environment variable.\n\nHead over to the [configuration documentation](/docs/configuration/configuration.md) for a detailed explanation of the configuration file and some [samples](/docs/configuration/samples/).\n\n\u003e [!Note]\n\u003e Linux and BSD systems require a utility to write to the clipboard. This could be xsel, xclip, wl-clipboard or the Termux:API add-on.\n\n## Documentation\n\nLearn more about how kure works in the [wiki](https://github.com/GGP1/kure/wiki).\n\n## License\n\nThis project is licensed under the Apache-2.0 license. See [LICENSE](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggp1%2Fkure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggp1%2Fkure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggp1%2Fkure/lists"}