Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.06 KB

go-fltk-diceware

A simple diceware password generator, using FLTK for extremely minimal memory usage (11-15MB, 45MB with extended word list loaded).

Features dark/light mode and portrait/landscape mode that is responsive.

Screenshots

Light mode landscape

Dark mode portrait

Installation

Go to the releases page and download the latest version there. Place it anywhere in your $PATH and you're good to go.

Development setup

This repository makes use of git lfs for tracking its word dictionaries. Please ensure you have it working.

To build, run

make build-prod

To install to ~/.local/bin/, run

make install

Flatpak note

It is possible to build a flatpak distribution of this application, but I don't currently have time to deal with the extra overhead, so the only recommended installation method is by building it yourself or downloading a precompiled binary from the releases page (if available).