Skip to content

A lightweight diceware-based password generator built in FLTK.

License

Notifications You must be signed in to change notification settings

charles-m-knox/go-fltk-diceware

Repository files navigation

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).

Releases

No releases published

Packages

No packages published