# diceware mit Homebrew, apk, apt, dnf, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für diceware in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:diceware
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install diceware
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add diceware
```

  Evidenz: Alpine Linux edge package indexes: diceware from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install diceware
```

  Evidenz: Debian stable package indexes: diceware from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install diceware
```

  Evidenz: Fedora Rawhide package metadata: diceware from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#diceware
```

  Evidenz: nixpkgs package indexes: diceware from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Paketfakten

- **Paketschlüssel:** brew:diceware
- **Paketmanager:** Homebrew
- **Version:** 1.0.1
- **Quellzusammenfassung:** Passphrases to remember
- **Homepage:** <https://github.com/ulif/diceware>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- diceware (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.0.1
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

- <https://github.com/ulif/diceware>
- <https://raw.githubusercontent.com/ulif/diceware/master/README.rst>
- <https://diceware.readthedocs.io/en/latest/>
- <https://diceware.readthedocs.io/en/latest/readme.html>
- <https://diceware.readthedocs.io/en/latest/config.html>
- <https://diceware.readthedocs.io/en/latest/changes.html>
- <https://api.github.com/repos/ulif/diceware>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## 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

- Unix: ~/.diceware.ini, $XDG_CONFIG_HOME/diceware/diceware.ini, ~/.config/diceware/diceware.ini, /etc/xdg/diceware/diceware.ini
## Andere Paketmanager-Einträge

- Debian apt - diceware - 1.0.1-1: normalized package name match | Debian stable package indexes: diceware from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Create memorizable passphrases from wordlists and various sources of randomness | https://github.com/ulif/diceware
- Debian apt - diceware-doc - 1.0.1-1: normalized package name match | Debian stable package indexes: diceware-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Create memorizable passphrases from wordlists and various sources of randomness | https://github.com/ulif/diceware
- Nix - diceware: normalized package name match | nixpkgs package indexes: diceware from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - diceware - 0.10-2: normalized package name match | Ubuntu 24.04 LTS package indexes: diceware from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Create memorizable passphrases from wordlists and various sources of randomness | https://github.com/ulif/diceware
- Ubuntu apt - diceware-doc - 0.10-2: normalized package name match | Ubuntu 24.04 LTS package indexes: diceware-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Create memorizable passphrases from wordlists and various sources of randomness | https://github.com/ulif/diceware
- apk - diceware - 1.0.1-r1: normalized package name match | Alpine Linux edge package indexes: diceware from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Passphrases you will remember | https://github.com/ulif/diceware
- apk - diceware-pyc - 1.0.1-r1: normalized package name match | Alpine Linux edge package indexes: diceware-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for diceware | https://github.com/ulif/diceware
- dnf - diceware - 1.0.1-8.fc45: normalized package name match | Fedora Rawhide package metadata: diceware from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Create passphrases which one can remember | https://pypi.python.org/pypi/diceware
- dnf - diceware-doc - 1.0.1-8.fc45: normalized package name match | 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 | Documentation for Diceware | https://pypi.python.org/pypi/diceware


## Combined YAML source

View the package source record on GitHub. [combined/diceware.yml](https://github.com/mxcl/pkgdb/blob/main/combined/diceware.yml)


## Quellen

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