pkg.soopen package index

brew / rank 5365

Install diceware with Homebrew, apk, apt, dnf, Nix

Passphrases to remember. Version 1.0.1 via Homebrew; verified from local package data. Also installable with debian: sudo apt install diceware.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install diceware

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add diceware

Alpine Linux edge package indexes · diceware · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install diceware

Debian stable package indexes · diceware · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install diceware

Fedora Rawhide package metadata · diceware · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#diceware

nixpkgs package indexes · diceware · source: raw.githubusercontent.com

overview

Package summary

Passphrases to remember

Commands and aliases

  • diceware

history

Project history and usage

diceware is a Python command-line passphrase generator that follows Arnold G. Reinhold's Diceware proposal by selecting random words from wordlists.

Project history

The GitHub repository was created in 2015, and the official changelog starts with version 0.1 on 2015-02-18. The docs show a steady command-line password-tool history: new wordlists, real-dice randomness, Python-version support, manpage work, XDG config support, and a 1.0 project-layout overhaul in 2024.

Adoption history

The package sits in the Unix security-tool tradition: small CLI, auditable inputs, standard package-manager names, and passphrases that can be generated either from the operating system's randomness or from physical dice.

How it is used

Users run `diceware` to emit memorable multiword passphrases, choose the number of words, set delimiters, select randomness sources, and pick wordlists. The docs note the EFF wordlist as the default and describe custom, numbered, and PGP-signed wordlists.

Why package nerds care

diceware is notable because it packages a human-centered security practice as a reproducible CLI. It is small enough for distro packaging but opinionated enough to encode defaults around wordlists, entropy, and configuration locations.

Timeline

  • 2015: Repository created and version 0.1 released.
  • 2016: EFF wordlist support added.
  • 2022: Version 0.10 added syntactically valid phrase support with adjective and noun wordlists.
  • 2024: Version 1.0 added XDG config support and modernized the project layout.

Related projects

  • The docs credit Arnold G. Reinhold's Diceware proposal and include wordlists from EFF and other contributors.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.diceware.ini$XDG_CONFIG_HOME/diceware/diceware.ini~/.config/diceware/diceware.ini/etc/xdg/diceware/diceware.ini

executables

Installed executables

CommandKindExposureNote
dicewareexecutableindexed executableDiscovered from the local executable index.

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-08-03
manager version1.0.1
manager updated
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:diceware
Version1.0.1
Package managerHomebrew
Homepagehttps://github.com/ulif/diceware
Bottlenot recorded
Servicenone declared

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

diceware 1.0.1-1

Create memorizable passphrases from wordlists and various sources of randomness

https://github.com/ulif/diceware

sudo apt install diceware
  • Section: utils
  • Architecture: all
  • 1 dependencies
  • normalized package name match
  • Matched by: Diceware
Debian stable package indexes · deb.debian.org · Debian stable package indexes: diceware from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

diceware-doc 1.0.1-1

Create memorizable passphrases from wordlists and various sources of randomness

https://github.com/ulif/diceware

sudo apt install diceware-doc
  • Section: doc
  • Architecture: all
  • Source Package: diceware
  • 3 dependencies
  • normalized package name match
  • Matched by: Diceware
Debian stable package indexes · deb.debian.org · Debian stable package indexes: diceware-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

diceware

nix profile install nixpkgs#diceware
  • normalized package name match
  • Matched by: Diceware
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: diceware from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

diceware 0.10-2

Create memorizable passphrases from wordlists and various sources of randomness

https://github.com/ulif/diceware

sudo apt install diceware
  • Section: universe/python
  • Architecture: all
  • 2 dependencies
  • normalized package name match
  • Matched by: Diceware
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: diceware from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

diceware-doc 0.10-2

Create memorizable passphrases from wordlists and various sources of randomness

https://github.com/ulif/diceware

sudo apt install diceware-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: diceware
  • 2 dependencies
  • normalized package name match
  • Matched by: Diceware
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: diceware-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

diceware 1.0.1-r1

Passphrases you will remember

https://github.com/ulif/diceware

sudo apk add diceware
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: diceware
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Diceware
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: diceware from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

diceware-pyc 1.0.1-r1

Precompiled Python bytecode for diceware

https://github.com/ulif/diceware

sudo apk add diceware-pyc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: diceware
  • 1 dependencies
  • normalized package name match
  • Matched by: Diceware
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: diceware-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

diceware 1.0.1-8.fc45

Create passphrases which one can remember

https://pypi.python.org/pypi/diceware

sudo dnf install diceware
  • License: GPL-3.0-or-later and MIT and CC-BY-3.0 and CC0-1.0 and CC-BY-4.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: diceware
  • 2 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Diceware
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: diceware from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

diceware-doc 1.0.1-8.fc45

Documentation for Diceware

https://pypi.python.org/pypi/diceware

sudo dnf install diceware-doc
  • License: GPL-3.0-or-later and MIT and CC-BY-3.0 and CC0-1.0 and CC-BY-4.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: diceware
  • 1 provides
  • normalized package name match
  • Matched by: Diceware
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: diceware-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation